etms/WEB-INF/view/cetc54/exam/examresult_import.ftl

27 lines
1.1 KiB
Plaintext
Raw Normal View History

<div class="ui_dialog" id="examresult_dialog">
<form id="fileform" enctype="multipart/form-data" method="post">
</form>
</div>
<script id="grid_form_temp2" type="text/html">
<input type="hidden" id="hdIDClass" value="{{id}}"/>
<div class="formTitle"><span class="icon icon_menu"></span>
导入成绩
</div>
<table class="fromTable">
<tr id="uploadAcc">
<th>上传附件:</th>
<td colspan="3">
<input type="file" id="txtaccFile" name="accFile" class="ui_validate" onchange="checkSize(this)"
ui-config="width:400,missingMessage: '请选择文件!'"/><input id="hidFile" type="hidden"/>
</td>
<th>
<button type="button" id="btnUpload" ui-config="style:'button_submit'">导入</button>
</th>
</tr>
<tr id="accList">
<th>下载成绩导入模板:</th>
<td><a title="下载" href="${asset_path}/_temp/examresult.xls">成绩模板</a>
</td>
</tr>
</table>
</script>