david-PC\david
2018-06-12 f240ac3ccd37c541cab2c21cfc433d3510999a3c
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
45
46
<!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>
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-draggable ui-resizable ui-dialog-buttons" tabindex="-1" role="dialog" aria-labelledby="ui-id-1" style="outline: 0px; z-index: 1002; position: absolute; height: auto; width: 500px; top: 238.5px; left: 573px; display: block;"><div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix"><span id="ui-id-1" class="ui-dialog-title">创建模型</span><a href="#" class="ui-dialog-titlebar-close ui-corner-all" role="button"><span class="ui-icon ui-icon-closethick">close</span></a></div><div id="createModelTemplate" class="template ui-dialog-content ui-widget-content" style="display: block; width: auto; min-height: 39px; height: auto;" scrolltop="0" scrollleft="0">
        <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>
    </div><div class="ui-resizable-handle ui-resizable-n" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-e" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-s" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-w" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se ui-icon-grip-diagonal-se" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-sw" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-ne" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-nw" style="z-index: 1000;"></div><div class="ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"><div class="ui-dialog-buttonset"><button type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false"><span class="ui-button-text">创建</span></button></div></div></div>
    
</body>
</html>