📄 exammain.jsp
字号:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="exception.jsp"%>
<%@ include file="taglibs.jsp"%>
<html>
<head>
<title>::::欢迎光临walkergl在线考试系统:::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Style.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="100">
<table width="600" height="243" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="49" height="35" background="images/HOME_BG3.GIF"> </td>
<td height="35" background="images/HOME_BG9.GIF"> <div align="center"><span class="Xsmall"><font color="#FF0000"><strong><font color=red>${sessionScope.student}</font>同学,您已经开始了${sessionScope.typeName}考试!</strong></font></span></div></td>
<td width="13" height="1"><img src="images/HOME_BG8.GIF" width="13" height="35"></td>
</tr>
<tr>
<td width="49" background="images/HOME_BG1.GIF"> <br> </td>
<td background="images/home_bg10.gif"> <p> </p> </td>
<td width="13" background="images/HOME_BG7.GIF"> </td>
</tr>
<form action="reply.do" method="post">
<tr>
<td height="78" background="images/HOME_BG1.GIF"><br>
</td>
<td background="images/home_bg10.gif"><p> 第${requestScope.questionIndex}题,该题的分数为:${requestScope.question.quScore}<br>
问题:${requestScope.question.quTitle}<br>
选项如下,请在您认为正确地选项前打勾</p>
<input type="hidden" name="id" value="${requestScope.question.id}"/>
<logic:present name="qustionOption" scope="request">
<logic:iterate id="option" name="qustionOption" scope="request" indexId="index">
<input type="checkbox" value='${index + 1}' name="options"/> ${index + 1}.<bean:write name="option"/><br/>
</logic:iterate>
</logic:present> </td>
<td background="images/HOME_BG7.GIF"> </td>
</tr>
<tr>
<td height="51" background="images/HOME_BG1.GIF"><br>
</td>
<td background="images/home_bg10.gif">
<div align="center">
<input type="submit" value="提交"/>
<input type="reset" value="重设"/>
</div></td>
<td background="images/HOME_BG7.GIF"> </td>
</tr>
<tr>
<td height="12" background="images/HOME_BG4.GIF"> </td>
<td background="images/HOME_BG5.gif"> </td>
<td background="images/HOME_BG6.GIF"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -