📄 limitlist.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LimitList.aspx.cs" Inherits="CRM.WEB.Setting.adlimit.LimitList" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>权限列表</title>
<script language="javascript" src="js/TreeView.js" type="text/javascript"></script>
<link href="../../Css/Common.css" type="text/css" rel="stylesheet" />
<script language="javascript" type="text/javascript">
<!--
function AllCheck(obj)
{
var inputList = document.form1.getElementsByTagName("INPUT");
for(var i=0;i<inputList.length;i++)
{
if(inputList[i].type=='checkbox')
{
if(obj.id!= inputList[i].id)
{
if(!inputList[i].disabled)
inputList[i].checked=obj.checked;
}
}
}
}
//-->
</script>
</head>
<body bgcolor="#E6EFF8" topmargin="0" leftmargin="0">
<form id="form1" runat="server">
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tbody>
<tr>
<TD class="title" style="height: 2%">当前用户:<asp:label id="lb_Title" runat="server"></asp:label></TD>
</tr>
<tr>
<TD> <img src="../../images/icon_user.gif" border="0" /> <INPUT id="qx" name="qx" onclick="AllCheck(this)" type="checkbox">全选
<asp:Button ID="butAdminSubmit" runat="server" CssClass="button" OnClick="butAdminSubmit_Click"
Text="保 存" /></TD>
</tr>
<tr>
<TD style="COLOR: #330099; height: 97%;" vAlign="top" align="right"><fieldset align="left"><legend>权限设置</legend>
<div style="overflow-y: scroll;overflow-x: scroll; height:424px;width:320px" id="dvBody" align="left"><asp:TreeView ID="tv" ShowLines="True" ShowCheckBoxes="All" ImageSet="XPFileExplorer" runat="server">
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
<SelectedNodeStyle BackColor="#B5B5B5" Font-Underline="False" HorizontalPadding="0px"
VerticalPadding="0px" />
<NodeStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Black" HorizontalPadding="2px"
NodeSpacing="0px" VerticalPadding="2px" />
</asp:TreeView></div>
</fieldset></TD>
</tr></tbody>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -