tijian_tieying/web/Web/Main/OnlineUser.aspx
2025-02-20 12:14:39 +08:00

34 lines
1.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="OnlineUser.aspx.cs" Inherits="OnlineUser" %>
<html>
<head>
<title><%=System.Configuration.ConfigurationManager.AppSettings["SYSTitle"]%></title>
<LINK href="../Style/Style.css" type="text/css" rel="STYLESHEET">
</head>
<body>
<form id="form1" runat="server">
<div>
<table id="PrintHide" style="width: 100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">&nbsp;<img src="../images/BanKuaiJianTou.gif" />
<a class="hei" href="../Main/MyDesk.aspx">桌面</a>&nbsp;>>&nbsp;组织机构
</td>
<td align="right" valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">
&nbsp;<img src="../images/Button/JianGe.jpg" />&nbsp;
<img class="HerCss" onclick="javascript:window.history.go(-1)" src="../images/Button/BtnExit.jpg" />&nbsp;</td>
</tr>
<tr>
<td height="3px" colspan="2" style="background-color: #ffffff"></td>
</tr>
</table>
</div>
<asp:TreeView ID="ListTreeView" runat="server" ExpandDepth="0" ForeColor="Black"
ShowLines="True">
<ParentNodeStyle HorizontalPadding="2px" />
<RootNodeStyle HorizontalPadding="2px" />
<LeafNodeStyle HorizontalPadding="2px" />
<Nodes>
</Nodes>
</asp:TreeView>
</form>
</body>
</html>