📄 testpaper_list.jsp
字号:
<%@ include file="/pub/jsp/common.jsp" %>
<hxex:authority />
<html>
<head>
<title><bean:message key="testpaper.manage.list"/></title>
<link rel="stylesheet" href="../pub/css/common.css">
</head>
<body>
<center>
<h1><bean:message key="testpaper.manage.list"/></h1>
<html:errors />
<table border="1" width="750">
<!-- Display the title line. -->
<tr>
<td width="350" align="center" class="tdtitle">
<bean:message key="testPaperForm.title"/>
</td>
<td width="80" align="center" class="tdtitle">
<bean:message key="testPaperForm.examtime"/>
</td>
<td width="50" align="center" class="tdtitle">
<bean:message key="btn.update"/>
</td>
<td width="50" align="center" class="tdtitle">
<bean:message key="btn.delete"/>
</td>
<td width="80" align="center" class="tdtitle">
<bean:message key="testpaper.btn.managequestion"/>
</td>
</tr>
<!-- Display the teacher list. -->
<logic:iterate id="paper" name="papers">
<tr>
<td class="tdcontent"><bean:write name="paper" property="title"/></td>
<td class="tdcontent"><bean:write name="paper" property="examtime"/></td>
<td align="center" class="tdcontent">
<html:link href="../exam/testpaper.do?p=updatein"
paramId="id" paramName="paper" paramProperty="id">
<bean:message key="btn.update"/>
</html:link>
</td>
<td align="center" class="tdcontent">
<html:link href="../exam/testpaper.do?p=delete"
paramId="id" paramName="paper" paramProperty="id">
<bean:message key="btn.delete"/>
</html:link>
</td>
<td align="center" class="tdcontent">
<html:link href="../exam/question.do?p=list"
paramId="paperid" paramName="paper"
paramProperty="id">
<bean:message key="testpaper.btn.managequestion"/>
</html:link>
</td>
</tr>
</logic:iterate>
</table>
<!-- Display the return link. -->
<table border="0">
<tr>
<td>
<html:link href="../logon.do?p=homepage">
<bean:message key="btn.back" />
</html:link>
<html:link href="../exam/testpaper.do?p=addin">
<bean:message key="testpaper.btn.add" />
</html:link>
</td>
</tr>
</table>
<p> <p>
<img src="../images/testpaperlist.gif" width="200">
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -