- <%@ page language="C#" autoeventwireup="true" inherits="SysManage_authorize, App_Web_rlki_npp" theme="Normal" %>
- <!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">
- <base target=_self ></base>
- <title>编辑角色</title>
- <script language="javascript" >
- </script>
- <script src="../js/calendar.js" type ="text/javascript"></script>
- </head>
- <body bgcolor="#f7f7f7">
- <form id="form1" runat="server" >
- <TABLE width="100%" height="100%" border="0" cellPadding="0" cellSpacing="0" >
- <tr valign="middle">
- <td width="17%" >
- <img src="../Images/assignuser.ico" height="30">
- </td>
- <td align="left" style="font-size:15px; width: 781px;">
- <strong>编辑角色权限</strong></td>
- </tr>
- <tr>
- <td background="../Images/Menu_bg.jpg">
-
- </td>
- <td background="../Images/Menu_bg.jpg" align="left" style="width: 500px">
- </td>
- </tr>
- </TABLE>
- <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0" >
- <tr width="30%">
- <td style="text-align: left; height: 44px;" colspan="4"><span style="font-size: 10pt"></span> <span style="font-size: 10pt">当前被授权的角色</span>:
- <asp:Label ID="lbl_RoleName" runat="server" Width="88px" ForeColor="Red"></asp:Label></td>
- </tr>
- <tr>
- <td colspan="4" style="height: 24px; text-align: right" background="image/header_bg.gif">
- </td>
- </tr>
- <tr>
- <td class="spec" style="text-align: right; width: 162px;">
- <span style="font-size: 10pt">角色名称</span>:</td>
- <td style="width: 243px;"><div align="left">
- <asp:TextBox ID="TB_sRole_Name" runat="server" CssClass="default" Text='<%# Bind("RoleName") %>' Width="200px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="必填" ControlToValidate="TB_sRole_Name" ValidationGroup="SaveButton" Display="Dynamic" Font-Size="Smaller"></asp:RequiredFieldValidator>
- </div></td>
- <td class="spec" style="text-align: right; width: 158px;">
- <span style="font-size: 10pt">角色描述</span>:</td>
- <td ><div align="left">
- <asp:TextBox ID="TB_sRole_Desc" runat="server" CssClass="default" Text='<%# Bind("RoleDesc") %>'
- Width="200px"></asp:TextBox>
- </div></td>
- </tr>
- <tr>
- <td class="spec" style="text-align: right; width: 162px;">
- <span style="font-size: 10pt">创建角色</span>:</td>
- <td align="left" style="width: 243px">
- <asp:DropDownList ID="DDL_CreateRole" runat="server" Width="206px">
- </asp:DropDownList>
- </td>
- <td class="spec" style="text-align: right; width: 158px;">
- <span style="font-size: 10pt">使用角色</span>:</td>
- <td align="left">
- <asp:DropDownList ID="DDL_UserRole" runat="server" Width="206px">
- </asp:DropDownList>
- </td>
- </tr>
- <%-- <tr>
- <td style="width: 162px; height: 24px; text-align: right">
- <span style="font-size: 10pt">开始时间</span>:</td>
- <td style="height: 24px; width: 243px;">
- <asp:TextBox ID="TextBox1" runat="server" Width="200px" onfocus="setday(this)"></asp:TextBox> </td>
- <td style="width: 158px; height: 24px; text-align: right">
- <span style="font-size: 10pt">
- 截止时间:</span></td>
- <td colspan="3" style="height: 24px">
- <asp:TextBox ID="TextBox2" runat="server" Width="200px" onfocus="setday(this)"></asp:TextBox></td>
- </tr>--%>
- <tr>
- <td style="width: 162px; height: 24px; text-align: right">
- <span style="font-size: 10pt">权限类型</span>:</td>
- <td colspan="3" style="height: 24px">
- <asp:DropDownList ID="DDL_PermissionType" runat="server" Width="206px">
- <asp:ListItem Value="1">可分配权限</asp:ListItem>
- <asp:ListItem Value="2">可使用权限</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td colspan="4" style="height: 24px; text-align: right">
- <hr color ="gray"/>
- </td>
- </tr>
- <tr>
- <td style="text-align: right; width: 162px;">
- <span style="font-size: 10pt">权限列表</span>: </td>
- <td colspan="3" valign="top">
- <div style="text-indent:2em;height:220px;overflow-x:hidden;overflow-y:auto; width:100%;text-align:left;">
- <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
- <tr>
- <td style="height: 135px; width: 174px;">
- <asp:CheckBoxList ID="CheckBoxList1" runat="server" Font-Size="Smaller">
- </asp:CheckBoxList></td>
- <td valign="top" style="height: 135px; width: 259px;">
- <table border="0" cellpadding="0" cellspacing="0" style="width:19%; height: 82px;">
- <tr><td colspan ="2" style="height: 13px">
- <span style="font-size: 10pt">关联用户: </span></td></tr>
- <tr><td style="width: 137px; height: 97px;">
- <asp:ListBox ID="LB_user" runat="server" Height="200px" Width="100px"></asp:ListBox>
- </td></tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- <tr>
- <td colspan="4" style="height: 24px; text-align: left" background="image/header_bg.gif">
- </td>
- <td style="height: 24px">
- </td>
- </tr>
- <tr>
- <td colspan="4" style="height: 24px; text-align: center">
- <asp:ImageButton ID="IB_Conform" runat="server" ImageUrl="~/Images/queding.gif" OnClick ="IB_Confirm_Click"/>
- <asp:ImageButton ID="IB_Cancel" runat="server" ImageUrl="~/Images/quxiao.gif" />
- </td>
- </tr>
- </TABLE>
- </form>
- </body>
- </html>