IT-KIMI_SHI\SINOIT.KIMI
2018-06-01 64c40fb427bff513f575f11e4c1e7bd9a1bfe3e3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>流程创建</title>
        <link href="../../../css/common.css" rel="stylesheet" type="text/css">
        <link href="../../../css/control.css" rel="stylesheet" type="text/css"/>
        
        <script src="../../../js/jquery-1.7.2.min.js"></script>
        <script src="../../../js/foundation-2.0.js"></script>
        <script src="../../../js/control.js"></script>    
        
    
        <script type="text/javascript">
       
        </script>        
    </head>
  
<body>
        <form id="modelForm" action="/kft-activiti-demo-no-maven/workflow/model/create" target="_blank" method="post">
        <table>
            <tbody><tr>
                <td>名称:</td>
                <td>
                    <input id="name" name="name" type="text">
                </td>
            </tr>
            <tr>
                <td>KEY:</td>
                <td>
                    <input id="key" name="key" type="text">
                </td>
            </tr>
            <tr>
                <td>描述:</td>
                <td>
                    <textarea id="description" name="description" style="width:300px;height: 50px;"></textarea>
                </td>
            </tr>
        </tbody></table>
        </form>
    
</body>
</html>