📄 scoreresult.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ include file="/agt/public/jsp/top.jsp" %>
<table width="100%" height="100" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td height="60"> </td>
</tr>
<tr>
<td>
<form name="scoreform" method="POST" action="/ScoreMan.do">
<input type="hidden" name="opeType" value="<%=request.getParameter("opeTypeQuery")%>">
<input type="hidden" name="title" value="<%=request.getParameter("title")%>">
<input type="hidden" name="replyer" value="<%=request.getParameter("replyer")%>">
<table width="100%" border="0" cellspacing="1" cellpadding="3" align="center">
<tr align="center">
<td >您已成功评阅工号为 <font color="#FF0000"><%=request.getParameter("replyStafffNo")%></font> 考生的 <font color="#FF0000"><%=request.getParameter("examName")%></font> 考试的答卷,
</td>
</tr>
<tr align="center">
<td >该考生这次考试的总成绩为 <font color="#FF0000"> <%=request.getAttribute("score")%> </font>分,
该答卷的总分为 <font color="#FF0000"> <%=request.getAttribute("totalScore")%> </font>分。
</td>
</tr>
</table>
<br>
<table width="100%" height="30" border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td height="30" align="center">
<table width="424" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" align="center">
<input name="back" type="image" onclick="submit();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>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<%@ include file="/agt/public/jsp/bot.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -