@@ -63,34 +63,34 @@ <h2><img src="../framework/logo.png" width="20"></img><font color="00a0e9"> ETCD
63
63
64
64
< div id ="cnode " class ="easyui-window " title ="Create node " data-options ="modal:true,closed:true " style ="width:650px;height:480px;padding:10px; ">
65
65
< div style ="padding:10px 40px 20px 40px ">
66
- < form id ="cnodeForm ">
67
- < table cellpadding ="10 ">
68
- < tr >
69
- < td > Name:</ td >
70
- < td > < input id ="name " class ="easyui-textbox " type ="text " name ="name " data-options ="required:true " style ="width:450px; "/> </ td >
71
- </ tr >
72
- < tr >
73
- < td > Dir:</ td >
74
- < td >
75
- < select id ="dir " class ="easyui-combobox " name ="dir " data-options ="panelHeight:'auto',onSelect:selDir " style ="width:70px; ">
76
- < option value ="true "> TRUE</ option >
77
- < option value ="false " selected ="selected "> FALSE</ option >
78
- </ select >
79
- </ td >
80
- </ tr >
81
- < tr >
82
- < td > TTL:</ td >
83
- < td > < input id ="ttl " class ="easyui-numberbox " type ="text " name ="ttl " data-options ="" style ="width:450px; "/> </ td >
84
- </ tr >
85
- < tr >
86
- < td > Value:</ td >
87
- < td spellcheck ="false "> < textarea id ="cvalue " class ="easyui-textbox " name ="value " data-options ="multiline:true " style ="width:450px;height:200px "> </ textarea > </ td >
88
- </ tr >
89
- </ table >
90
- </ form >
91
- < div style ="text-align:center;padding:5px ">
92
- < a href ="javascript:void(0) " class ="easyui-linkbutton " onclick ="createNode() "> Submit</ a >
93
- </ div >
66
+ < form id ="cnodeForm ">
67
+ < table cellpadding ="10 ">
68
+ < tr >
69
+ < td > Name:</ td >
70
+ < td > < input id ="name " class ="easyui-textbox " type ="text " name ="name " data-options ="required:true " style ="width:450px; "/> </ td >
71
+ </ tr >
72
+ < tr >
73
+ < td > Dir:</ td >
74
+ < td >
75
+ < select id ="dir " class ="easyui-combobox " name ="dir " data-options ="panelHeight:'auto',onSelect:selDir " style ="width:70px; ">
76
+ < option value ="true "> TRUE</ option >
77
+ < option value ="false " selected ="selected "> FALSE</ option >
78
+ </ select >
79
+ </ td >
80
+ </ tr >
81
+ < tr >
82
+ < td > TTL:</ td >
83
+ < td > < input id ="ttl " class ="easyui-numberbox " type ="text " name ="ttl " data-options ="" style ="width:450px; "/> </ td >
84
+ </ tr >
85
+ < tr >
86
+ < td > Value:</ td >
87
+ < td spellcheck ="false "> < textarea id ="cvalue " class ="easyui-textbox " name ="value " data-options ="multiline:true " style ="width:450px;height:200px "> </ textarea > </ td >
88
+ </ tr >
89
+ </ table >
90
+ </ form >
91
+ < div style ="text-align:center;padding:5px ">
92
+ < a href ="javascript:void(0) " class ="easyui-linkbutton " onclick ="createNode() "> Submit</ a >
93
+ </ div >
94
94
</ div >
95
95
</ div >
96
96
0 commit comments