|
@@ -127,6 +127,21 @@
|
|
<%-- </c:if> --%>
|
|
<%-- </c:if> --%>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
|
|
+<form id="exportForm" action="${ctx}/admin/exam/student/export" method="post" class="breadcrumb form-search hide">
|
|
|
|
+ <input type="text" name="name" value="${query.name}" maxlength="10" class="input-mini"/>
|
|
|
|
+ <input type="text" name="examNumber" value="${query.examNumber}" maxlength="50" class="input-small"/>
|
|
|
|
+ <input type="text" name="secretNumber" value="${query.secretNumber}" maxlength="50" class="input-small"/>
|
|
|
|
+ <input type="text" name="studentCode" value="${query.studentCode}" maxlength="30" class="input-small"/>
|
|
|
|
+ <input type="text" name="subjectCode" value="${query.subjectCode}" class="input-small"/>
|
|
|
|
+ <input type="text" name="subjectLevel" value="${query.subjectLevel}" class="input-small"/>
|
|
|
|
+ <input type="text" name="subjectCategory" value="${query.subjectCategory}" maxlength="20" class="input-small"/>
|
|
|
|
+ <input type="text" name="upload" value="${query.upload}" class="input-small"/>
|
|
|
|
+ <input type="text" name="absent" value="${query.absent}" class="input-small"/>
|
|
|
|
+ <input type="text" name="breach" value="${query.breach}" class="input-small"/>
|
|
|
|
+ <input type="text" name="manualAbsent" value="${query.manualAbsent}" class="input-small"/>
|
|
|
|
+ <input type="text" name="packageCode" value="${query.packageCode}" class="input-small"/>
|
|
|
|
+ <input type="text" name="batchCode" value="${query.batchCode}" class="input-small"/>
|
|
|
|
+</form>
|
|
<tags:message content="${message}"/>
|
|
<tags:message content="${message}"/>
|
|
<table id="contentTable" class="table table-striped table-bordered table-condensed">
|
|
<table id="contentTable" class="table table-striped table-bordered table-condensed">
|
|
<thead>
|
|
<thead>
|
|
@@ -267,8 +282,8 @@
|
|
});
|
|
});
|
|
});
|
|
});
|
|
$("#export-button").click(function () {
|
|
$("#export-button").click(function () {
|
|
- $("#searchForm").attr("action", "${ctx}/admin/exam/student/export");
|
|
|
|
- $("#searchForm").submit();
|
|
|
|
|
|
+ $("#exportForm").attr("action", "${ctx}/admin/exam/student/export");
|
|
|
|
+ $("#exportForm").submit();
|
|
});
|
|
});
|
|
|
|
|
|
function page(n, s) {
|
|
function page(n, s) {
|