📄 operationtree.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="OperationTree.aspx.cs" Inherits="Admin_OperationTree" %>
<!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>
</head>
<body style="margin:0;" bgcolor="#184073" class="Body">
<form id="form1" runat="server">
<asp:TreeView ID="tvOperation" Width="100%" Height="100%" runat="server" ImageSet="Msdn" EnableClientScript="False" PopulateNodesFromClient="False">
<ParentNodeStyle Font-Bold="False" ForeColor="White" />
<HoverNodeStyle BackColor="#CCCCCC" BorderColor="#888888" BorderStyle="Solid" Font-Underline="True" ForeColor="White" />
<SelectedNodeStyle BorderColor="#888888" BorderStyle="Solid" BorderWidth="1px"
Font-Underline="False" HorizontalPadding="3px" VerticalPadding="1px" ForeColor="White" />
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="White" HorizontalPadding="5px"
NodeSpacing="1px" VerticalPadding="2px" />
<RootNodeStyle ForeColor="White" Font-Bold="True" />
<LeafNodeStyle ForeColor="White" />
<Nodes>
<asp:TreeNode Text="办公自动化平台" Value="-1" NavigateUrl="~/Admin/Desktop.aspx" Target="Desktop">
<asp:TreeNode NavigateUrl="~/Platform/ViewAttendance.aspx" Target="Desktop" Text="我的考勤"
Value="5"></asp:TreeNode>
<asp:TreeNode Text="部门管理" Value="0" NavigateUrl="~/Admin/DepartmentManage.aspx" Target="Desktop" Expanded="False">
<asp:TreeNode NavigateUrl="~/Admin/AddDepartment.aspx" Target="Desktop" Text="添加部门"
Value="1"></asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode Text="员工管理" Value="2" Target="Desktop" NavigateUrl="~/Admin/EmployeeManage.aspx" Expanded="False">
<asp:TreeNode NavigateUrl="~/Admin/AddEmployee.aspx" Target="Desktop" Text="添加员工"
Value="3"></asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode Text="网络存储" Value="4" Target="Desktop" NavigateUrl="../Platform/ViewDisk.aspx"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/Platform/ViewMessage.aspx" Target="Desktop" Text="我的短信息"
Value="6" Expanded="True">
<asp:TreeNode NavigateUrl="~/Platform/ViewMessage.aspx?MessageStatus=0" Target="Desktop" Text="未读短信息"
Value="7"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/Platform/ViewMessage.aspx?MessageStatus=1" Target="Desktop" Text="已读短信息"
Value="8"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/Platform/ViewMessage.aspx?MessageStatus=2" Target="Desktop" Text="垃圾箱"
Value="9"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/Platform/SendMessage.aspx" Target="Desktop" Text="发送短信息"
Value="10"></asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode NavigateUrl="~/Admin/UpdateEmployeePwd.aspx" Target="Desktop" Text="修改密码"
Value="11"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/Common/UserLogoff.aspx" Target="_top" Text="退出登录"
Value="12"></asp:TreeNode>
</asp:TreeNode>
</Nodes>
</asp:TreeView>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -