📄 std_addstdbasicinfolist.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="std_addStdBasicInfoList.aspx.cs" Inherits="manager_sysManager_studentManage_std_addStdBasicInfoList" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<link href="../../../CSS/CSS.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; margin-bottom: 0px; margin-right:0px; margin-left:0px" class="css">
<form id="form1" runat="server">
<div>
<table border="1" bordercolordark="#003399" bordercolorlight="#6a82dd" cellspacing="0"
class="css" style="width: 995px; height: 600px; text-align: left">
<tr>
<td style="width: 110px; height: 29px; background-color: #e4ecf3">
学号:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:Label ID="studyNumber" runat="server" Text="Label"></asp:Label>
</td>
<td style="width: 143px; color: #000000; height: 25px; background-color: #e4ecf3">
学生证号:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="stdproveCode" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator15" runat="server" ControlToValidate="stdproveCode"
ErrorMessage="学生证号不能为空!">*</asp:RequiredFieldValidator></td>
<td style="width: 155px; color: #000000; height: 25px; background-color: #e4ecf3">
家庭邮编:</td>
<td style="width: 209px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="homePostalcode" runat="server" Width="120px"></asp:TextBox></td>
<td rowspan="6" style="width: 165px; background-color: #e4ecf3">
<asp:Image ID="photo" runat="server" Height="120px" ImageUrl="~/image/student/yi.bmp"
Width="83px" /></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
身份证号:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:Label ID="IDcardNumber" runat="server" Text="Label"></asp:Label>
</td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
培养方向:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="culitivateDirection" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 155px; height: 25px; background-color: #e4ecf3">
家庭电话:</td>
<td style="width: 209px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="homeTel" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
姓名:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:Label ID="studentName" runat="server" Text="Label"></asp:Label>
</td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
专业方向:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="specialityDirection" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator16" runat="server" ControlToValidate="specialityDirection"
ErrorMessage="专业方向不能为空!">*</asp:RequiredFieldValidator></td>
<td style="width: 155px; color: #000000; height: 25px; background-color: #e4ecf3">
父亲姓名:</td>
<td style="width: 209px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="fatherName" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
曾用名:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="usedName" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
入学日期:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="entranceDate" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator17" runat="server" ControlToValidate="entranceDate"
ErrorMessage="入学日期不能为空!">*</asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="entranceDate"
ErrorMessage="您输入的考试日期格式不对!" ValidationExpression="[0-9]{1,4}-[0-9]{1,2}-[0-9]{1,2}">*</asp:RegularExpressionValidator></td>
<td style="width: 155px; color: #000000; height: 25px; background-color: #e4ecf3">
父亲单位:</td>
<td style="width: 209px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="fatherWorkplace" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
性别:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:DropDownList ID="sex" runat="server" Width="57px">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList>
</td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
毕业中学:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="graduateSchool" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 155px; height: 25px; background-color: #e4ecf3">
父亲单位邮编:</td>
<td style="width: 209px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="fatherPostalcode" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
出生日期:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="birthday" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
宿舍号:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="dormitoryCode" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 155px; height: 25px; background-color: #e4ecf3">
母亲姓名:</td>
<td style="width: 209px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="motherName" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
民族:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="nation" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
电子邮箱:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="email" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 155px; height: 25px; background-color: #e4ecf3">
母亲单位:</td>
<td style="width: 209px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="motherWorkplace" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 165px; height: 25px; background-color: #e4ecf3">
</td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
籍贯:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="nativePlace" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
电话:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="tel" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator18" runat="server" ControlToValidate="tel"
ErrorMessage="电话号码不能为空!">*</asp:RequiredFieldValidator></td>
<td style="width: 155px; color: #000000; height: 25px; background-color: #e4ecf3">
母亲单位邮编:</td>
<td style="width: 209px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="motherPostalcode" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 165px; height: 25px; background-color: #e4ecf3">
</td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
政治面貌:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="politicsVisage" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
邮政编码:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="postalCode" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator19" runat="server" ControlToValidate="postalCode"
ErrorMessage="邮政编码不能为空!">*</asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="postalCode"
ErrorMessage="邮政编码格式不对!" ValidationExpression="\d{6}">*</asp:RegularExpressionValidator></td>
<td style="width: 155px; color: #000000; height: 25px; background-color: #e4ecf3">
父亲单位电话或手机:</td>
<td colspan="2" style="height: 25px; background-color: #dee9f9">
<asp:TextBox ID="fatherTel" runat="server" Width="250px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
来源地区:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="fromArea" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="fromArea"
ErrorMessage="来源地区不能为空!">*</asp:RequiredFieldValidator></td>
<td style="width: 143px; color: #000000; height: 25px; background-color: #e4ecf3">
准考证号:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="testproveCode" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 155px; height: 25px; background-color: #e4ecf3">
母亲单位手机或电话:</td>
<td colspan="2" style="height: 25px; background-color: #dee9f9">
<asp:TextBox ID="motherTel" runat="server" Width="250px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
来源省:</td>
<td style="width: 184px; height: 25px; background-color: #dee9f9">
<asp:TextBox ID="fromProvince" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
学历层次:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:DropDownList ID="educationalLevel" runat="server" Width="77px">
<asp:ListItem>本科</asp:ListItem>
<asp:ListItem>研究生</asp:ListItem>
<asp:ListItem>博士</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 155px; height: 25px; background-color: #e4ecf3">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -