📄 70fb62cb63a5001d1e0f98aee8c5c7cb
字号:
<%@ 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>
</head>
<style type="text/css">
<!--
body {
background-color: #DEE7FF;
}
.style1 {color: #f7f7f7}
-->
</style>
<body>
<script language="JavaScript">
function myfind()
{
form1.action ="<%=request.getContextPath() %>/servlet/InserteaServerlet";
form1.method = "post";
form1.submit ();
}
</script>
<form name="form1" method="post" >
<table width="742" border="0" align="center" cellPadding="0" cellSpacing="0" borderColor="#ffffff" bgColor="#dee7ff" ID="Table1" style="FONT-SIZE: 10pt">
<tbody>
<tr>
<td height="35" colSpan="3" bordercolor="#ffffff" bgcolor="#dee7ff"></td>
<td width="20" height="16" align="middle" background="<%=request.getContextPath() %>/jiemian/image/title_left.gif" bgColor="#dee7ff"><div align="left"><img src="image/file1.gif" width="12" height="16"></div></td>
<td width="99" height="35" align="left" background="<%=request.getContextPath() %>/jiemian/image/title_left.gif" bgColor="#dee7ff"><font color="#f7f7f7">教师基本信息</font> </td>
<td width="11" height="35" align="middle" background="<%=request.getContextPath() %>/jiemian/image/title_middle.gif" bgColor="#dee7ff"><font color="#f7f7f7"> </font> </td>
<td width="630" height="35" align="middle" background="<%=request.getContextPath() %>/jiemian/image/title_right.gif" bgColor="#dee7ff"> </td>
</tr>
</tbody>
</table>
<table width="741" height="297" border="0" align="center" cellspacing="0" bordercolor="#2955b5" bgcolor="#dee7ff" id="Table2">
<tr bgcolor="#dee7ff" >
<td height="20" colspan="4">教师ID: <input type="text" name="id" ></td>
<td width="180" rowspan="4"> <img src="" width="193" height="118" border="0" align="absmiddle"></td>
</tr>
<tr>
<td width="13" height="40" align="left">姓名:</td>
<td width="285"><input name="name" type="text" size="15" maxlength="20" >
<font color="red">*</font></td>
<td width="13" height="40">性别:</td>
<td width="223"><input name="sex" type="text" size="8" maxlength="20" >
<font color="red">*</font></td>
</tr>
<tr>
<td width="13" height="40">年龄:</td>
<td><input name="age" type="text" size="15" >
<font color="red">*</font></td>
<td width="13" height="40">政治面貌:</td>
<td><input name="zzmm" type="text" size="15" maxlength="10" >
<font color="red">*</font></td>
</tr>
<tr>
<td width="13" height="35">聘任时间:</td>
<td><input name="prtime" type="text" size="15">
<font color="red">*</font></td>
<td width="13" height="35">解雇时间:</td>
<td><input name="firetime" type="text" size="15" >
<font color="red"> </font></td>
</tr>
<tr>
<td width="13" height="40"><p>电话号码:</p></td>
<td><input name="phone" type="text" size="15" >
<font color="red">*</font></td>
<td width="13" height="40"> </td>
<td> </td>
</tr>
<tr>
<td width="13" height="122">备注:</td>
<td colspan="4"><input name="memory" type="text" size="15" ></td>
</tr>
<table width="741" border="0" align="center" bordercolor="#2955b5" bgcolor="#dee7ff">
<tr>
<td width="52" height="0" background="<%=request.getContextPath() %>/jiemian/image/find3.gif" id="submit" style="cursor:hand" onclick="myfind()" > </td>
<td width="689" > </td>
</tr>
</table>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -