ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/common/ProjectSet/ProjectUserPower.aspx

69 lines
3.9 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProjectUserPower.aspx.cs" Inherits="FineUIPro.Web.common.ProjectSet.ProjectUserPower" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>项目用户授权</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style>
.customlabel span {
color: red;
font-weight: bold;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="RegionPanel1" />
<f:RegionPanel ID="RegionPanel1" ShowBorder="false" runat="server" Margin="5px">
<Regions>
<f:Region ID="Region3" ShowBorder="false" ShowHeader="false" RegionPosition="Top"
BodyPadding="0 1 0 0" Layout="Fit" runat="server" >
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" ToolbarAlign="Right" runat="server">
<Items>
<f:Label ID="lbSystemName" runat="server" MarginLeft="20px" CssClass="customlabel"></f:Label>
<f:Label ID="lbUserName" runat="server" MarginLeft="100px" CssClass="customlabel"></f:Label>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="提交数据" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnCancel" Icon="Cancel" runat="server" Text="取消" ValidateForms="SimpleForm1"
OnClick="btnCancel_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Region>
<f:Region ID="Region1" ShowBorder="false" ShowHeader="false" RegionPosition="Left"
BodyPadding="0 5 0 0" Width="380px" Layout="Fit" runat="server">
<Items>
<f:Tree ID="tvProjectSystem" Width="360px" ShowHeader="false" Title="项目系统" OnNodeCommand="tvProjectSystem_NodeCommand"
AutoLeafIdentification="true" runat="server" EnableIcons ="true" Expanded="true" AutoScroll="true" EnableSingleClickExpand ="true">
</f:Tree>
</Items>
</f:Region>
<f:Region ID="Region4" ShowBorder="false" ShowHeader="false" RegionPosition="Center"
BodyPadding="0 5 0 0" Width="270px" Layout="Fit" runat="server">
<Items>
<f:Tree ID="tvUser" Width="260px" ShowHeader="false" Title="单位用户" OnNodeCommand="tvUser_NodeCommand"
AutoLeafIdentification="true" runat="server" EnableIcons ="true" AutoScroll="true" Expanded="true" EnableSingleClickExpand ="true">
</f:Tree>
</Items>
</f:Region>
<f:Region ID="Region2" ShowBorder="false" ShowHeader="false" RegionPosition="Right"
BodyPadding="0 5 0 0" Width="390px" Layout="Fit" runat="server">
<Items>
<f:Tree ID="tvMenu" Width="380px" EnableCollapse="true" ShowHeader="false" Title="系统菜单"
AutoLeafIdentification="true" runat="server" EnableIcons ="true" AutoScroll="true"
EnableSingleClickExpand ="true" OnNodeCheck="tvMenu_NodeCheck" >
</f:Tree>
</Items>
</f:Region>
</Regions>
</f:RegionPanel>
</form>
</body>
</html>