ChengDa_English/SGGL/FineUIPro.Web/HJGL/PersonManage/PersonManageView.aspx

157 lines
9.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PersonManageView.aspx.cs" Inherits="FineUIPro.Web.HJGL.PersonManage.PersonManageView" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,ProjectPageData_MenuEdit%>"/><asp:Literal runat="server" Text="<%$ Resources:Lan,PersonManageWindowTitle%>"/></title>
<style type="text/css">
.userphoto .f-field-label {
margin-top: 0;
}
.userphoto img {
margin-left: 100px;
width: 150px;
}
.uploadbutton .f-btn {
width: 100px;
margin-left: 10px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="drpUnitId" runat="server" Label="<%$ Resources:Lan,WeldReportEdit_Unit%>" LabelAlign="Right" Readonly="true" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="drpTeamGroupId" runat="server" Label="<%$ Resources:Lan,WelderPerformance_TeamGroup%>" LabelAlign="Right" Readonly="true"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWED_Name" runat="server" Label="<%$ Resources:Lan,OneWeekReport_WelderName%>"
Required="true" MaxLength="20" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtWED_Code" runat="server" Label="<%$ Resources:Lan,WelderCodeEditLabel%>"
Required="true" MaxLength="50" ShowRedStar="true" LabelAlign="Right">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtBirthday" runat="server" Label="<%$ Resources:Lan,BirthdayLabel%>" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
<f:RadioButtonList ID="rblSex" runat="server" Label="<%$ Resources:Lan,WelderPerformance_Gender%>" LabelAlign="Right">
<f:RadioItem Value="1" Text="<%$ Resources:Lan,MaleOption%>" Selected="true" />
<f:RadioItem Value="2" Text="<%$ Resources:Lan,FemaleOption%>" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkCode" runat="server" Label="<%$ Resources:Lan,WorkCodeColumn%>"
MaxLength="20" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:DatePicker ID="txtLimitDate" runat="server" Label="<%$ Resources:Lan,ValidityPeriodColumn%>" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtClass" runat="server" Label="<%$ Resources:Lan,ClassColumn%>"
MaxLength="200" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:CheckBox ID="cbIfOnGuard" runat="server" Label="<%$ Resources:Lan,OnGuardLabel%>" LabelAlign="Right"></f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtIdentityCard" runat="server" Label="<%$ Resources:Lan,IdentityCard%>" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:RadioButtonList ID="rbtype" runat="server" Label="<%$ Resources:Lan,WelderTypeLabel%>" LabelAlign="Right">
<f:RadioItem Value="<%$ Resources:Lan,btnPrintText_2%>" Text="<%$ Resources:Lan,btnPrintText_2%>" Selected="true" />
<f:RadioItem Value="<%$ Resources:Lan,Button1Text_2%>" Text="<%$ Resources:Lan,Button1Text_2%>" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownBox ID="dpWeldMethod" runat="server" Label="<%$ Resources:Lan,JointComprehensive_WeldingMethod%>" LabelWidth="120px" DataControlID="cbWeldMethod" EnableMultiSelect="true">
<PopPanel>
<f:SimpleForm ID="SimpleForm4" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="true" ShowHeader="false" Hidden="true">
<Items>
<f:CheckBoxList ID="cbWeldMethod" ColumnNumber="3" runat="server">
</f:CheckBoxList>
</Items>
</f:SimpleForm>
</PopPanel>
</f:DropDownBox>
<f:DropDownList ID="dpJOTSch" runat="server" Label="<%$ Resources:Lan,JointComprehensive_Sch%>" LabelAlign="Right">
<f:ListItem Value="" Text="<%$ Resources:Lan,UnlimitedOption%>" />
<f:ListItem Value="1" Text="<12" />
<f:ListItem Value="2" Text=">=12" />
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownBox ID="drpSteType" runat="server" Label="<%$ Resources:Lan,WelderPerformance_MaterialType%>" DataControlID="cbSteType" EnableMultiSelect="true">
<PopPanel>
<f:SimpleForm ID="SimpleForm3" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="true" ShowHeader="false" Hidden="true">
<Items>
<f:CheckBoxList ID="cbSteType" ColumnNumber="3" runat="server">
</f:CheckBoxList>
</Items>
</f:SimpleForm>
</PopPanel>
</f:DropDownBox>
<f:TextBox ID="txtRemak" runat="server" Label="<%$ Resources:Lan,StartWorkReport_Remark%>" MaxLength="50" LabelAlign="Right"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtSE_EquipmentID" runat="server" Label="<%$ Resources:Lan,QualifiedProjectCodeColumn%>" LabelWidth="120px" LabelAlign="Right" MaxLength="1000">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel1" ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
<Items>
<f:Image ID="imgPhoto" Width="100px" CssClass="userphoto" ImageUrl="~/res/images/blank_150.png"
runat="server" BoxFlex="1">
</f:Image>
</Items>
</f:Panel>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:HiddenField ID="hdWelderId" runat="server"></f:HiddenField>
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,WelderCertificateButton%>" ToolTip="<%$ Resources:Lan,WelderCertificateButton%>" runat="server" OnClick="btnAttachUrl_Click"
ValidateForms="SimpleForm1">
</f:Button>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnClose" EnablePostBack="false" Text="<%$ Resources:Lan,XmsgGlgdEdit_Close%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Close%>"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,XmsgGlgdEdit_WindowTitle%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</form>
</body>
</html>