?? exammain.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="exception.jsp"%>
<%@ include file="taglibs.jsp"%>
<html>
<head>
<title>::::歡迎光臨在線考試系統(tǒng):::::</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>同學(xué),您已經(jīng)開始了${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}題,該題的分?jǐn)?shù)為:${requestScope.question.quScore}<br>
問題:${requestScope.question.quTitle}<br>
選項如下,請在您認(rèn)為正確地選項前打勾</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="重設(shè)"/>
</div></td>
<td background="images/HOME_BG7.GIF"> </td>
</tr>
</form>
<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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -