EditOrganization.aspx
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditOrganization.aspx.cs" Inherits="OThinker.H3.Portal.EditOrganization" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>编辑组织结构</title>
  6.     <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="css/style.CSS" type="text/css" rel="stylesheet">
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  12. </head>
  13. <body leftmargin="0" topmargin="0" rightMargin="0">
  14.     <form id="form1" runat="server" method=post>
  15.     <div>
  16.         <asp:TreeView ID="UserTree" runat="server" AutoGenerateDataBindings="false" 
  17.             ExpandDepth="0" OnTreeNodePopulate="UserTree_TreeNodePopulate" ShowLines="True">
  18.             <SelectedNodeStyle BackColor="#B5B5B5" />
  19.             <NodeStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Black" HorizontalPadding="2px"
  20.                 VerticalPadding="2px" />
  21.             <HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
  22.         </asp:TreeView>
  23.     </div>
  24.     </form>
  25. </body>
  26. </html>