26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
|
|
|
||
|
|
<form id="fileform" enctype="multipart/form-data" method="post">
|
||
|
|
</form>
|
||
|
|
|
||
|
|
<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/question.xls">试题模板</a>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</script>
|