⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 regedit.aspx

📁 校友录的总体功能分为三个子功能模块:管理功能模块,用户注册功能模块,用户个性化服务
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
			
        
 </script>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
 </head>
<body style="margin-top: 0px; margin-bottom: 0px; padding-bottom: 0px; padding-top: 0px; text-align: center; background-image: url(PICTURE/back.gif);">
    <form id="form1" runat="server">
<div style="text-align: center;">
    &nbsp;<uc1:LeadHead ID="LeadHead1" runat="server" />
         
        <table style="width: 938px; height: 226px" border="1" cellpadding="1" cellspacing="1" id="REGTable">
            <caption style="background-color: #bcddff" id="CAPTION1" runat="server">
                <asp:Image ID="Image1" runat="server" ImageUrl="~/PICTURE/register.gif" /></caption>
            <tr>
                <td style="width: 1129px; height: 24px; text-align: left">
                    <strong>注册身份</strong>(请如实填写)</td>
                <td style="width: 754px; text-align: left; height: 24px;">
                        <asp:RadioButton ID="Alumni" runat="server" Checked="True" Text="校友" GroupName="Identify" OnCheckedChanged="Alumni_CheckedChanged" AutoPostBack="True" />       <asp:RadioButton ID="Teacher" runat="server" Text="本校职工 " GroupName="Identify" OnCheckedChanged="Teacher_CheckedChanged" AutoPostBack="True" /></td>
                <td rowspan="1" style="vertical-align: top; width: 353px; height: 24px; text-align: left">
                </td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 4px; text-align: left; background-color: #fff5fb;"><strong>用户名</strong>(请输入5-16个中,英,数字符)</td>
                <td style="width: 754px; text-align: left; height: 4px; background-color: #fff5fb;">
                    <asp:TextBox ID="UserID" runat="server"></asp:TextBox>* &nbsp;&nbsp;<asp:Button ID="ChkUserID"
                        runat="server" CausesValidation="False" OnClick="ChkUserID_Click" Text="测试用户名"
                        Width="70px" />
                    <asp:Label ID="ExitUserText" runat="server" ForeColor="Red" Width="208px"></asp:Label><br />
                    <asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="UserID"
                        ErrorMessage="用户名格式或长度5_16出错" ValidationExpression="^[A-Za-z0-9\u4e00-\u9fa5]{5,15}$"
                        Width="202px"></asp:RegularExpressionValidator>
                    &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>
                <td style="width: 353px; height: 9px; vertical-align: top; text-align: left;" rowspan="23">
                    亲爱的各位校友、同学:<br />
                    &nbsp; &nbsp; &nbsp; &nbsp;感谢大家对通讯录的支持!但是为了大家及早的加入校友录,我们希望大家注册时能遵守以下规则:<br />
                    &nbsp; &nbsp;&nbsp; &nbsp; 1、请填写中文真实姓名注册,以便我们正确核实您的校友身份; &nbsp;&nbsp;
                    <br />
                    &nbsp; &nbsp; &nbsp; 2、请如实填写所有的相关信息,尤其是电话,否则不能通过您的注册;<br />
                    &nbsp; &nbsp;&nbsp; &nbsp;3、请尤其注意你的学号或职工号,身份证号码,入学或聘用年份,它们都是用于核实你的身份!!
                    <br />
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 如果您由于操作失误,选择了错误的信息,请您尽快和我们联系, fjptcjn@gmail.com我们会帮助您修改后通过您的注册。
                    对于您所填写的信息 ,我们一定会进行保密,在您不选择公开的情况下。我们一定会遵守保密义务,请大家放心。<br />
                    &nbsp; &nbsp;&nbsp;</td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 10px; text-align: left; background-color: #fff5fb;"><strong>密码</strong>(区分大小写,6_10个英,数字符)</td>
                    
                <td style="width: 754px; text-align: left; height: 10px; background-color: #fff5fb;">
                    <asp:TextBox ID="Password" runat="server" TextMode="Password" Width="151px"></asp:TextBox>*<asp:RegularExpressionValidator
                        ID="RegularExpressionValidator2" runat="server" ControlToValidate="Password"
                        ErrorMessage="密码格式或长度6_10出错" ValidationExpression="^[A-Za-z0-9]{6,10}$"></asp:RegularExpressionValidator></td>
            </tr>
            <tr>
                <td style="width: 1129px; text-align: left; height: 9px; background-color: #fff5fb;">
                    <strong>密码确认</strong>(再输一遍,以确定)</td>
                <td style="width: 754px; height: 9px; text-align: left; background-color: #fff5fb;">
                    <asp:TextBox ID="CheckPwd" runat="server" TextMode="Password" Width="151px"></asp:TextBox>*
                    <asp:CompareValidator ID="CompareValidator1" runat="server"
                        ControlToValidate="CheckPwd" ErrorMessage="密码不一样" ControlToCompare="Password" CultureInvariantValues="True"></asp:CompareValidator><asp:RequiredFieldValidator
                            ID="RequiredFieldValidator2" runat="server" ControlToValidate="CheckPwd" ErrorMessage="不为空"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left; background-color: #fff5fb;"><strong>真实姓名</strong>(用于核实份 ,请如实写)
                    
                </td>
                <td style="width: 754px; text-align: left; height: 9px; background-color: #fff5fb;">
                    <asp:TextBox ID="Name" runat="server" Width="151px"></asp:TextBox>*<asp:RequiredFieldValidator
                        ID="RequiredFieldValidator4" runat="server" ControlToValidate="Name" ErrorMessage="不能为空"
                        Width="65px"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left; background-color: #fff5fb;">
                    <asp:Label ID="ChkID" runat="server" Font-Bold="True" Height="24px" Text="学号" Width="77px"></asp:Label>(用于核实身份,请实填写)</td>
                <td style="width: 754px; text-align: left; height: 9px; background-color: #fff5fb;">
                    <asp:TextBox ID="SorT_ID" runat="server" Width="151px"></asp:TextBox>*
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="SorT_ID"
                        ErrorMessage="不能为空"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left; background-color: #fff5fb;">
                    <strong>身份证</strong>(用于核实身份,如实填写)
                </td>
                <td style="width: 754px; text-align: left; height: 9px; background-color: #fff5fb;">
                    <asp:TextBox ID="IDCard" runat="server" Width="151px"></asp:TextBox>*<asp:RequiredFieldValidator
                        ID="RequiredFieldValidator3" runat="server" ControlToValidate="IDCard" ErrorMessage="不能为空"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; background-color: #fff5fb; text-align: left">
                        <asp:Label ID="ETRYear" runat="server" Font-Bold="True" Height="24px" Text="入学年份"
                            Width="75px"></asp:Label>(用于核实身份,如实填写)</td>
                <td style="width: 754px; height: 9px; background-color: #fff5fb; text-align: left">
                    <asp:DropDownList ID="ETRTime" runat="server" Width="154px">
                    </asp:DropDownList>*</td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 4px; background-color: #fff5fb; text-align: left">
                    <strong>密码提示问题</strong>(请认真写)</td>
                <td style="width: 754px; height: 4px; background-color: #fff5fb; text-align: left">
                    <asp:TextBox ID="Question" runat="server"></asp:TextBox>*<asp:RequiredFieldValidator
                        ID="RequiredFieldValidator6" runat="server" ControlToValidate="Question" ErrorMessage="不能为空"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 4px; background-color: #fff5fb; text-align: left">
                    <strong>问题答案</strong>(请认真填写)</td>
                <td style="width: 754px; height: 4px; background-color: #fff5fb; text-align: left">
                    <asp:TextBox ID="Answer" runat="server"></asp:TextBox>*
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="Answer"
                        ErrorMessage="不能为空"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left">
                    <strong>昵称</strong>(请输入4-12个符)</td>
                <td style="width: 754px; text-align: left">
                    <asp:TextBox ID="NickName" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left">
                    <strong>性别</strong>(请如实写)</td>
                <td style="width: 754px; text-align: left">
                    <asp:RadioButton ID="Boy" runat="server" Checked="True" Text="帅哥" GroupName="sexchk" OnCheckedChanged="Alumni_CheckedChanged" /><asp:RadioButton ID="Girl" runat="server" Text="美女 " GroupName="sexchk" OnCheckedChanged="Teacher_CheckedChanged" /></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left">
                    <strong>头像</strong></td>
                <td style="width: 754px; text-align: left">
                    <asp:DropDownList ID="Figure" runat="server">
                    </asp:DropDownList><span id="SpanPic"><asp:HyperLink ID="PicLink" runat="server" Target="_blank" NavigateUrl="PicList.aspx">头像列表 <img id="SelPic" alt="" src="HeadPic/image28.gif" style="width: 46px; height: 43px;border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none;" /></asp:HyperLink></span>
                </td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left">
                    <strong>出生日期</strong>(请如实写)</td>
                <td style="width: 754px; text-align: left">
                    <strong>年</strong><asp:DropDownList ID="Year" runat="server" >
                    </asp:DropDownList>月
                    <asp:DropDownList ID="Mounth" runat="server"  >
                    </asp:DropDownList><strong>日</strong>
                   <span id="Span1">
                    <asp:DropDownList ID="Day" runat="server">
                    </asp:DropDownList></span></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 16px; text-align: left">
                    <strong>国籍 </strong>(请实填写)</td>
                <td style="width: 754px; text-align: left; height: 16px;">
                    <strong></strong><asp:DropDownList ID="Country" runat="server" Width="178px" AutoPostBack="True" OnSelectedIndexChanged="Country_SelectedIndexChanged1">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 1129px; text-align: left">
                    <strong>省份</strong>(请实填写,境外生可不填写)</td>
                <td style="width: 754px; text-align: left">
                    <strong></strong>
                    <asp:DropDownList ID="Province" runat="server" Width="178px" AutoPostBack="True" OnSelectedIndexChanged="Province_SelectedIndexChanged">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 25px; text-align: left">
                    <strong>城市</strong>(请实填写,境外生可不填写)</td>
                <td style="width: 754px; height: 25px; text-align: left">
                       <span id="selspan" runat="server"></span><asp:DropDownList ID="City" runat="server"
                           Width="172px">
                       </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left">
                    <strong>联系地址</strong>(请如实填写)</td>
                <td style="width: 754px; text-align: left;">
                    <asp:TextBox ID="Address" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left">
                    <strong>邮编</strong>(请如实填写)</td>
                <td style="width: 754px; text-align: left;">
                    <asp:TextBox ID="Post" runat="server"></asp:TextBox>
                    <asp:RegularExpressionValidator ID="RegularExpressionValidator4" runat="server" ControlToValidate="Post"
                        ErrorMessage="六位邮编号码" ValidationExpression="\d{6}"></asp:RegularExpressionValidator></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left;">
                    <strong>电话</strong>(请如实填写)</td>
                <td style="width: 754px; text-align: left;">
                    <asp:TextBox ID="Tele" runat="server"></asp:TextBox>
                </td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left;">
                    <strong>手机</strong>(请如实填写)</td>
                <td style="width: 754px; text-align: left;">
                    <asp:TextBox ID="Mobile" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left;">
                    <strong>Email</strong>(请如实填写)</td>
                <td style="width: 754px; text-align: left;">
                    <asp:TextBox ID="Email" runat="server"></asp:TextBox>
                    <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="Email"
                        ErrorMessage="认真填写" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 9px; text-align: left;">
                    <strong>QQ(MSN)</strong>(请如实填写)</td>
                <td style="width: 754px; text-align: left;">
                    <asp:TextBox ID="QQ" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 1129px; height: 37px; text-align: left;">
                    <strong>备注</strong></td>
                <td style="width: 754px; height: 37px; text-align: left;">
                    <asp:TextBox ID="Remark" runat="server" Height="194px" Width="382px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="width: 440px; height: 8px; background-color: #bcddff; text-align: left">
                </td>
            </tr>
        </table>
        <br />
        <asp:Button ID="Submit" runat="server" Text=" 提交 " OnClick="Submit_Click" />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
        <asp:Button ID="Reback" runat="server"
            Text=" 返回 " OnClick="Reback_Click" /><br />
        <asp:Image ID="Image5" runat="server" Height="22px" ImageUrl="~/PICTURE/line.bmp"
            Width="996px" /><br />
        <br />
        <br />
         </div> 
     </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -