📄 edit_stu.aspx
字号:
</table>
<table class="DataTable" id="DataTable12" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%">城区:</td>
<td align="left" width="45%"><asp:textbox id="tbCity" runat="server" AutoPostBack="True" Width="137px"></asp:textbox><asp:dropdownlist id="ddCity" runat="server" AutoPostBack="True"></asp:dropdownlist></td>
<td align="left" width="35%"></td>
</tr>
</table>
<table class="DataTable" id="DataTable13" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%">电子邮件:</td>
<td align="left" width="45%"><asp:textbox id="tbMail" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"><asp:regularexpressionvalidator id="RegularExpressionValidator1" runat="server" ErrorMessage="电子邮件输入错误" ControlToValidate="tbMail"
ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">电子邮件格式如:info@panguedu.com</asp:regularexpressionvalidator></td>
</tr>
</table>
<table class="DataTable" id="DataTable14" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%">备用邮件:</td>
<td align="left" width="45%"><asp:textbox id="tbBeiYmail" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"><asp:regularexpressionvalidator id="RegularExpressionValidatorBeiYmail" runat="server" ErrorMessage="备用电子邮件输入错误"
ControlToValidate="tbBeiYmail" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">电子邮件格式如:info@panguedu.com</asp:regularexpressionvalidator></td>
</tr>
</table>
<table class="DataTable" id="DataTable15" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%">Q Q号码:</td>
<td align="left" width="45%"><asp:textbox id="tbQq" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"><asp:regularexpressionvalidator id="RevQq" runat="server" ErrorMessage="请填写正确的QQ号码!" ControlToValidate="tbQq" ValidationExpression="^[1-9]{1}\d{4,11}$">请填写正确的QQ号码!</asp:regularexpressionvalidator></td>
</tr>
</table>
<table class="DataTable" id="DataTable16" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%">电话:</td>
<td align="left" width="45%"><asp:textbox id="tbTel" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"><asp:regularexpressionvalidator id="RegularExpressionValidator2" runat="server" ErrorMessage="电话号码输入错误" ControlToValidate="tbTel"
ValidationExpression="(\(\d{3}\)|\d{3}-|\(\d{4}\)|\d{4}-)(\d{8}|\d{7})|13\d{9}">电话号码输入错误</asp:regularexpressionvalidator></td>
</tr>
</table>
<table class="DataTable" id="DataTable17" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%">手机:</td>
<td align="left" width="45%"><asp:textbox id="tbMobile" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%">
<asp:regularexpressionvalidator id="Regularexpressionvalidator3" runat="server" ControlToValidate="tbMobile" ErrorMessage="手机号码输入错误"
ValidationExpression="^((13[0-9])|(159))\d{8}$">手机号码输入错误</asp:regularexpressionvalidator></td>
</tr>
</table>
<table class="DataTable" id="DataTable18" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%">地址:</td>
<td align="left" width="45%"><asp:textbox id="tbAddress" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"></td>
</tr>
</table>
<table class="DataTable" id="DataTable19" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%">邮编:</td>
<td align="left" width="45%"><asp:textbox id="tbZipcode" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"><asp:regularexpressionvalidator id="RegularExpressionValidatorZipcode" runat="server" ErrorMessage="邮政编码输入错误" ControlToValidate="tbZipcode"
ValidationExpression="\d{6}">邮编的格式应该为6位数字</asp:regularexpressionvalidator></td>
</tr>
</table>
<table class="DataTable" id="DataTable20" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%"><asp:label id="UserDefined1" runat="server"></asp:label>:</td>
<td align="left" width="45%"><asp:textbox id="TbUserDefined1" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"></td>
</tr>
</table>
<table class="DataTable" id="DataTable21" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%"><asp:label id="UserDefined2" runat="server"></asp:label>:</td>
<td align="left" width="45%"><asp:textbox id="TbUserDefined2" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"></td>
</tr>
</table>
<table class="DataTable" id="DataTable22" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%"><asp:label id="UserDefined3" runat="server"></asp:label>:</td>
<td align="left" width="45%"><asp:textbox id="TbUserDefined3" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"></td>
</tr>
</table>
<table class="DataTable" id="DataTable23" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="right" width="20%"><asp:label id="UserDefined4" runat="server"></asp:label>:</td>
<td align="left" width="45%"><asp:textbox id="TbUserDefined4" runat="server" Width="200px"></asp:textbox></td>
<td align="left" width="35%"></td>
</tr>
</table>
<table class="DataTable" id="DataTableSys1" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3">
<TR>
<TD align="right" width="20%">录入者:</TD>
<TD align="left" width="45%"><asp:textbox id="TbLRz" runat="server" Width="200px" Enabled="False"></asp:textbox></TD>
<TD align="left" width="35%"></TD>
</TR>
</table>
<table class="DataTable" id="DataTableSys2" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3">
<TR>
<TD align="right" width="20%">录入时间:</TD>
<TD align="left" width="45%"><asp:textbox id="tbAddTime" runat="server" Width="200px" Enabled="False"></asp:textbox></TD>
<TD align="left" width="35%"></TD>
</TR>
</table>
<table class="DataTable" id="DataTableSys3" onmouseover="tdOver(this)" onmouseout="tdOut(this)"
cellSpacing="0" cellPadding="3">
<TR>
<TD align="right" width="20%">是否审核:</TD>
<TD align="left" width="45%"><asp:checkbox id="CbShenHe" runat="server"></asp:checkbox></TD>
<TD align="left" width="35%"></TD>
</TR>
</table>
<table class="DataTable" id="TbTj" cellSpacing="0" cellPadding="3" runat="server">
<tr>
<td align="center" width="20%" colSpan="3">
<P><BR>
<asp:Button id="Button1" runat="server" Text=" 返 回 " CausesValidation="False"></asp:Button>
<asp:button id="BtnEdit" runat="server" Text=" 修 改 " Enabled="False"></asp:button><asp:button id="BtnInsert" runat="server" Text=" 再次录入该生信息 " Enabled="False"></asp:button><strong><font color="#33cc33"></font></strong> <BR>
<FONT color="#33cc33"><STRONG>注意</STRONG>:管理员提交的信息不需要再次审核,如果允许多次报名,则管理员录入相同考生信息的数量将不受限制,这里显示的数据项为所有的数据项。</FONT><BR>
<asp:validationsummary id="ValidationSummary1" runat="server" Width="200px" ShowMessageBox="True" ShowSummary="False"
Height="10px"></asp:validationsummary></P>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<script src="../js/Calendar.js" type="text/javascript"></script>
<script src="../js/ChangeColor.js" type="text/javascript"></script>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -