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

📄 man_addmanager.aspx

📁 该系统是一个集成多功能的信息管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="man_addManager.aspx.cs" Inherits="manager_sysManager_managerManage_man_addManager" %>

<!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="0" cellpadding="0" cellspacing="0" class="css" style="width: 740px;
            height: 490px; background-color: #dee9f9;">
            <tr style="height: 25px">
                <td colspan="3" style="background-image: url(../../../image/system/main_top_bg.gif)">
                    &nbsp; 管理员管理→添加管理员</td>
            </tr>
            <tr style="height: 465px">
                <td colspan="3" rowspan="2" style="vertical-align: top; text-align: left">
                    <table border="1" bordercolordark="#003399" bordercolorlight="#6a82dd" cellpadding="0"
                        cellspacing="0" class="css" style="width: 735px; height: 175px; text-align: left">
                        <tr style="height: 25px">
                            <td style="width: 215px">
                                &nbsp; 用户名: &nbsp; &nbsp; 
                                <asp:TextBox ID="userName" runat="server" Width="120px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ErrorMessage="用户名不能为空!" ControlToValidate="userName">*</asp:RequiredFieldValidator></td>
                            <td style="width: 215px">
                                &nbsp; 管理员密码:<asp:TextBox ID="password" runat="server" Width="120px" TextMode="Password"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="密码不能为空!" ControlToValidate="password">*</asp:RequiredFieldValidator></td>
                            <td style="width: 305px">
                                &nbsp; 确认密码:<asp:TextBox ID="passwordAgain" runat="server" Width="120px" TextMode="Password"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="确认密码不能为空!" ControlToValidate="passwordAgain">*</asp:RequiredFieldValidator></td>
                        </tr>
                        <tr style="height: 25px">
                            <td style="width: 245px">
                                管理员姓名:<asp:TextBox ID="managerName" runat="server" Width="120px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ErrorMessage="管理员姓名不能为空!" ControlToValidate="managerName">*</asp:RequiredFieldValidator></td>
                            <td style="width: 245px">
                                &nbsp;</td>
                            <td style="width: 245px">
                                &nbsp; </td>
                        </tr>
                        <tr style="height: 25px">
                            <td style="width: 245px">
                                管理员电话:<asp:TextBox ID="tel" runat="server" Width="120px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ErrorMessage="管理员电话不能为空!" ControlToValidate="tel">*</asp:RequiredFieldValidator></td>
                            <td style="width: 245px">
                                &nbsp;系统管理员类型:<asp:DropDownList ID="managerStyle" runat="server" Width="109px" AutoPostBack="True" OnSelectedIndexChanged="managerStyle_SelectedIndexChanged">
                                    <asp:ListItem>一级管理员</asp:ListItem>
                                    <asp:ListItem>二级管理员</asp:ListItem>
                                    <asp:ListItem>院系管理员</asp:ListItem>
                                    <asp:ListItem>部门管理员</asp:ListItem>
                                </asp:DropDownList></td>
                            <td style="width: 245px">
                                部门:<asp:DropDownList ID="unit" runat="server" Width="174px">
                                </asp:DropDownList></td>
                        </tr>
                        <tr style="height: 25px">
                            <td style="width: 245px; height: 25px">
                                &nbsp; 密码保护1:<asp:DropDownList ID="pwdProtectQue1" runat="server" Width="140px">
                                    <asp:ListItem>你的出生地是在哪?</asp:ListItem>
                                    <asp:ListItem>你最喜欢的电视节目是什么?</asp:ListItem>
                                    <asp:ListItem>你最喜欢的体育运动是什么?</asp:ListItem>
                                    <asp:ListItem>你最喜欢的城市是哪个?</asp:ListItem>
                                    <asp:ListItem>你最向往的大学是哪所?</asp:ListItem>
                                </asp:DropDownList></td>
                            <td colspan="2" style="height: 25px">
                                &nbsp; 密保答案1:<asp:TextBox ID="pwdProtectAns1" runat="server" Width="350px"></asp:TextBox>&nbsp;
                                (可为空!)
                            </td>
                        </tr>
                        <tr style="height: 25px">
                            <td style="width: 245px; height: 25px">
                                &nbsp; 密码保护2:<asp:DropDownList ID="pwdProtectQue2" runat="server" Width="140px">
                                    <asp:ListItem>你小学的班主任是谁?</asp:ListItem>
                                    <asp:ListItem>你的初中班主任是谁?</asp:ListItem>
                                    <asp:ListItem>你最喜欢的明星是谁?</asp:ListItem>
                                    <asp:ListItem>你的学生证号是多少?</asp:ListItem>
                                    <asp:ListItem>你的辅导员是谁?</asp:ListItem>
                                </asp:DropDownList></td>
                            <td colspan="2" style="height: 25px">
                                &nbsp; 密保答案2:<asp:TextBox ID="pwdProtectAns2" runat="server" Width="350px"></asp:TextBox>&nbsp;
                                (可为空!)</td>
                        </tr>
                        <tr style="height: 25px">
                            <td style="width: 245px">
                                &nbsp; 密码保护3:<asp:DropDownList ID="pwdProtectQue3" runat="server" Width="140px">
                                    <asp:ListItem>你的生日是哪天?</asp:ListItem>
                                    <asp:ListItem>你的业余爱好是什么?</asp:ListItem>
                                    <asp:ListItem>你最想去的地方是哪?</asp:ListItem>
                                    <asp:ListItem>你在大学的专业是什么?</asp:ListItem>
                                    <asp:ListItem>你所在的学院名称是什么?</asp:ListItem>
                                </asp:DropDownList></td>
                            <td colspan="2">
                                &nbsp; 密保答案3:<asp:TextBox ID="pwdProtectAns3" runat="server" Width="350px"></asp:TextBox>
                                (可为空!)</td>
                        </tr>
                        <tr style="height: 25px">
                            <td colspan="3" style="height: 25px">
                                &nbsp; 密码保护邮箱:<asp:TextBox ID="email" runat="server" Width="350px"></asp:TextBox>&nbsp;
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ControlToValidate="email"
                                    ErrorMessage="密保邮箱不能为空!">*</asp:RequiredFieldValidator>
                                <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="email"
                                    ErrorMessage="邮箱格式不正确!" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">*</asp:RegularExpressionValidator></td>
                        </tr>
                        <tr style="height: 100px">
                            <td colspan="3" style="height: 25px">
                                &nbsp; 管理员的简介:<asp:TextBox ID="managerIntroduce" runat="server" Height="85px" TextMode="MultiLine"
                                    Width="586px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ErrorMessage="管理员简介不能为空!" ControlToValidate="managerIntroduce">*</asp:RequiredFieldValidator></td>
                        </tr>
                        <tr style="height: 25px">
                            <td colspan="3" style="text-align: center">
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Button ID="edit" runat="server" class="btn3_mouseout"
                                    onmousedown="this.className='btn3_mousedown'" onmouseout="this.className='btn3_mouseout'"
                                    onmouseover="this.className='btn3_mouseover'" onmouseup="this.className='btn3_mouseup'"
                                    Text="提  交" OnClick="edit_Click" />
                                &nbsp; &nbsp;&nbsp;
                                <input id="Reset2" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
                                    onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
                                    onmouseup="this.className='btn3_mouseup'" type="reset" value="重  置" />
                                &nbsp; &nbsp; &nbsp;
                            </td>
                        </tr>
                    </table>
                    <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
                        ShowSummary="False" />
                    <asp:Label ID="submitResult" runat="server" Font-Bold="False" Font-Size="11pt" ForeColor="Red"
                        Text="Label" Visible="False"></asp:Label></td>
            </tr>
            <tr>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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