SetRightType.aspx
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:4k
- <%@ Page language="c#" Codebehind="SetRightType.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.FM.SetRightType" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>SetRightType</title>
- <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
- <meta name="CODE_LANGUAGE" content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <LINK href="../lynn.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body MS_POSITIONING="GridLayout" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">
- <form id="SetRightType" method="post" runat="server">
- <FONT face="宋体" size="3">
- <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="HEIGHT: 20px">
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" align="middle">
- <TABLE id="Table1" cellSpacing="0" cellPadding="1" width="300" bgColor="black" border="0">
- <TR>
- <TD>
- <TABLE id="Table2" style="WIDTH: 549px; HEIGHT: 436px" cellSpacing="0" cellPadding="0" width="521" bgColor="white" border="0">
- <TR>
- <TD style="WIDTH: 821px" vAlign="top">
- <TABLE class="headcenter" id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD align="left"> 权限管理向导
- </TD>
- </TR>
- </TABLE>
- <DIV class="box" style="WIDTH: 100.36%; POSITION: relative; HEIGHT: 333px" ms_positioning="GridLayout">
- <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>
- <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>
- <HR style="Z-INDEX: 103; LEFT: 7px; WIDTH: 100%; POSITION: absolute; TOP: 68px; HEIGHT: 1px" width="1" SIZE="1">
- <asp:Label id="Label1" style="Z-INDEX: 104; LEFT: 23px; POSITION: absolute; TOP: 9px" runat="server" CssClass="tttable">选取给部门或人员赋权限</asp:Label>
- <asp:Label id="Label2" style="Z-INDEX: 105; LEFT: 49px; POSITION: absolute; TOP: 32px" runat="server" CssClass="td" Font-Size="X-Small">你确认要赋给权限的对象了吗?</asp:Label>
- <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">
- </DIV>
- <TABLE id="Table4" style="WIDTH: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD height="10"></TD>
- </TR>
- <TR>
- <TD align="right">
- <asp:ImageButton id="cmdNext" runat="server" Width="52px" ImageUrl="img/button/next.gif"></asp:ImageButton>
- <asp:ImageButton id="cmdCancel" runat="server" ImageUrl="img/button/cancel.gif"></asp:ImageButton></TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>