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

.net编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="SetRightType.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.FM.SetRightType" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>SetRightType</title>
  6. <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
  7. <meta name="CODE_LANGUAGE" content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. <LINK href="../lynn.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body MS_POSITIONING="GridLayout" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">
  13. <form id="SetRightType" method="post" runat="server">
  14. <FONT face="宋体" size="3">
  15. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  16. <TR>
  17. <TD style="HEIGHT: 20px">
  18. </TD>
  19. </TR>
  20. <TR>
  21. <TD vAlign="top" align="middle">
  22. <TABLE id="Table1" cellSpacing="0" cellPadding="1" width="300" bgColor="black" border="0">
  23. <TR>
  24. <TD>
  25. <TABLE id="Table2" style="WIDTH: 549px; HEIGHT: 436px" cellSpacing="0" cellPadding="0" width="521" bgColor="white" border="0">
  26. <TR>
  27. <TD style="WIDTH: 821px" vAlign="top">
  28. <TABLE class="headcenter" id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0">
  29. <TR>
  30. <TD align="left">&nbsp;权限管理向导
  31. </TD>
  32. </TR>
  33. </TABLE>
  34. <DIV class="box" style="WIDTH: 100.36%; POSITION: relative; HEIGHT: 333px" ms_positioning="GridLayout">
  35. <asp:RadioButton id="radBranch" style="Z-INDEX: 101; LEFT: 49px; POSITION: absolute; TOP: 141px" runat="server" Checked="True" GroupName="dep" Text="部门权限" CssClass="td" Font-Size="X-Small"></asp:RadioButton>
  36. <asp:RadioButton id="radAccount" style="Z-INDEX: 102; LEFT: 49px; POSITION: absolute; TOP: 175px" runat="server" GroupName="dep" Text="人员权限" CssClass="td" Font-Size="X-Small"></asp:RadioButton>
  37. <HR style="Z-INDEX: 103; LEFT: 7px; WIDTH: 100%; POSITION: absolute; TOP: 68px; HEIGHT: 1px" width="1" SIZE="1">
  38. <asp:Label id="Label1" style="Z-INDEX: 104; LEFT: 23px; POSITION: absolute; TOP: 9px" runat="server" CssClass="tttable">选取给部门或人员赋权限</asp:Label>
  39. <asp:Label id="Label2" style="Z-INDEX: 105; LEFT: 49px; POSITION: absolute; TOP: 32px" runat="server" CssClass="td" Font-Size="X-Small">你确认要赋给权限的对象了吗?</asp:Label>
  40. <asp:Label id="Label3" style="Z-INDEX: 106; LEFT: 49px; POSITION: absolute; TOP: 78px" runat="server" CssClass="td" Height="46px" Width="432px" Font-Size="X-Small">如果你给部门赋权限,那么属于该部门及下一级部门所有人员都将有相应的权限。如果要将一些权限赋给个人,请选取人员权限。</asp:Label><IMG style="Z-INDEX: 107; LEFT: 470px; WIDTH: 32px; POSITION: absolute; TOP: 19px; HEIGHT: 32px" height="0" alt="" src="img/button/rightset.gif" width="33" border="0">
  41. </DIV>
  42. <TABLE id="Table4" style="WIDTH: 100%" cellSpacing="0" cellPadding="0" border="0">
  43. <TR>
  44. <TD height="10"></TD>
  45. </TR>
  46. <TR>
  47. <TD align="right">
  48. <asp:ImageButton id="cmdNext" runat="server" Width="52px" ImageUrl="img/button/next.gif"></asp:ImageButton>
  49. <asp:ImageButton id="cmdCancel" runat="server" ImageUrl="img/button/cancel.gif"></asp:ImageButton></TD>
  50. </TR>
  51. </TABLE>
  52. </TD>
  53. </TR>
  54. </TABLE>
  55. </TD>
  56. </TR>
  57. </TABLE>
  58. </TD>
  59. </TR>
  60. </TABLE>
  61. </FONT>
  62. </form>
  63. </body>
  64. </HTML>