48 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			48 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OnePersonPerFile.aspx.cs" Inherits="FineUIPro.Web.HSSE.Examine.OnePersonPerFile" %> | ||
|  | 
 | ||
|  | <!DOCTYPE html> | ||
|  | 
 | ||
|  | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
|  | <head runat="server"> | ||
|  |     <title>员工HSE信息档案</title> | ||
|  |     <link href="../../res/css/common.css" rel="stylesheet" type="text/css" /> | ||
|  |     <style type="text/css"> | ||
|  |         .f-grid-row.Red { | ||
|  |             background-color: red; | ||
|  |         } | ||
|  |         .LabelColor { | ||
|  |             color: Red; | ||
|  |             font-size: small; | ||
|  |         } | ||
|  |     </style> | ||
|  | </head> | ||
|  | <body> | ||
|  |     <form id="form1" runat="server"> | ||
|  |         <f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" /> | ||
|  |         <f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region"> | ||
|  |             <Items> | ||
|  |                 <f:Panel runat="server" ID="panelLeftRegion" RegionPosition="Left" RegionSplit="true" | ||
|  |                     EnableCollapse="true" Width="250" Title="员工HSE信息档案" TitleToolTip="员工HSE信息档案" ShowBorder="true" | ||
|  |                     ShowHeader="false" AutoScroll="true" BodyPadding="5px" IconFont="ArrowCircleLeft" Layout="Fit"> | ||
|  |                     <Items> | ||
|  |                         <f:Tree ID="tvProjectAndUnitAndPerson" EnableCollapse="true" ShowHeader="true" OnlyLeafCheck="true" OnNodeExpand="tvPerson_NodeExpand" AutoLeafIdentification="true" | ||
|  |                             runat="server" OnNodeCommand="tvProjectAndUnitAndPerson_NodeCommand"> | ||
|  |                         </f:Tree> | ||
|  |                     </Items> | ||
|  |                 </f:Panel> | ||
|  |                 <f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" Layout="Fit" IFrameUrl="" EnableIFrame="True" | ||
|  |                     Title="右侧面板" ShowBorder="False" ShowHeader="false" BodyPadding="10px" IconFont="_RoundPlus"> | ||
|  |                 </f:Panel> | ||
|  | 
 | ||
|  |             </Items> | ||
|  |         </f:Panel> | ||
|  |     </form> | ||
|  |     <script> | ||
|  |         function onRefIframe() | ||
|  |         { | ||
|  |             panelCenterRegion.refreshIFrame(); | ||
|  |         } | ||
|  |     </script> | ||
|  | </body> | ||
|  | </html> |