previewexamtestpaper.jsp
来自「该系统采用了B/S结构模式」· JSP 代码 · 共 389 行 · 第 1/2 页
JSP
389 行
<bean:message key="exam.q_standard"/>
<bean:write name="singleQ" property="q_standard"/>
<br>
<bean:message key="exam.q_value"/>
<bean:write name="singleQ" property="q_value"/>
<br>
</td>
</tr>
</strong>
</logic:iterate>
</table>
</td>
</tr>
</logic:greaterThan>
<logic:greaterThan name="m_size" value="0">
<tr>
<td width="680" bgcolor="#FFFFFF">
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="ex2">
<tr>
<td height="29" colspan="2" valign="top">
<strong><bean:message key="question.multi"/>:</strong>
</td>
</tr>
<logic:iterate id="multiQ" name="preViewExamTestPaperForm" property="multiQ" indexId="index">
<tr>
<td valign="top" width="27" height="30">
<strong><%= index.intValue()+1 %> .
</strong>
</td>
<td valign="top" width="660" style="WORD-BREAK: break-all">
<bean:message key="question.content"/>
<bean:write name="multiQ" property="q_content"/>
<bean:message key="exam.leftscore"/>
<bean:write name="multiQ" property="q_value"/>
<bean:message key="exam.rightscore"/>
</td>
</tr>
<logic:notEmpty name="multiQ" property="q_picture">
<tr>
<td height="48"> </td>
<td>
<bean:define id="picture" name="multiQ" property="q_picture"/>
<html:img src='<%="../../upload/images/"+picture%>' width="100" height="100"/>
</td>
</tr>
</logic:notEmpty>
<tr>
<td height="48"> </td>
<td> A:
<bean:write name="multiQ" property="text1"/>
<br>
B:
<bean:write name="multiQ" property="text2"/>
<br>
C:
<bean:write name="multiQ" property="text3"/>
<br>
D:
<bean:write name="multiQ" property="text4"/>
<br>
E:
<bean:write name="multiQ" property="text5"/>
</td>
</tr>
<br>
<tr>
<td height="30"> </td>
<td width="680" style="WORD-BREAK: break-all">
<bean:message key="exam.q_standard"/>
<bean:write name="multiQ" property="q_standard"/>
<br>
<bean:message key="exam.q_value"/>
<bean:write name="multiQ" property="q_value"/>
<br>
</td>
</tr>
</logic:iterate>
</table>
</tr>
</logic:greaterThan>
<logic:greaterThan name="f_size" value="0">
<tr>
<td width="680" bgcolor="#FFFFFF">
<table width="90%" border="0" cellpadding="1" cellspacing="3" class="ex2">
<tr>
<td height="29" colspan="2" valign="top">
<strong><bean:message key="question.fitin"/></strong>
</td>
</tr>
<logic:iterate id="fitinQ" name="preViewExamTestPaperForm" property="fitinQ" indexId="index">
<tr>
<td valign="top" width="27" height="30">
<strong><%= index.intValue()+1 %> .
</strong>
</td>
<td width="647" valign="top">
<bean:write name="fitinQ" property="q_content"/>
<bean:message key="exam.leftscore"/>
<bean:write name="fitinQ" property="q_value"/>
<bean:message key="exam.rightscore"/>
</td>
</tr>
<logic:notEmpty name="fitinQ" property="q_picture">
<tr>
<td height="48"> </td>
<td>
<bean:define id="picture" name="fitinQ" property="q_picture"/>
<html:img src='<%="../../upload/images/"+picture%>' width="100" height="100"/>
</td>
</tr>
</logic:notEmpty>
<tr>
<td height="30"> </td>
<td width="680" style="WORD-BREAK: break-all">
<bean:message key="exam.q_standard"/>
<bean:write name="fitinQ" property="q_standard"/>
<br>
<bean:message key="exam.q_value"/>
<bean:write name="fitinQ" property="q_value"/>
<br>
</td>
</tr>
</logic:iterate>
</table>
</td>
</tr>
</logic:greaterThan>
<logic:greaterThan name="a_size" value="0">
<tr>
<td width="650" bgcolor="#FFFFFF">
<table width="90%" border="0" cellpadding="1" cellspacing="3" class="ex2">
<tr>
<td height="29" colspan="2" valign="top">
<strong><bean:message key="question.answer"/>:</strong>
</td>
</tr>
<logic:iterate id="answerQ" name="preViewExamTestPaperForm" property="answerQ" indexId="index">
<tr>
<td valign="top" width="27" height="30">
<strong><%= index.intValue()+1 %> .
</strong>
</td>
<td valign="top" width="645">
<bean:write name="answerQ" property="q_content"/>
<bean:message key="exam.leftscore"/>
<bean:write name="answerQ" property="q_value"/>
<bean:message key="exam.rightscore"/>
</td>
</tr>
<logic:notEmpty name="answerQ" property="q_picture">
<tr>
<td height="48"> </td>
<td>
<bean:define id="picture" name="answerQ" property="q_picture"/>
<html:img src='<%="../../upload/images/"+picture%>' width="100" height="100"/>
</td>
</tr>
</logic:notEmpty>
<tr>
<td height="30"> </td>
<td width="680" style="WORD-BREAK: break-all">
<bean:message key="exam.q_standard"/>
<bean:write name="answerQ" property="q_standard"/>
<br>
<bean:message key="exam.q_value"/>
<bean:write name="answerQ" property="q_value"/>
<br>
</td>
</tr>
</logic:iterate>
</table>
</td>
</tr>
</logic:greaterThan>
</table>
</table>
</html:form>
</html:html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?