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

📄 908a522660a5001d1e0f98aee8c5c7cb

📁 实习的时候做的数字校园系统
💻
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="java.util.*" %>
<%@ page import="com.xxgl.bean.TeacherBean" %>
<%
	   List result = (List)request.getAttribute("result");
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>教师管理</title>
<style type="text/css">
<!--
body {
	background-color: #DEE7FF;
}
.style1 {color: #f7f7f7}
-->
</style>
</head>
<body>
<script language="JavaScript">
 function myfind()
   {
		form1.action ="<%=request.getContextPath() %>";
		form1.method = "post";
		form1.submit ();
   }

   </script>
<form name="form1" method="post" action="">
 <table style="FONT-SIZE: 10pt" borderColor="#ffffff"  cellSpacing="0" cellPadding="0"  bgColor="#dee7ff" border="0" width="900" align="center">
    <tr>
      <td width="12" height="15" background="<%=request.getContextPath() %>/jiemian/image/file1.gif"></td>
      <td width="104" background="<%=request.getContextPath() %>/jiemian/image/title_left.gif" bgcolor="#CCCCCC"><font color="#f7f7f7">教师信息管理</font></td>
      <td width="8" background="<%=request.getContextPath() %>/jiemian/image/title_middle.gif"><font color="#f7f7f7">&nbsp;</font></td>
      <td width="541" background="<%=request.getContextPath() %>/jiemian/image/title_right.gif"><font color="#f7f7f7">&nbsp;</font></td>
    </tr>
   </table>   
  <table width="900" border="0" align="center" cellspacing="0" bordercolor="#2955b5">
  <tr>
  <td width="48" >&nbsp;</td>
  <td   width="52" height="0"   background="<%=request.getContextPath() %>/jiemian/image/find5.gif" id="submit" style="cursor:hand" onclick="myfind()" >&nbsp;</td>
  <td width="800" >&nbsp;</td>
  </table>
   
      <table width="900" border="0" align="center" cellspacing="0" bordercolor="#2955b5">
    <tr>
      <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">ID:</td>
      <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">姓名:</td>
      <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">性别:</td>
      <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">年龄:</td>
     <td width="140" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">政治面貌:</td>
      <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">电话:</td>
      <td width="140" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">聘任时间:</td>
      <td width="140" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">解雇时间:</td>
      <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">备注:</td>
   <td width="100" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">修改:</td>
      <td width="100" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">删除:</td>
    </tr>
     <% 
  	for(int i = 0; i < result.size(); i++){
  		TeacherBean newtea = (TeacherBean)result.get(i);
  %>
  <tr>
     <td><%=newtea.getT_id() %></td>
     <td><%=newtea.getT_name() %></td>
     <td><%=newtea.getSex() %></td>
     <td><%=newtea.getAge() %></td> 
     <td><%=newtea.getZzmm() %></td>   
     <td><%=newtea.getPhone() %></td>
     <td><%=newtea.getPrtime() %></td>
     <td><%=newtea.getFiretime() %></td>
     <td><%=newtea.getMemory()%></td>
     <td  bgColor="#f7f7f7"  ><a href="<%=request.getContextPath() %>/jiemian/updatetea.jsp?id=<%=newtea.getT_id() %>">修改</a></td>
    <td  bgColor="#f7f7f7"><a href="<%=request.getContextPath() %>/servlet/DeletteaServlet?id=<%=newtea.getT_id() %>">删除</a></td>
   </tr>
    <% } %>

    <tr>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
    <td width="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">&nbsp;</td>
      </tr>
     </table>

 </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -