etms/WEB-INF/view/cetc54/parameter/edit.ftl

39 lines
1.6 KiB
Plaintext
Raw Normal View History

<div class="ui_dialog" id="dialog">
<form id="grid_form" method="post">
</form>
</div>
<script id="grid_form_temp" type="text/html">
<input type="hidden" id="id" name="id" value="{{id}}"/>
<table class="fromTable">
<tr>
<th>所属类别:</th>
<td><select id="category" name="category" class="ui_validate"
ui-config="required:true,editable:false,width:400,panelWidth:400,panelHeight:300"></select>
<div id="pn_panel">
<ul id="pn_tree" class="ztree"></ul>
</div>
</td>
</tr>
<tr>
<th>参数名称:</th>
<td><input id="name" name="name" class="ui_validate" type="text"
ui-config="required:true,tipAfterInput:true,width:400" value="{{name}}"/></td>
</tr>
<tr>
<th>键:</th>
<td><input id="keykey" name="keykey" class="ui_validate" type="text" value="{{keykey}}"
ui-config="required:true,width:400,panelWidth:400"/>
</td>
</tr>
<tr>
<th>值:</th>
<td><textarea id="value" name="value" class="ui_validate"
ui-config="tipAfterInput:true,width:400" >{{value}}</textarea></td>
</tr>
<tr>
<th>说明:</th>
<td><textarea id="note" name="note" class="ui_validate" style="width: 400px"
ui-config="tipAfterInput:true,width:400">{{note}}</textarea></td>
</tr>
</table>
</script>