|
@@ -101,9 +101,10 @@
|
|
<input type="text" name="batchCode" value="${query.batchCode}" maxlength="30" class="input-small"/>
|
|
<input type="text" name="batchCode" value="${query.batchCode}" maxlength="30" class="input-small"/>
|
|
<br><br>
|
|
<br><br>
|
|
<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
|
|
<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
|
|
- <c:if test="${web_user.schoolAdmin==true && examType!='MULTI_MEDIA'}">
|
|
|
|
|
|
+ <c:if test="${web_user.schoolAdmin==true}">
|
|
<a href="${ctx}/admin/exam/student/add" class="btn btn-primary">添加</a>
|
|
<a href="${ctx}/admin/exam/student/add" class="btn btn-primary">添加</a>
|
|
<input id="btnImport" class="btn" type="button" value="导入"/>
|
|
<input id="btnImport" class="btn" type="button" value="导入"/>
|
|
|
|
+ <c:if test="${examType!='MULTI_MEDIA' }">
|
|
<div class="btn-group">
|
|
<div class="btn-group">
|
|
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
|
|
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
|
|
导入名单<span class="caret"></span>
|
|
导入名单<span class="caret"></span>
|
|
@@ -111,9 +112,10 @@
|
|
<ul class="dropdown-menu">
|
|
<ul class="dropdown-menu">
|
|
<li><a href="##" id="breachBtnImport">违纪名单</a></li>
|
|
<li><a href="##" id="breachBtnImport">违纪名单</a></li>
|
|
<li><a href="##" id="absentBtnImport">缺考名单</a></li>
|
|
<li><a href="##" id="absentBtnImport">缺考名单</a></li>
|
|
- <li><a href="##" id="uploadBtnImport">多媒体上传名单</a></li>
|
|
|
|
|
|
+<!-- <li><a href="##" id="uploadBtnImport">多媒体上传名单</a></li> -->
|
|
</ul>
|
|
</ul>
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ </c:if>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${query.totalCount>0 && query.totalCount<=10000}">
|
|
<c:if test="${query.totalCount>0 && query.totalCount<=10000}">
|
|
<input id="export-button" class="btn" type="button" value="导出"/>
|
|
<input id="export-button" class="btn" type="button" value="导出"/>
|