|
@@ -40,9 +40,11 @@
|
|
|
<option value="${item.value}" <c:if test="${query.status!=null && item.value==query.status.value}">selected</c:if>>${item.name}</option>
|
|
|
</c:forEach>
|
|
|
</select>
|
|
|
+ <c:if test="${web_user.schoolAdmin==true || forbiddenScore==false}">
|
|
|
<label>准考证号</label>
|
|
|
<input type="text" name="examNumber" value="${query.examNumber}" maxlength="20" class="input-medium"/>
|
|
|
|
|
|
+ </c:if>
|
|
|
<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
|
|
|
|
|
|
<c:if test="${query.totalCount>0}">
|