📄 account.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Security_Account, App_Web_o1i3hbtv" %>
<!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>
<form id="form1" runat="server">
<div style ="width :755px; height :435px">
<table style="width: 766px; height: 232px; background-color:#f3f8ff; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid;">
<tr>
<td style="width: 100px; height: 12px; background-color:#9ac4e0">
<asp:Label ID="Label4" runat="server" Font-Size="10pt" Text="位置: 权限管理 > 创建帐号" Width="760px"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px; height: 134px" valign="top">
<table style="width: 628px; height: 131px; font-size:small">
<tr>
<td style="width: 212px">
</td>
<td>
登录帐号</td>
<td style="width: 343px">
<asp:TextBox ID="accounts" runat="server" Font-Size="10pt" ></asp:TextBox></td>
<td>
</td>
</tr>
<tr>
<td style="width: 212px">
</td>
<td>
真实姓名</td>
<td style="width: 343px">
<asp:TextBox ID="name" runat="server" Font-Size="10pt" ></asp:TextBox></td>
<td>
</td>
</tr>
<tr>
<td style="width: 212px">
</td>
<td>
密 码</td>
<td style="width: 343px">
<asp:TextBox ID="password" runat="server" Font-Size="10pt" TextMode="Password" Width="149px"></asp:TextBox></td>
<td>
</td>
</tr>
<tr>
<td style="width: 212px">
</td>
<td>
确认密码</td>
<td style="width: 343px">
<asp:TextBox ID="okPsw" runat="server" Font-Size="10pt" TextMode="Password" Width="149px"></asp:TextBox>
<asp:Label ID ="BZ" runat ="server" Width ="164px"></asp:Label></td>
<td>
</td>
</tr>
<tr>
<td style="width: 212px">
</td>
<td><asp:Label ID="Label3" runat="server" Text="赋予角色"></asp:Label></td>
<td style="width: 100px">
<asp:DropDownList ID="power" runat="server" Width="154px">
<asp:ListItem Value ="请选择角色">请选择角色</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="width: 212px">
</td>
<td>
</td>
<td style="width: 343px">
<asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Text="提交" />
<asp:Button ID="btnCancel" runat="server" OnClick="btnCancel_Click" Text="取消" /></td>
<td>
</td>
</tr>
<tr>
<td colspan="4" rowspan="2" style="height: 15px">
</td>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
</table>
<asp:Label ID="text1" runat ="server"></asp:Label>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -