📄 guanli_login.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="guanli_login, App_Web_y6kibw5n" %>
<!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 id="Head1" runat="server">
<title>无标题页</title>
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
</head>
<body>
<form id="form1" runat="server">
<asp:Label ID="Label1" runat="server" Text=""></asp:Label>
<table border ="0" cellpadding ="0" cellspacing ="0" id="denglu" runat ="server">
<tr><td>校验问题:</td><td><img src="../user/CheckNumber.aspx" alt=""/></td></tr>
<tr><td style="text-align : right">答案:</td><td><asp:TextBox ID="CheckNumber" runat="server" style="border-color:#c8f6ff; background-color:transparent ; width :140px"></asp:TextBox></td></tr>
<tr><td style=" text-align : right">用户名</td><td><asp:TextBox ID="uid" runat="server" MaxLength="17" Width="139px"></asp:TextBox></td></tr>
<tr><td style="text-align : right">密码:</td><td><asp:TextBox ID="paw" runat="server" MaxLength="17" TextMode="Password" Width="140px"></asp:TextBox></td></tr>
<tr><td></td><td>
<asp:Button ID="Button1" runat="server" Text="确定" OnClick="Button1_Click" /></td></tr>
</table>
<div id="zhuce" runat ="server" visible ="false">
没有在顶级帐户组中检测到帐号,您可能是第一次使用管理中心,现在要设置一个顶级帐号用于管理,该帐号可以执行普通用户权限,管理权限。添加删除管理帐号。顶级帐号只有一个,我们提供了两种方式设置这个帐号。如下:<br />
第一种:将一个已有的用户帐号授予顶级管理权限,请在下面的文本框中输入帐号,并点击授权。<br />
<asp:TextBox ID="TextBox1" runat="server" Width="140px"></asp:TextBox><asp:Button ID="Button2" runat="server" Text="授权" OnClick="Button2_Click" /><br />
第二种:注册一个新的帐号,用于顶级管理<br />
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="text1" style=" text-align : right; height: 24px;">用户名:</td><td style=" text-align : left; height: 24px;"><asp:TextBox ID="zhuce_userid" runat="server" maxLength="17" Width ="140px"></asp:TextBox>(17位)</td>
</tr>
<tr>
<td class="text1" style=" text-align : right">密码:</td><td style=" text-align : left"><asp:TextBox ID="zhuce_password" runat="server" maxLength="17" TextMode="Password" Width ="140px"></asp:TextBox>(17位)</td>
</tr>
<tr>
<td class="text1" style=" text-align : right; height: 26px;">确认密码:</td><td style=" text-align : left; height: 26px;"><asp:TextBox ID="zhuce_password1" runat="server" maxLength="17" TextMode="Password" Width="140px"></asp:TextBox></td>
</tr>
<tr>
<td class="text1" style=" text-align : right">邮箱:</td><td style=" text-align : left"><asp:TextBox ID="zhuce_email" runat="server" maxLength="200" Width="140px"></asp:TextBox></td>
</tr>
<tr>
<td style=" text-align : right">
</td><td style=" text-align : left ">
<asp:Button ID="zhuce_zhuce" runat="server" Text="注册" OnClick="zhuce_zhuce_Click"/></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -