📄 question_exam.jsp
字号:
<%@ include file="/pub/jsp/common.jsp" %>
<hxex:authority />
<html>
<head>
<title><bean:write name="paper" property="title"/></title>
<link rel="stylesheet" href="../pub/css/common.css">
</head>
<body>
<center>
<h1><bean:write name="paper" property="title"/><br>
(<bean:message key="testPaperForm.examtime" />:
<bean:write name="paper" property="examtime"/>
<bean:message key="testpaper.examtime.unit"/>)</h1>
<html:errors />
<br>
<html:form action="/exam/testpaper" method="post" focus="title" >
<html:hidden property="p" value="exam"/>
<input type="hidden" name="id"
value="<bean:write name="paper" property="id"/>">
<b><bean:message key="question.type.select" /></b>
<table border="1" width="750">
<logic:iterate id="question" name="selectquestions">
<tr>
<td align="left">
<bean:write name="question" property="content"
filter="false"/>
</td>
</tr>
</logic:iterate>
</table>
<br>
<b><bean:message key="question.type.yesno" /></b>
<br>
<table border="1" width="750">
<logic:iterate id="question" name="yesnoquestions">
<tr>
<td align="left">
<bean:write name="question" property="content"
filter="false"/>
</td>
</tr>
</logic:iterate>
</table>
<table>
<tr>
<td align="center" colspan="2">
<html:submit>
<bean:message key="btn.save"/>
</html:submit>
<html:reset>
<bean:message key="btn.reset"/>
</html:reset>
</td>
</tr>
</table>
</html:form>
<!-- Display the return link. -->
<table border="0">
<tr>
<td>
<html:link href="../exam/testpaper.do?p=stulist">
<bean:message key="btn.back" />
</html:link>
</td>
</tr>
</table>
<p> <p>
<img src="../images/exam.gif" width="200">
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -