?? prepare.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="exception.jsp"%>
<%@ include file="taglibs.jsp"%>
<html>
<head>
<title>::::歡迎光臨walkergl在線考試系統(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" 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>歡迎光臨在線考試系統(tǒng)</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><span class="Xsmall">
<font color=red>${sessionScope.student}</font>同學(xué):
<br>
請驗證一下你的學(xué)號是否正確!<img src="images/forword_1.gif" width="16" height="15">
<br>
若正確請點擊開始進(jìn)入在線考試,若錯誤請于考場老師聯(lián)系!<br>
<br>
<img src="images/announce.gif" width="18" height="18">
請遵守本考場規(guī)則如下:</span></p>
<blockquote>
<img src="images/forget_1.gif" width="14" height="14"> <span class="Xsmall"><font color="#FF0000">請不要點擊刷新、后退等違紀(jì)按鈕<br>
<img src="images/forget_1.gif" width="14" height="14"> 考生如果做完試題,可以點擊“完成”按鈕,提交試卷。<br>
<img src="images/forget_1.gif" width="14" height="14"> 系統(tǒng)將根據(jù)考生選擇的考試類型,隨機從題庫生成考題。</font></span></p>
</blockquote></td>
<td width="13" background="images/HOME_BG7.GIF"> </td>
</tr>
<tr>
<td width="49" height="42" background="images/HOME_BG2.GIF"> </td>
<td height="22" background="images/home_bg10.gif" bgcolor="#FFFFFF">
<div align="center">
請選擇考試類型:</div>
<form name ="beginForm" action="begin.do" method="post">
<div align="center">
<select name="examType">
<logic:present name="type" scope="request">
<logic:iterate id="type" name="type" type="org.yeeku.model.ExamType" scope="request">
<option value='<bean:write name="type" property="id"/>'><bean:write name="type" property="examName"/></option>
</logic:iterate>
</logic:present>
</select>
<input name="start_b" type="submit" class="Sborder" id="start_b" value="開 始">
</div>
</form>
</td>
<td width="13" height="22" 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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -