FuncRightSet.aspx
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:4k
源码类别:

.net编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="FuncRightSet.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.sysSecurity.FuncRightSet" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>FuncRightSet</title>
  6. <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../lynn.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body>
  13. <form id="FuncRightSet" method="post" runat="server">
  14. <table style=" WIDTH: 500px;  HEIGHT: 369px" align="center" cellSpacing="0" cellPadding="0" border="1">
  15. <tr>
  16. <td colspan="2" align="middle" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #403020; LINE-HEIGHT: 20px" bgcolor="#cccccc">修改模块基本信息</td>
  17. </tr>
  18. <TR>
  19. <TD style="WIDTH: 163px; HEIGHT: 37px" align="middle">模块名称</TD>
  20. <TD align="middle" style="HEIGHT: 37px"><asp:textbox id="txbFuncName" runat="server" Width="179px"></asp:textbox></TD>
  21. </TR>
  22. <TR>
  23. <TD style="WIDTH: 163px; HEIGHT: 103px" align="middle">模块描述</TD>
  24. <TD style="HEIGHT: 103px" align="middle"><asp:textbox id="txbFuncDes" runat="server" Height="64px" TextMode="MultiLine" Width="184px"></asp:textbox></TD>
  25. </TR>
  26. <tr>
  27. <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>
  28. </tr>
  29. <tr>
  30. <td colspan="2" align="middle" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #403020; LINE-HEIGHT: 20px" bgcolor="#cccccc">为此模块新增角色信息</td>
  31. </tr>
  32. <TR>
  33. <TD style="WIDTH: 163px" vAlign="top">
  34. <FONT face="宋体">&nbsp;
  35. <asp:dropdownlist id="FuncRoleDrop" runat="server" DataTextField="RoleName" DataValueField="RoleID" Width="79px"></asp:dropdownlist>&nbsp;
  36. <asp:linkbutton id="AddFunc" runat="server">添加<img src="../img/button/fmforword2.gif" border="0" align="absmiddle"></asp:linkbutton>
  37. <P></P>
  38. </FONT>
  39. </TD>
  40. <TD vAlign="center" align="middle">
  41. <asp:datalist id="FuncRoleList" runat="server" Height="167px" DataKeyField="RoleID" Width="290px">
  42. <ItemTemplate>
  43. <asp:ImageButton ImageUrl="../img/edit.gif" CommandName="edit" AlternateText="Edit this item" runat="server" ID="Imagebutton3"></asp:ImageButton>
  44. &nbsp;
  45. <asp:ImageButton ImageUrl="../img/delete.gif" CommandName="delete" AlternateText="Delete this item" runat="server" ID="Imagebutton4"></asp:ImageButton>
  46. &nbsp;
  47. <asp:Label Text='<%# DataBinder.Eval(Container.DataItem, "RoleName") %>' cssclass="Normal" runat="server" ID="lbRoleName">
  48. </asp:Label>
  49. <asp:Label ID="LastSelectIndex" Runat="server" Visible="false" Text='<%#DataBinder.Eval(Container.DataItem, "RightFlag") %>'>
  50. </asp:Label>
  51. <asp:CheckBoxList id="checkRightSet" RepeatDirection="Horizontal" runat="server" AutoPostBack="True">
  52. <asp:ListItem Value="0">浏览</asp:ListItem>
  53. <asp:ListItem Value="1">查询</asp:ListItem>
  54. <asp:ListItem Value="2">添加</asp:ListItem>
  55. <asp:ListItem Value="3">修改</asp:ListItem>
  56. <asp:ListItem Value="4">删除</asp:ListItem>
  57. </asp:CheckBoxList>
  58. </ItemTemplate>
  59. </asp:datalist></TD>
  60. </TR>
  61. <tr>
  62. <td align="middle" colspan="2"><asp:linkbutton id="lbnOK" runat="server" Font-Size="12"><img src="../img/button/save.gif" border="0">确定</asp:linkbutton>&nbsp; 
  63. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  64. <asp:linkbutton id="lbncannel" runat="server" Font-Size="12"><img src="../img/button/fmforword.gif" border="0">退出</asp:linkbutton></td>
  65. </tr>
  66. </table>
  67. </form>
  68. </body>
  69. </HTML>