16 lines
569 B
Plaintext
16 lines
569 B
Plaintext
|
|
<div class="ui_dialog" id="dialog_studyhour">
|
||
|
|
<form id="grid_form_studyhour" method="post">
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
<script id="grid_form_temp_studyhour" type="text/html">
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>批量设置学时</div>
|
||
|
|
<table class="fromTable">
|
||
|
|
<tr>
|
||
|
|
<th>学时:</th>
|
||
|
|
<td>
|
||
|
|
<input id="txtstudyhour" name="studyhour" class="ui_validate"
|
||
|
|
ui-config="required:true,width:200,validType:'length[0,50]'" />
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</script>
|