treeviewpage.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 71 行
ASPX
71 行
<%@ page language="C#" autoeventwireup="true" inherits="TreeViewPage, App_Web_aln02t9b" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
function DIV1_onclick() {
}
// ]]>
</script>
</head>
<body style="margin: 0px; margin-right: 2px">
<form id="form1" runat="server">
<div style="margin-top: 0px; margin-left: 0px; margin-right: 2px; width: 223px; height: 606px">
<div style="background-image: url(Img/leftnew.gif); width: 221px; height: 606px">
<div style="margin-top: 65px; margin-left: 4px; width: 208px; height: 497px; overflow: scroll;
scrollbar-face-color: #BAD1FC; scrollbar-highlight-color: #BAD1F;
scrollbar-3dlight-color: #BAD1F; scrollbar-arrow-color: gray; scrollbar-track-color: #BAD1F;">
<asp:TreeView ID="tree_View" runat="server" Height="481px" Width="195px" ImageSet="Simple"
NodeIndent="10" ExpandDepth="1">
<Nodes>
<asp:TreeNode Text="信息管理发布系统" ImageUrl="~/Img/function.gif" SelectAction="Expand"
Value="信息管理发布系统">
<asp:TreeNode Text="用户管理" ImageUrl="~/Img/functionlist.gif" SelectAction="Expand"
Value="用户管理">
<asp:TreeNode ImageUrl="~/Img/jutigongneng.jpg" NavigateUrl="~/SystemSettings/SetUserType.aspx"
Target="Main" Text="群组设置" Value="群组设置"></asp:TreeNode>
<asp:TreeNode ImageUrl="~/Img/jutigongneng.jpg" NavigateUrl="~/SystemSettings/CorporationList.aspx?areaID=0"
Target="Main" Text="部门单位设置" Value="部门单位设置"></asp:TreeNode>
<asp:TreeNode Text="用户信息管理" Value="用户信息管理" ImageUrl="~/Img/jutigongneng.jpg" NavigateUrl="~/UserManagement/UserInfoList.aspx?arID=0&departID=0"
Target="Main"></asp:TreeNode>
<asp:TreeNode ImageUrl="~/Img/jutigongneng.jpg" NavigateUrl="AddUser.aspx" Target="Main"
Text="用户注册" Value="用户注册"></asp:TreeNode>
<asp:TreeNode Text="用户信息批量导入" Value="用户信息批量导入" ImageUrl="~/Img/jutigongneng.jpg" NavigateUrl="~/UserManagement/ExcelToDataBase.aspx"
Target="Main"></asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode Text="短信管理" Value="短信管理" ImageUrl="~/Img/functionlist.gif" SelectAction="Expand">
<asp:TreeNode ImageUrl="~/Img/jutigongneng.jpg" NavigateUrl="~/MsgManagement/MainSMSTypeInfo.aspx"
Target="Main" Text="短信类型设置" Value="短信类型"></asp:TreeNode>
<asp:TreeNode Text="短信类别设置" Value="短信类别" ImageUrl="~/Img/jutigongneng.jpg" NavigateUrl="~/MsgManagement/SMSType.aspx?SMSType=0"
Target="Main"></asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/Img/functionlist.gif" Text="权限管理" Value="权限管理" SelectAction="Expand">
<asp:TreeNode ImageUrl="~/Img/jutigongneng.jpg" Text="更改密码" Value="更改密码" NavigateUrl="~/Security/ChangePassword.aspx"
Target="Main"></asp:TreeNode>
<asp:TreeNode ImageUrl="~/Img/jutigongneng.jpg" NavigateUrl="~/Security/RulesManage.aspx"
Target="Main" Text="角色权限分配" Value="角色权限分配"></asp:TreeNode>
</asp:TreeNode>
</asp:TreeNode>
</Nodes>
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#DD5555" />
<SelectedNodeStyle Font-Underline="True" ForeColor="#DD5555" HorizontalPadding="0px"
VerticalPadding="0px" />
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px"
NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>
</div>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?