📄 std_addstudentbasicinfo.aspx
字号:
<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" ErrorMessage="电话号码不能为空!" ControlToValidate="tel">*</asp:RequiredFieldValidator></td>
<td style="width: 155px; 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" ErrorMessage="邮政编码不能为空!" ControlToValidate="postalCode">*</asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="postalCode"
ErrorMessage="邮政编码格式不对!" ValidationExpression="\d{6}">*</asp:RegularExpressionValidator></td>
<td style="width: 155px; 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" ErrorMessage="来源地区不能为空!" ControlToValidate="fromArea">*</asp:RequiredFieldValidator></td>
<td style="width: 143px; 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">
家庭详细地址:</td>
<td colspan="2" style="height: 25px; background-color: #dee9f9">
<asp:TextBox ID="homeAddress" 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="homePlace" 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="gangaotaiCode" 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="homeLocus" 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="healthCondition" 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="reportCode" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator21" runat="server" ErrorMessage="报道号不能为空!" ControlToValidate="reportCode">*</asp:RequiredFieldValidator></td>
<td colspan="3" rowspan="6" style="vertical-align: top; background-color: #e4ecf3">
备注:
<asp:TextBox ID="remark" runat="server" Height="149px" TextMode="MultiLine"
Width="411px"></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="college" runat="server"
Width="209px" AutoPostBack="True" OnSelectedIndexChanged="college_SelectedIndexChanged">
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
<td colspan="2" style="height: 25px; background-color: #e4ecf3">
是否高水平运动员:
<asp:DropDownList ID="ifathlete" runat="server" Width="69px">
<asp:ListItem></asp:ListItem>
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList></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="department" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ErrorMessage="系不能为空!" ControlToValidate="department">*</asp:RequiredFieldValidator></td>
<td style="width: 143px; height: 25px; background-color: #e4ecf3">
英语等级:</td>
<td style="width: 183px; height: 25px; background-color: #dee9f9">
<asp:DropDownList ID="englishGrade" runat="server" Width="73px">
<asp:ListItem>四级</asp:ListItem>
<asp:ListItem>六级</asp:ListItem>
</asp:DropDownList></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="speciality" runat="server"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -