16 lines
503 B
Plaintext
16 lines
503 B
Plaintext
|
|
|
||
|
|
<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="name" name="name" class="ui_validate" type="text"
|
||
|
|
ui-config="required:true,width:400" value="{{name}}"/></td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
</table>
|
||
|
|
</script>
|
||
|
|
<form id="grid_form" method="post">
|
||
|
|
</form>
|