📄 admin_add.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
if session("ok")="" then
Response.Write "<script>alert(""非法用户,你没有登录本系统!"");location.href=""index.asp"";</script>"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: 12px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #000066;
}
-->
</style></head>
<body>
<table border="1" cellspacing="0" width="100%" bordercolor="#CCCCCC" bordercolordark="white" bordercolorlight="#CCCCCC" style="font-family:宋体; font-size:10pt; text-align:center;" align="center">
<form action="admin_save.asp" method="post"><tr align="center">
<td height="20" colspan="5" bgcolor="#339900"><font color="#FFFFFF">添加新生信息</font></td>
</tr>
<tr align="center" >
<td width="3%" rowspan="9"> </td>
<td height="17"> </td>
<td height="17" align="left"> </td>
<td width="5%" colspan="2" rowspan="9"> </td>
</tr>
<tr align="center" >
<td height="25" align="right">姓名:</td>
<td height="25" align="left"><input name="name" type="text" id="name"></td>
</tr>
<tr align="center" >
<td height="25" align="right">电话:</td>
<td height="25" align="left"><input name="links" type="text" id="links"></td>
</tr>
<tr align="center" >
<td height="25" align="right">住址:</td>
<td height="25" align="left"><input name="hefrom" type="text" id="hefrom"></td>
</tr>
<tr align="center" >
<td height="25" align="right">所学课程:</td>
<td height="25" align="left"> <select name="heclass" id="heclass">
<option value="电脑初级" selected>电脑初级</option>
<option value="电脑中级">电脑中级</option>
<option value="电脑高级">电脑高级</option>
<option value="电脑维修">电脑维修</option>
</select></td>
</tr>
<tr align="center" >
<td height="25" align="right">是否来自贫困村:</td>
<td height="25" align="left"><select name="pinkun" id="pinkun">
<option value="1">否</option>
<option value="2">是</option>
</select></td>
</tr>
<tr align="center" >
<td height="17" align="right"> </td>
<td height="17" align="left"> </td>
</tr>
<tr align="center" >
<td height="150" align="right">对该生备注:</td>
<td height="150" align="left" valign="top"><textarea name="content" cols="35" rows="10" id="content"></textarea></td>
</tr>
<tr align="center" >
<td width="23%" height="26" align="right"> </td>
<td width="69%" height="26" align="left" valign="top"> <input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit" value="重写"></td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -