⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 liststudent.jsp

📁 本系统是在线考试系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="exception.jsp"%>
<%@ include file="taglibs.jsp"%>
<html>
<head>
<title>walkergl在线考试系统</title>
<link href="images/Style.css" rel="stylesheet" type="text/css">
<script type='text/javascript' src='js/tree.js'></script>
</head>

<body>
<div align="left">
<table width="778" height="528" 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="134">
 		<jsp:include page="left.html"/>           
	</td>
    <td height="320" align="left" valign="top" style="border-bottom:1px solid #008000; border-left:1px solid #008000; border-right:1px solid #008000; padding:0; " width="644">
	<TABLE class=Xsmall cellSpacing=1 cellPadding=2 width=642 align=center 
bgColor=#d2ebff border=0>
  <TBODY>
  <TR bgColor=#ffffff>
    <TD colSpan=6 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=6 height=30><div align="center">全部考生信息</div></TD>
  </TR>
  <TR bgColor=#ffffff>
    <TD width=109 height=25 align="center">
      <DIV align=center>身份证号</DIV></TD>
    <TD width=89 align="center">
      <DIV align=center>姓 名</DIV></TD>
    <TD width=120 align="center">
      <DIV align=center>班级</DIV></TD>
    <TD width=118 align="center">
      学号</TD>
    <TD width=140 align="center">
      Email</TD>
    <TD width=44 align="center">
      <DIV align=center>删除否</DIV></TD></TR>
<logic:iterate id="student" name="studentList" type="org.yeeku.model.Student" scope="request" >				
			
	<TR bgColor=#ffffff>
    <TD height=25>
      <DIV align=center><bean:write name="student" property="humanId"/></DIV></TD>
    <TD>
      <DIV align=center><bean:write name="student" property="name"/></DIV></TD>
    <TD>
      <DIV align=center><bean:write name="student" property="className"/> </DIV></TD>
    <TD>
	  <DIV align=center><bean:write name="student" property="stuNumber"/> </DIV></TD>
    <TD>
      <DIV align=center><bean:write name="student" property="email"/></DIV></TD>
    <TD>
      <DIV align=center><html:link action="delStudent.do" paramName="student" paramProperty="id" paramId="studentId" onclick="return  confirm('确认删除?');">删除</html:link>
	 </DIV></TD></TR>
	  	</logic:iterate>
  <TR bgColor=#ffffff>
    <TD colSpan=6 height=30>
      <DIV align=center>
		第${requestScope.currentPage}页&nbsp;
		共${requestScope.pageCount}页&nbsp;
		<a href="listStudent.do?pageNo=1">首页</a>
		<logic:greaterThan name="currentPage" scope="request" value="1">
		<a href="listStudent.do?pageNo=${requestScope.currentPage - 1}"></logic:greaterThan>上一页
		<logic:greaterThan name="currentPage" scope="request" value="1"></logic:greaterThan>
		<logic:lessThan name="currentPage" scope="request" value="${requestScope.pageCount}"><a href="listStudent.do?pageNo=${requestScope.currentPage + 1}"></logic:lessThan>下一页
		<logic:lessThan name="currentPage" scope="request" value="${requestScope.pageCount}"></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 + -