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

📄 eidituser.aspx

📁 在线小说阅读
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EiditUser.aspx.cs" Inherits="novel.UserManage.EiditUser1" %>

<!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>
</head>
<body style="text-align: center" background="../image/background.jpg">
    <form id="form1" runat="server">
    <div>
        <table border="1" style="width: 581px; height: 1px; text-align: center">
            <tr>
                <td colspan="4" style="height: 22px; text-align: center">
                    <span style="font-size: 12px">个人信息修改</span></td>
            </tr>
            <tr>
                <td style="width: 60px; height: 21px; text-align: left">
                    <span style="font-size: 12px">用户名:</span></td>
                <td style="width: 161px; height: 21px">
                    <asp:TextBox ID="Text_name" runat="server"></asp:TextBox></td>
                <td colspan="2" style="width: 324px; height: 21px; text-align: left">
                    <span style="font-size: 12px">用户名须在10字符以内,支持非空格字符组合</span></td>
            </tr>
            <tr>
                <td style="width: 60px; height: 21px; text-align: left">
                    <span style="font-size: 12px">密码:</span></td>
                <td style="width: 161px; height: 21px">
                    <asp:TextBox ID="Text_password" runat="server" TextMode="Password" Width="147px"></asp:TextBox></td>
                <td colspan="2" style="width: 324px; height: 21px; text-align: left">
                    <span style="font-size: 12px">长度为4-10的字符,支持非空格字符组合</span></td>
            </tr>
            <tr>
                <td style="width: 60px; height: 21px; text-align: left">
                    <span style="font-size: 12px">角色:</span></td>
                <td style="width: 161px; height: 21px; text-align: left;">
                    <asp:DropDownList ID="RoleName" runat="server" Width="96px">
                        <asp:ListItem>系统管理员</asp:ListItem>
                        <asp:ListItem>普通用户</asp:ListItem>
                    </asp:DropDownList></td>
                <td colspan="2" style="width: 324px; height: 21px; text-align: left">
                    <span style="font-size: 12px; color: #ff0000;">注意选择这项,您的修改将会影响您的权限</span></td>
            </tr>
            <tr style="font-size: 12pt; color: #000000">
                <td style="width: 60px; height: 21px; text-align: left">
                    <span style="font-size: 12px">电子邮件:</span></td>
                <td style="width: 161px; height: 21px">
                    <asp:TextBox ID="Text_mail" runat="server"></asp:TextBox></td>
                <td colspan="2" style="width: 324px; height: 21px; text-align: left">
                    <span style="font-size: 12px">请填写您有效的E-MAIL</span></td>
            </tr>
            <tr>
                <td style="width: 60px; height: 11px; text-align: left">
                    <span style="font-size: 12px">验证码:</span></td>
                <td style="width: 161px; height: 11px; text-align: left">
                    &nbsp;<asp:TextBox ID="Text_val" runat="server" Width="116px"></asp:TextBox>
                    <asp:Image ID="Image1" runat="server" ImageUrl="check.aspx" /></td>
                <td colspan="2" style="width: 324px; height: 11px; text-align: left">
                    <span style="font-size: 12px">注意看清楚右边的图片</span></td>
            </tr>
            <tr>
                <td colspan="4" style="text-align: left; height: 23px;">
                </td>
            </tr>
            <tr>
                <td colspan="4" style="height: 21px; text-align: center">
                    <asp:Button ID="Button1" runat="server" Font-Size="12px" OnClick="Button1_Click"
                        Text="修改" />&nbsp;
                    <asp:Button ID="Button2" runat="server" Font-Size="12px" OnClick="Button2_Click"
                        Text="取消" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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