50 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			50 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PersonBaseData.aspx.cs" Inherits="FineUIPro.Web.HSSE.SitePerson.PersonBaseData" %> | ||
|  | 
 | ||
|  | <!DOCTYPE html> | ||
|  | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
|  | <head runat="server"> | ||
|  |     <title>人员基础信息</title> | ||
|  |     <link href="~/res/css/common.css" rel="stylesheet" type="text/css" /> | ||
|  | </head> | ||
|  | <body> | ||
|  |     <form id="form1" runat="server"> | ||
|  |         <f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" /> | ||
|  |         <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" EnableTableStyle="true" | ||
|  |             BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right"> | ||
|  |             <Rows> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:Label ID="blUnit" runat="server" Label="单位" > | ||
|  |                         </f:Label> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:Label ID="lbWorkPost" runat="server" Label="岗位" > | ||
|  |                         </f:Label> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:Label ID="lbTeam" runat="server" Label="班组" > | ||
|  |                         </f:Label> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                    <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:Label ID="lbWorkUnit" runat="server" Label="单位工程" > | ||
|  |                         </f:Label> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:Label ID="lbCertificate" runat="server" Label="证书" > | ||
|  |                         </f:Label> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |             </Rows> | ||
|  |         </f:Form> | ||
|  |     </form> | ||
|  | </body> | ||
|  | </html> |