33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
|
|
<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="hdID" value="{{id}}"/>
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>任职资格信息</div>
|
||
|
|
<table class="fromTable">
|
||
|
|
<tr>
|
||
|
|
<th>战略名称:</th>
|
||
|
|
<td><input id="zlname" name="zlname" class="ui_validate" type="text"
|
||
|
|
ui-config="required:true,width:400,validType:'length[1,50]'" value="{{zlname}}"/></td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<th>战术培训名称:</th>
|
||
|
|
<td><input id="zsname" name="zsname" class="ui_validate" type="text"
|
||
|
|
ui-config="required:true,width:400,validType:'length[1,50]'" value="{{zsname}}"/></td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<th>内容:</th>
|
||
|
|
<td><input id="content" name="content" class="ui_validate" type="text"
|
||
|
|
ui-config="required:true,width:400,validType:'length[1,200]'" value="{{content}}"/></td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>备注:</th>
|
||
|
|
<td><textarea id="remark" name="remark" class="ui_validate"
|
||
|
|
ui-config="required:false,width:400,tipAfterInput:true,validType:'length[0,200]'">{{remark}}</textarea>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</script>
|