23 lines
753 B
Plaintext
23 lines
753 B
Plaintext
|
|
|
||
|
|
<#--<#include "../../layout/ref_head.ftl">-->
|
||
|
|
<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:250" value="{{name}}"/></td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>已选课程:</div>
|
||
|
|
|
||
|
|
<div id="div_kcList" style="width: 100%;height: 300px;bottom:0px;"></div>
|
||
|
|
</script>
|
||
|
|
<form id="grid_form" method="post">
|
||
|
|
</form>
|
||
|
|
<#include "institute_plan_sj_kc_list.ftl">
|