etms/WEB-INF/view/cetc54/train/plantodo/pd_pg_main_edit.ftl

44 lines
1.6 KiB
Plaintext
Raw Normal View History

<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="pglist" name="pglist" type="text"-->
<#--ui-config="panelHeight:200,valueField:'id',textField:'pgwjmc'"/>-->
<#--</td>-->
<th>参考问卷:</th>
<td>
<a id="refer_id" style="cursor: pointer" title="参考问卷" onclick="refer();">参考问卷</a>
</td>
</tr>
<tr>
<th>评估问卷名称:</th>
<td>
<input id="pgwjmc" name="pgwjmc" class="ui_validate" type="text"
ui-config="required:true,width:250" value="{{pgwjmc}}"/>
</td>
</tr>
<tr>
<th>班级名称:</th>
<td>
<input id="classlist" name="classlist" type="text"
ui-config="required:true,panelHeight:200,valueField:'id',textField:'bjmc'"/>
</td>
</tr>
</table>
<div class="formTitle"><span class="icon icon_menu"></span>问卷题目<br>
<span>注意1.题目类别为“问答”的为主观题。2.其余类别的题目均为10分制的打分题。</span>
</div>
<div id="div_tmList" style="width: 100%;height: 300px;bottom:0px;"></div>
</script>
<form id="grid_form" method="post">
</form>
<#include "pd_pg_main_tm.ftl">