📄 jslrgl.asp
字号:
<%
if Session.Contents("gws")<>true then
%>
<body text="#000000" background="bg01.gif">
<p align="center">请重新登录!
<%
else
mm="gong"
%>
<html>
<head>
<title>录入管理系统--龚文生</title>
</head>
<body topmargin=0 leftmargin=0 rightmargin=0 bgcolor="#fef4d9" background="bg01.gif">
<p>
<center><font face="华文行楷" size="6" color="#FF0000"><b>增加任课教师</b></font>
<form action=jsin.asp method=post>
<table width=754 cellspacing=1 bgcolor=#ff0000 height="85" bordercolorlight="#FF0000" border="1">
<tr bgcolor=#FFcccc>
<td align=center width=410 height="1">教师代码
<td height="1" width="502">
<input type=text name="dm" size=10 maxlength=20 class=i> <cite><font size="2">
* 10位数字以内(非零)</font></cite><tr bgcolor=#FFcccc>
<td align=center width=410 height="2">姓名
<td height="2" width="502"><input type=text name="xm" size=10 maxlength=20 class=i> <font size="2"> * 不大于5个汉字</font>
<tr bgcolor=#FFcccc>
<td align=center width=410 height="1">性别
<td height="1" width="502"><input type=radio name="xb" value="男" checked>男 <input type=radio name="xb" value="女">女
<tr bgcolor=#FFcccc>
<td align=center width=410 height="19">部门
<td height="19" width="502"><input type=text name="bm" size=30 maxlength=30 class=i value=""><font size="2"> * 不大于15个汉字</font>
<tr bgcolor=#FFcccc>
<td align=center width=410 height="19">出生时间<td height="19" width="502"><input type=text name="csny" size=20 maxlength=20 class=i value=""><font size="2"> 格式
1980-04-23</font>
<tr bgcolor=#FFcccc>
<td align=center width=410 height="19">学历<td height="19" width="502">
<input type=text name="xl" size=10 maxlength=20 class=i><cite><font size="2"> 10个汉字以内</font></cite><tr bgcolor=#FFcccc>
<td align=center width=410 height="19">职称<td height="19" width="502">
<input type=text name="zc" size=10 maxlength=20 class=i> <cite><font size="2">
10个汉字以内</font></cite><tr bgcolor=#FFcccc>
<td align=center width=410 height="19">密码
<td height="19" width="502"><input type=text name="mm" size=20 maxlength=20 class=i value="<%=mm%>"><font size="2"> * 20个字符以内(默认:gong)</font>
</center>
<tr bgcolor=#FFcccc>
<td align=center width=410 height="14">个人简介
<td height="14" width="653" align="center">
<p align="center">
<font size="2">
<textarea wrap="off" rows="18" name="jj" cols="89"></textarea> 最多30000个汉字</font></center>
</td>
</tr>
</table>
</center>
</div>
</center>
</div>
<center>
<font face="隶书" color="#FF00FF">有*号的必填</font><br>
<input type=submit value="提交"> <input type=reset value="清除">
</center>
</form>
</body>
</html>
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -