156 lines
11 KiB
Plaintext
156 lines
11 KiB
Plaintext
<%@ 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" />
|
||
<style type="text/css">
|
||
.userphoto .f-field-label {
|
||
margin-top: 0;
|
||
}
|
||
|
||
.userphoto img {
|
||
width: 150px;
|
||
height: 180px;
|
||
}
|
||
|
||
.uploadbutton .f-btn {
|
||
width: 100%;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<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">
|
||
<Items>
|
||
<f:TabStrip ID="TabStrip1" CssClass="f-tabstrip-theme-simple" Height="550px" 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>
|
||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||
<Items>
|
||
<f:Label runat="server" ID="lbSystemVersion" Hidden="true" Label="系统版本"></f:Label>
|
||
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
||
<f:HiddenField runat="server" ID="hdUrl"></f:HiddenField>
|
||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" OnClick="btnSave_Click" Text="保存">
|
||
</f:Button>
|
||
<f:Button ID="btnALLSave" Icon="SystemSave" runat="server" OnClick="btnALLSave_Click" Text="编辑个人信息">
|
||
</f:Button>
|
||
<f:Button ID="btnCustomQuery" Text="自定义查询" Icon="SystemSearch" runat="server"
|
||
OnClick="btnCustomQuery_Click" Hidden="true">
|
||
</f:Button>
|
||
</Items>
|
||
</f:Toolbar>
|
||
</Toolbars>
|
||
<Items>
|
||
<f:Form ID="SimpleForm1" LabelAlign="Right" MessageTarget="Qtip" RedStarPosition="BeforeText"
|
||
LabelWidth="90px" BodyPadding="5px" ShowBorder="false" ShowHeader="false" runat="server"
|
||
AutoScroll="false">
|
||
<Items>
|
||
<f:Panel ID="Panel3" runat="server" ShowBorder="false" ShowHeader="false" Layout="HBox"
|
||
BoxConfigAlign="StretchMax">
|
||
<Items>
|
||
<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="姓名" Readonly="true"></f:TextBox>
|
||
<f:TextBox ID="txtJobNum" runat="server" Label="工号" MaxLength="50">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtUnit" Readonly="true" Label="所在单位" runat="server"></f:TextBox>
|
||
<f:RadioButtonList ID="rblSex" runat="server" Label="性别">
|
||
<f:RadioItem Value="1" Text="男" Selected="true" />
|
||
<f:RadioItem Value="2" Text="女" />
|
||
</f:RadioButtonList>
|
||
<f:DatePicker ID="txtBirthday" runat="server" Label="出生日期">
|
||
</f:DatePicker>
|
||
<f:DropDownList ID="drpMaritalStatus" runat="server" Label="婚姻状况" EnableEdit="true">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpNation" runat="server" Label="民族" EnableEdit="true">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpLogWorkPost" runat="server" Label="施工日志工种设置" EnableEdit="true" EnableCheckBoxSelect="true" EnableMultiSelect="true">
|
||
</f:DropDownList>
|
||
</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="登录账号" Readonly="true">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtIdentityCard" runat="server" Label="身份证号" Required="true"
|
||
OnBlur="txtIdentityCard_Blur" EnableBlurEvent="true">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtTelephone" runat="server" Label="联系电话" MaxLength="50">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtGraduate" runat="server" Label="毕业院校" MaxLength="50">
|
||
</f:TextBox>
|
||
<f:DropDownList ID="drpEduLevel" runat="server" Label="最高学历" EnableEdit="true">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpPosition" runat="server" Label="职务" EnableEdit="true">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpPostTitle" runat="server" Label="职称" LabelAlign="Right" EnableEdit="true">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpLogMachine" runat="server" Label="施工日志机械设置" EnableEdit="true" EnableCheckBoxSelect="true" EnableMultiSelect="true">
|
||
</f:DropDownList>
|
||
</Items>
|
||
</f:Panel>
|
||
<f:Panel ID="Panel5" Title="面板1" BoxFlex="3" runat="server" ShowBorder="false" ShowHeader="false"
|
||
CssClass="blockpanel">
|
||
<Items>
|
||
<f:Image ID="imgPhoto" CssClass="userphoto" ImageUrl="~/res/images/blank.png"
|
||
runat="server" ToolTip="要求:小于300K且清晰大头照!且必传!">
|
||
</f:Image>
|
||
<f:Toolbar runat="server" ToolbarAlign="Center">
|
||
<Items>
|
||
<f:FileUpload ID="filePhoto" CssClass="uploadbutton" runat="server" ButtonText="上传照片" ShowRedStar="true"
|
||
ButtonOnly="true" AutoPostBack="true" OnFileSelected="filePhoto_FileSelected">
|
||
</f:FileUpload>
|
||
</Items>
|
||
</f:Toolbar>
|
||
</Items>
|
||
</f:Panel>
|
||
</Items>
|
||
</f:Panel>
|
||
</Items>
|
||
<Items>
|
||
<f:Form ID="Form7" ShowBorder="false" ShowHeader="false" runat="server" Hidden="true">
|
||
<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>
|
||
</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>
|
||
<Items>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:Tab>
|
||
</Tabs>
|
||
</f:TabStrip>
|
||
</Items>
|
||
</f:Panel>
|
||
<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" OnClose="Window1_Close">
|
||
</f:Window>
|
||
</form>
|
||
</body>
|
||
</html>
|