📄 add_stu.htm
字号:
<html>
<head>
<title>录入关系考生信息</title>
<link href="../css/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body background="../img/main_bg.gif">
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td >
<table width="565" border="0" cellpadding="0" cellspacing="0" class="CTborder" align="center">
<tr>
<td align="center" class="CTbg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" align="right" class="CTSborder">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" align="center">录入关系考生信息</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<form action="" method="post">
<table width="560" border="0" cellpadding="1" cellspacing="1" bordercolor="A1B0D7" bgcolor="A1B0D7">
<tr bgcolor="#F7F9FD">
<td height="25" width="150">考生号<input type="text" name="" size="13"></td>
<td height="25" width="180">准考证号<input type="text" name="" size="15"></td>
<td height="25" width="100">姓名<input type="text" name="" size="8"></td>
<td height="25" width="">性别
<select name="">
<option value="">男</option>
<option value="">女</option>
</select>
</td>
</tr>
<tr bgcolor="#F7F9FD">
<td height="25" colspan="2">家庭地址<input type="text" name="" size="38"></td>
<td height="25" width="">成绩<input type="text" name="" size="8"></td>
<td height="25" width="">考试类别
<select name="">
<option value="">男</option>
<option value="">女</option>
</select>
</td>
</tr>
<tr bgcolor="#F7F9FD">
<td height="25" width="150">一志愿<input type="text" name="" size="13"></td>
<td height="25" width="180">二志愿<input type="text" name="" size="15"></td>
<td height="25" width="" colspan="2">三志愿<input type="text" name="" size=""></td>
</tr>
<tr bgcolor="#F7F9FD">
<td height="25" width="150">推荐人<input type="text" name="" size="13"></td>
<td height="25" width="180">录取科系
<select name="">
<option value="">录取科系</option>
</select>
</td>
<td height="25" width="" colspan="2">生源所在地<input type="text" name="" size=""></td>
</tr>
<tr bgcolor="#F7F9FD">
<td height="25" width="150">到档时间1<input type="text" name="" size="10"></td>
<td height="25" width="150">退档时间1<input type="text" name="" size="10"></td>
<td height="25" width="" colspan="2">退档备注1<input type="text" name="" size=""></td>
</tr>
<tr bgcolor="#F7F9FD">
<td height="25" width="150">到档时间2<input type="text" name="" size="10"></td>
<td height="25" width="150">退档时间2<input type="text" name="" size="10"></td>
<td height="25" width="" colspan="2">退档备注2<input type="text" name="" size=""></td>
</tr>
<tr bgcolor="#F7F9FD">
<td height="25" colspan="5" align="center"><input type="submit" value="添加" class="btn_2" name="button"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -