| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PersonalInfo.aspx.cs" Inherits="FineUIPro.Web.Personal.PersonalInfo" %> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!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> | 
					
						
							|  |  |  |     <link href="../res/css/common.css" rel="stylesheet" type="text/css" /> | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |     <style type="text/css"> | 
					
						
							|  |  |  |         .userphoto .f-field-label { | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |             margin-top: 0; | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |         .userphoto img { | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |             width: 150px; | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |             height: 180px; | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |         .uploadbutton .f-btn { | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |             width: 100%; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     </style> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |     <form id="form1" runat="server"> | 
					
						
							|  |  |  |         <f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" /> | 
					
						
							|  |  |  |         <f:Panel ID="Panel2" runat="server" ShowHeader="false" ShowBorder="false" ColumnWidth="100%" MarginRight="5px"> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |             <Items> | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |                 <f:TabStrip ID="TabStrip1" CssClass="f-tabstrip-theme-simple" Height="480px" ShowBorder="true" | 
					
						
							|  |  |  |                     TabPosition="Top" MarginBottom="5px" EnableTabCloseMenu="false" runat="server"> | 
					
						
							|  |  |  |                     <Tabs> | 
					
						
							|  |  |  |                         <f:Tab ID="Tab1" Title="基础信息" BodyPadding="5px" Layout="VBox" IconFont="Bookmark" runat="server"> | 
					
						
							|  |  |  |                             <Toolbars> | 
					
						
							| 
									
										
										
										
											2022-04-24 18:29:54 +08:00
										 |  |  |                                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server"> | 
					
						
							|  |  |  |                                     <Items> | 
					
						
							| 
									
										
										
										
											2022-05-07 15:12:59 +08:00
										 |  |  |                                          <f:Label runat="server" ID="lbSystemVersion" Hidden="true" Label="系统版本"></f:Label> | 
					
						
							| 
									
										
										
										
											2022-04-24 18:29:54 +08:00
										 |  |  |                                         <f:ToolbarFill runat="server"></f:ToolbarFill> | 
					
						
							|  |  |  |                                         <f:Button ID="btnSave" Icon="SystemSave" runat="server" | 
					
						
							|  |  |  |                                             OnClick="btnSave_Click"> | 
					
						
							|  |  |  |                                         </f:Button> | 
					
						
							|  |  |  |                                         <f:Button ID="btnCustomQuery" Text="自定义查询" Icon="SystemSearch" runat="server" | 
					
						
							|  |  |  |                                             OnClick="btnCustomQuery_Click" Hidden="true"> | 
					
						
							|  |  |  |                                         </f:Button> | 
					
						
							| 
									
										
										
										
											2022-07-26 13:51:21 +08:00
										 |  |  |                                          <f:Button ID="btnPassRefresh" Icon="TableRefresh" runat="server" Text="重置所有人密码" ToolTip="重置所有人密码"  | 
					
						
							|  |  |  |                                         OnClick="btnPassRefresh_Click" Hidden="true"> | 
					
						
							|  |  |  |                                     </f:Button> | 
					
						
							| 
									
										
										
										
											2022-04-24 18:29:54 +08:00
										 |  |  |                                     </Items> | 
					
						
							|  |  |  |                                 </f:Toolbar> | 
					
						
							|  |  |  |                             </Toolbars> | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |                             <Items> | 
					
						
							|  |  |  |                                 <f:Form ID="SimpleForm1" LabelAlign="Right" MessageTarget="Qtip" RedStarPosition="BeforeText" | 
					
						
							|  |  |  |                                     LabelWidth="90px" BodyPadding="5px" ShowBorder="false" ShowHeader="false" runat="server" | 
					
						
							|  |  |  |                                     AutoScroll="false"> | 
					
						
							| 
									
										
										
										
											2022-04-24 18:29:54 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |                                     <Items> | 
					
						
							|  |  |  |                                         <f:Panel ID="Panel3" runat="server" ShowBorder="false" ShowHeader="false" Layout="HBox" | 
					
						
							|  |  |  |                                             BoxConfigAlign="StretchMax"> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |                                             <Items> | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |                                                 <f:Panel ID="Panel1" Title="面板1" BoxFlex="5" MarginRight="5px" runat="server" ShowBorder="false" | 
					
						
							|  |  |  |                                                     Width="200px" ShowHeader="false"> | 
					
						
							|  |  |  |                                                     <Items> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="txtUserName" runat="server" Label="姓名"></f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="txtUserCode" runat="server" Label="用户编号"></f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="drpSex" Label="性别" runat="server" Readonly="true"></f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="dpBirthDay" Label="出生日期" runat="server" Readonly="true"></f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="drpMarriage" Readonly="true" Label="婚姻状况" runat="server"> | 
					
						
							|  |  |  |                                                         </f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="drpNation" Readonly="true" Label="民族" runat="server"></f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="drpUnit" Readonly="true" Label="所在单位" runat="server"></f:TextBox> | 
					
						
							|  |  |  |                                                     </Items> | 
					
						
							|  |  |  |                                                 </f:Panel> | 
					
						
							|  |  |  |                                                 <f:Panel ID="Panel4" runat="server" BoxFlex="5" ShowBorder="false" ShowHeader="false" | 
					
						
							|  |  |  |                                                     Width="200px" MarginRight="5px" Layout="VBox"> | 
					
						
							|  |  |  |                                                     <Items> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="txtAccount" runat="server" Label="登录账号"> | 
					
						
							|  |  |  |                                                         </f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="txtIdentityCard" runat="server" Label="身份证号" RegexPattern="IDENTITY_CARD"> | 
					
						
							|  |  |  |                                                         </f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="txtEmail" runat="server" Label="邮箱"> | 
					
						
							|  |  |  |                                                         </f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="txtTelephone" runat="server" Label="手机号"> | 
					
						
							|  |  |  |                                                         </f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="drpEducation" Label="文化程度" runat="server" Readonly="true"> | 
					
						
							|  |  |  |                                                         </f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="txtHometown" runat="server" Label="籍贯" Readonly="true"> | 
					
						
							|  |  |  |                                                         </f:TextBox> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="drpPosition" Label="职务" runat="server" Readonly="true"> | 
					
						
							|  |  |  |                                                         </f:TextBox> | 
					
						
							|  |  |  |                                                     </Items> | 
					
						
							|  |  |  |                                                 </f:Panel> | 
					
						
							|  |  |  |                                                 <f:Panel ID="Panel5" Title="面板1" BoxFlex="3" runat="server" ShowBorder="false" ShowHeader="false" | 
					
						
							|  |  |  |                                                     Layout="VBox"> | 
					
						
							|  |  |  |                                                     <Items> | 
					
						
							|  |  |  |                                                         <f:Image ID="Image1" CssClass="userphoto" ImageUrl="~/res/images/blank_180.png" runat="server" | 
					
						
							|  |  |  |                                                             BoxFlex="1"> | 
					
						
							|  |  |  |                                                         </f:Image> | 
					
						
							|  |  |  |                                                     </Items> | 
					
						
							|  |  |  |                                                 </f:Panel> | 
					
						
							|  |  |  |                                             </Items> | 
					
						
							|  |  |  |                                         </f:Panel> | 
					
						
							|  |  |  |                                     </Items> | 
					
						
							|  |  |  |                                     <Items> | 
					
						
							|  |  |  |                                         <f:Form ID="Form7" ShowBorder="false" ShowHeader="false" runat="server"> | 
					
						
							|  |  |  |                                             <Rows> | 
					
						
							|  |  |  |                                                 <f:FormRow> | 
					
						
							|  |  |  |                                                     <Items> | 
					
						
							|  |  |  |                                                         <f:TextArea ID="txtPerformance" runat="server" Label="个人简历" Readonly="true"> | 
					
						
							|  |  |  |                                                         </f:TextArea> | 
					
						
							|  |  |  |                                                     </Items> | 
					
						
							|  |  |  |                                                 </f:FormRow> | 
					
						
							|  |  |  |                                             </Rows> | 
					
						
							|  |  |  |                                         </f:Form> | 
					
						
							|  |  |  |                                     </Items> | 
					
						
							|  |  |  |                                 </f:Form> | 
					
						
							|  |  |  |                             </Items> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |                         </f:Tab> | 
					
						
							|  |  |  |                         <f:Tab ID="Tab2" Title="其他信息" BodyPadding="5px" Layout="Fit" IconFont="Bookmark" runat="server"> | 
					
						
							|  |  |  |                             <Items> | 
					
						
							|  |  |  |                                 <f:Form ID="SimpleForm2" ShowBorder="false" ShowHeader="false" AutoScroll="true" | 
					
						
							|  |  |  |                                     BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Left"> | 
					
						
							|  |  |  |                                     <Rows> | 
					
						
							|  |  |  |                                         <f:FormRow> | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |                                             <Items> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |                                             </Items> | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |                                         </f:FormRow> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |                                     </Rows> | 
					
						
							|  |  |  |                                 </f:Form> | 
					
						
							|  |  |  |                             </Items> | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |                         </f:Tab> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |                     </Tabs> | 
					
						
							|  |  |  |                 </f:TabStrip> | 
					
						
							| 
									
										
										
										
											2021-09-17 16:04:52 +08:00
										 |  |  |             </Items> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |         </f:Panel> | 
					
						
							| 
									
										
										
										
											2022-04-24 18:29:54 +08:00
										 |  |  |          <f:Window ID="Window1" Title="查询" Hidden="true" EnableIFrame="true" EnableMaximize="true" | 
					
						
							|  |  |  |             Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="1024px" Maximized="true" | 
					
						
							|  |  |  |             Height="620px"> | 
					
						
							|  |  |  |         </f:Window> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |     </form> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |