📄 userrole.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserRole.aspx.cs" Inherits="SystemManage_RightTop" %>
<% Response.CacheControl = "no-cache"; Response.AddHeader("Pragma", "no-cache"); Response.Expires = 0; %>
<!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="../SystemManage/css/style.css" rel="stylesheet" type="text/css" />
</head>
<base target="_self"/>
<body>
<form id=form1 runat=server>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" class="p1">
<strong>系统管理-设置角色</strong></td>
</tr>
<tr>
<td style="height: 25px; text-align: center;" colspan="3">
<table cellpadding=0 cellspacing =0 border=1 style="background-color: #E7E7FF">
<tr>
<td colspan="3" style="height: 20px; text-align: left">
<br />
请选择用户的角色:<br />
<br />
选择后点"保存"即可完成设置.<br />
<br />
</td>
</tr>
<tr>
<td style="width: 100px;height: 20px">
角色</td>
<td style="width: 159px;height: 20px; text-align: left;">
<asp:DropDownList ID="ddlRoles" runat="server" Width="224px">
</asp:DropDownList></td>
<td style="width: 100px;height: 20px; text-align: left;">
<span style="color: #ff0000"> <asp:Label ID="lblAccount" runat="server" Text="Label" Visible="False"></asp:Label></span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" style="height: 12px">
</td>
</tr>
<tr>
<td style="height: 12px;" colspan="3" align="center">
<asp:Button ID="btnSubmit" runat="server" Text="保存" OnClick="btnAdd_Click" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -