📄 paper.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" pageEncoding="gb2312"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ page isELIgnored="false"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>试卷浏览</title>
</head>
<body link="#000066" vlink="#0066FF" alink="#99FF00">
<hr size="1" noshade />
<div align="center">
<table width="91%" border="1" align="center" cellpadding="0"
cellspacing="0" bordercolor="ccccff">
<tr class="pp">
<td width="53%" height="24">
在线测试
</td>
</tr>
</table>
<table width="91%" border="1" align="center" cellpadding="0"
cellspacing="0" bordercolor="ccccff">
<tr>
<td width="53%" height="24" align="center">
${course.name}[
<strong>${paper.name}</strong>]
<br />
<br />
考卷满分:100分 考试时间:90分钟
</td>
</tr>
</table>
<form method="post" action="commit.do" target="_self">
<c:forEach items="${exam}" var="theme">
<c:if test="${theme.id==1}">
<table width="91%" border=1 align="center" cellpadding="0"
cellspacing="0" bordercolor="#ccccff">
<tr>
<td width="369" align="left">
<font face="宋体"><font size="3">一、${theme.name}</font>
</font>
</td>
</tr>
<tr align="center">
<td height="10"></td>
</tr>
<c:forEach items="${theme.question}" var="question">
<tr align="center">
<td align="left">
<font size="3">
${question.questionid}.${question.context}:<input type="text" name="${question.id}"
size="70" /> </font>
</td>
</tr>
</c:forEach>
</table>
</c:if>
<br />
<c:if test="${theme.id==2}">
<table width="91%" border=1 align="center" cellpadding="0"
cellspacing="0" bordercolor="#ccccff">
<tr>
<td width="369" align="left">
<font face="宋体"><font size="3">二、${theme.name}</font>
</font>
</td>
</tr>
<tr align="center">
<td height="10"></td>
</tr>
<c:forEach items="${theme.question}" var="question">
<tr align="center">
<td align="left">
<font size="3">
${question.questionid}.${question.context}(<input name="${question.id}"
type="text" size="5" /> )</font>
</td>
</tr>
</c:forEach>
</table>
</c:if>
<br />
<c:if test="${theme.id==3}">
<table width="91%" border=1 align="center" cellpadding="0"
cellspacing="0" bordercolor="#ccccff">
<tr>
<td width="369" align="left">
<font face="宋体"><font size="3">三、${theme.name}</font>
</font>
</td>
</tr>
<tr align="center">
<td height="10"></td>
</tr>
<c:forEach items="${theme.question}" var="question">
<tr align="center">
<td align="left">
<font size="3">
${question.questionid}.${question.context}(<input name="${question.id}"
type="text" size="5" />) <br />
A.${question.keya} <br />
B.${question.keyb} <br />
C.${question.keyc} <br />
D.${question.keyd} </font>
</td>
</tr>
</c:forEach>
</table>
</c:if>
<br />
<c:if test="${theme.id==4}">
<table width="91%" border=1 align="center" cellpadding="0"
cellspacing="0" bordercolor="#ccccff">
<tr>
<td width="369" align="left">
<font face="宋体"><font size="3">四、${theme.name}</font>
</font>
</td>
</tr>
<tr align="center">
<td height="10"></td>
</tr>
<c:forEach items="${theme.question}" var="question">
<tr align="center">
<td align="left">
<font size="3">
${question.questionid}.${question.context}(<input name="${question.id}"
type="text" size="5" />) <br />
A.${question.keya} <br />
B.${question.keyb} <br />
C.${question.keyc} <br />
D.${question.keyd} <br />
<c:if test="${question.keye!=null}">
E.${question.keye} <br />
</c:if>
<c:if test="${question.keyf!=null}">
F.${question.keyf} <br />
</c:if>
<c:if test="${question.keyg!=null}">
G.${question.keyg} <br />
</c:if>
</font>
</td>
</tr>
</c:forEach>
</table>
</c:if>
</c:forEach>
<p></p>
<table width="91%" border="1" align="center" cellpadding="0"
cellspacing="0" bordercolor="ccccff">
<tr class="pp">
<td width="53%" height="24">
<input name="commit" type="submit" value="交卷" />
</td>
</tr>
</table>
</form>
</div>
<center>
<p class="9P">
</p>
<hr />
<p class="text_link">
<font size="2" face="宋体">About JSTU - 公司简介 - 联系方法 - 相关法律 -
客户服务 <br /> 江苏技术师范学院版权所有</font>
</p>
<p class="text_link">
<font size="-1">Copyright 2009. JSTU Technologies
Inc. All Rights Reserved </font>
</p>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -