?? listquestion.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="exception.jsp"%>
<%@ include file="taglibs.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>walkergl在線考試系統</title>
<script type='text/javascript' src='js/tree.js'></script>
</head>
<body>
<div align="left">
<table width="778" height="499" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: 2px solid #008000; padding: 0px">
<tr>
<td height="167" align="justify" valign="baseline" style="border-bottom: 2px solid #008000; padding: 0" colspan="2">
<img border="0" src="images/2.jpg" width="778" height="167"></td>
</tr>
<tr>
<td height="320" align="left" valign="top" width="153">
<jsp:include page="left.html"/>
</td>
<td height="320" align="left" valign="top" style="border-bottom:1px solid #808080; border-right:1px solid #808080; padding:0; border-left-style:solid; border-left-width:1px" width="625">
<TABLE class=Xsmall cellSpacing=1 cellPadding=2 width=623 align=center
bgColor=#d2ebff border=0>
<TBODY>
<TR bgColor=#ffffff>
<TD colSpan=4 height=28>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD class=Xsmall background="images/backt.gif "
height=25> <STRONG>試題瀏覽</STRONG></TD></TR></TBODY></TABLE></TD></TR>
<TR bgColor=#ffffff>
<TD colSpan=4 height=30>
<DIV align=center><FONT color=#0000ff>全部試題信息</FONT></DIV></TD></TR>
<TR bgColor=#ffffff>
<TD width=407 height=25>
<DIV align=center>題 目</DIV></TD>
<TD width=51 align="center">
分數</TD>
<TD width=105>
<DIV align=center>類 型</DIV></TD>
<TD width=39>
<DIV align=center>刪除否</DIV></TD></TR>
<logic:iterate id="question" name="questionList" type="org.yeeku.model.Question" scope="request" >
<TR bgColor=#ffffff>
<TD height=25><bean:write name="question" property="quTitle"/> </TD>
<TD>
<DIV align=center><bean:write name="question" property="quScore"/>
</TD>
<TD>
<DIV align=center><bean:write name="question" property="quType"/> </DIV></TD>
<TD>
<DIV align=center><html:link action="delQuestion.do" paramName="question" paramProperty="id" paramId="questionId" onclick="return confirm('確認刪除?');">刪除</html:link></DIV></TD></TR>
</logic:iterate>
<TR bgColor=#ffffff>
<TD colSpan=4 height=30>
<DIV align=center>
第${requestScope.currentPage}頁
共${requestScope.pageCount}頁
<a href="listStudent.do?pageNo=1">首頁</a>
<logic:greaterThan name="currentPage" scope="request" value="1">
<a href="listQuestion.do?pageNo=${requestScope.currentPage - 1}"></logic:greaterThan>上一頁
<logic:greaterThan name="currentPage" scope="request" value="1"></a></logic:greaterThan>
<logic:lessThan name="currentPage" scope="request" value="${requestScope.pageCount}"><a href="listQuestion.do?pageNo=${requestScope.currentPage + 1}"></logic:lessThan>下一頁
<logic:lessThan name="currentPage" scope="request" value="${requestScope.pageCount}"></a></logic:lessThan>
<a href="listStudent.do?pageNo=${requestScope.pageCount}">尾頁</a>
</DIV></TD></TR></TBODY></TABLE>
</td>
</tr>
</table>
<%@include file="footer.jsp"%>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -