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

📄 40a4109bc3a4001d160cac80d06a1e0b

📁 实习的时候做的数字校园系统
💻
字号:
<%@ page contentType="text/html;charset=GBK"%>
<!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>
<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="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="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="88" vAlign="center" borderColor="#3b82f1" background="<%=request.getContextPath() %>/jiemian/image/list_middle.jpg" bgColor="#f7f7f7">备注:</td>
    </tr>
    
    
     </table>

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

⌨️ 快捷键说明

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