📄 examstatinfo.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ include file="/agt/public/jsp/top.jsp" %>
<!-- title>业务代表管理系统考试统计信息</title -->
<br>
<br>
<table width="539" height="35" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="12"><%=request.getAttribute("examName")%>的统计信息</td>
</tr>
</table>
<p>基本信息: </p>
<table width="539" border="0" cellpadding="3" cellspacing="1" class="table-cs1">
<tr align="center" class="td-cs1">
<td width="20%" height="25">总参加人数</td>
<td width="20%" height="25">已被评分总人数</td>
<td width="20%" height="25">未被评阅的答卷数</td>
<td width="20%" height="25">总分</td>
<td width="20%" height="25">及格分数</td>
</tr>
<tr align="center" class="td-cs2">
<td height="25"> <%=request.getAttribute("staffCount")%></td>
<td height="25"> <%=request.getAttribute("haveScoreCount")%></td>
<td height="25"> <%=request.getAttribute("noScoreCount")%></td>
<td height="25"> <%=request.getAttribute("totalScore")%></td>
<td height="25"> <%=request.getAttribute("passScore")%></td>
</tr>
</table>
<p><font face="宋体">考试信息:</font></p>
<table width="539" border="0" cellpadding="3" cellspacing="1" class="table-cs1">
<tr class="td-cs1">
<td width="20%" height="25">最高分数</td>
<td width="20%" height="25">最低分数</td>
<td width="20%" height="25">及格人数</td>
<td width="40%" height="25">不及格人数</td>
</tr>
<%if("0".equalsIgnoreCase((String)request.getAttribute("haveScoreCount")))
{%>
<%}
else
{%>
<tr align="center" class="td-cs2">
<td height="25"> <%=request.getAttribute("maxScore")%></td>
<td height="25"> <%=request.getAttribute("minScore")%></td>
<td height="25"> <%=request.getAttribute("passCount")%></td>
<td height="25"> <%=request.getAttribute("noPassCount")%></td>
</tr>
<%}%>
</table>
<table width="539" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"> <table width="424" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%"> </td>
<td width="25%"> <input name="back" type="image" onclick="history.back();return false;" src="/agt/public/images/back.gif" width="82" height="22" border="0" onmouseover="this.src='/agt/public/images/'+ this.name + '_2.gif';" onmouseout="this.src='/agt/public/images/'+ this.name + '.gif'"></td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<%@ include file="/agt/public/jsp/bot.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -