FuncRightSet.aspx
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:4k
- <%@ Page language="c#" Codebehind="FuncRightSet.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.sysSecurity.FuncRightSet" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>FuncRightSet</title>
- <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
- <meta content="C#" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <LINK href="../lynn.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body>
- <form id="FuncRightSet" method="post" runat="server">
- <table style=" WIDTH: 500px; HEIGHT: 369px" align="center" cellSpacing="0" cellPadding="0" border="1">
- <tr>
- <td colspan="2" align="middle" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #403020; LINE-HEIGHT: 20px" bgcolor="#cccccc">修改模块基本信息</td>
- </tr>
- <TR>
- <TD style="WIDTH: 163px; HEIGHT: 37px" align="middle">模块名称</TD>
- <TD align="middle" style="HEIGHT: 37px"><asp:textbox id="txbFuncName" runat="server" Width="179px"></asp:textbox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 163px; HEIGHT: 103px" align="middle">模块描述</TD>
- <TD style="HEIGHT: 103px" align="middle"><asp:textbox id="txbFuncDes" runat="server" Height="64px" TextMode="MultiLine" Width="184px"></asp:textbox></TD>
- </TR>
- <tr>
- <td align="middle" colspan="2"><asp:linkbutton id="lbnFuncUpdate" runat="server" Font-Size="12"><img src="../img/button/save.gif" border="0" align="absmiddle">更新模块信息</asp:linkbutton></td>
- </tr>
- <tr>
- <td colspan="2" align="middle" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #403020; LINE-HEIGHT: 20px" bgcolor="#cccccc">为此模块新增角色信息</td>
- </tr>
- <TR>
- <TD style="WIDTH: 163px" vAlign="top">
- <FONT face="宋体">
- <asp:dropdownlist id="FuncRoleDrop" runat="server" DataTextField="RoleName" DataValueField="RoleID" Width="79px"></asp:dropdownlist>
- <asp:linkbutton id="AddFunc" runat="server">添加<img src="../img/button/fmforword2.gif" border="0" align="absmiddle"></asp:linkbutton>
- <P></P>
- </FONT>
- </TD>
- <TD vAlign="center" align="middle">
- <asp:datalist id="FuncRoleList" runat="server" Height="167px" DataKeyField="RoleID" Width="290px">
- <ItemTemplate>
- <asp:ImageButton ImageUrl="../img/edit.gif" CommandName="edit" AlternateText="Edit this item" runat="server" ID="Imagebutton3"></asp:ImageButton>
-
- <asp:ImageButton ImageUrl="../img/delete.gif" CommandName="delete" AlternateText="Delete this item" runat="server" ID="Imagebutton4"></asp:ImageButton>
-
- <asp:Label Text='<%# DataBinder.Eval(Container.DataItem, "RoleName") %>' cssclass="Normal" runat="server" ID="lbRoleName">
- </asp:Label>
- <asp:Label ID="LastSelectIndex" Runat="server" Visible="false" Text='<%#DataBinder.Eval(Container.DataItem, "RightFlag") %>'>
- </asp:Label>
- <asp:CheckBoxList id="checkRightSet" RepeatDirection="Horizontal" runat="server" AutoPostBack="True">
- <asp:ListItem Value="0">浏览</asp:ListItem>
- <asp:ListItem Value="1">查询</asp:ListItem>
- <asp:ListItem Value="2">添加</asp:ListItem>
- <asp:ListItem Value="3">修改</asp:ListItem>
- <asp:ListItem Value="4">删除</asp:ListItem>
- </asp:CheckBoxList>
- </ItemTemplate>
- </asp:datalist></TD>
- </TR>
- <tr>
- <td align="middle" colspan="2"><asp:linkbutton id="lbnOK" runat="server" Font-Size="12"><img src="../img/button/save.gif" border="0">确定</asp:linkbutton>
-
- <asp:linkbutton id="lbncannel" runat="server" Font-Size="12"><img src="../img/button/fmforword.gif" border="0">退出</asp:linkbutton></td>
- </tr>
- </table>
- </form>
- </body>
- </HTML>