Files
ChengDa_English/SGGL/FineUIPro.Web/HJGL/PersonManage/NDTPersonRegisterEdit.aspx
T

120 lines
7.4 KiB
Plaintext
Raw Normal View History

2022-03-15 17:36:38 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NDTPersonRegisterEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.PersonManage.NDTPersonRegisterEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2025-02-21 22:19:21 +08:00
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,EditPersonRegisterTitle%>"/></title>
2022-03-15 17:36:38 +08:00
</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:HiddenField ID="hdwelderId" runat="server"></f:HiddenField>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtWED_Name" runat="server" Label="<%$ Resources:Lan,WelderNameColumn_2%>" LabelAlign="Right" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtWED_Code" runat="server" Label="<%$ Resources:Lan,CodeLabel_2%>" LabelAlign="Right">
2022-03-15 17:36:38 +08:00
</f:TextBox>
<f:Label ID="Label1" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtRTQualifiedLevel" runat="server" Label="<%$ Resources:Lan,RTQualifiedLevelLabel%>" LabelAlign="Right" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
<f:Label ID="Label2" runat="server"></f:Label>
2025-02-21 22:19:21 +08:00
<f:DatePicker ID="txtRTValidity" runat="server" Label="<%$ Resources:Lan,ValidityPeriod_2%>" LabelAlign="Right"></f:DatePicker>
2022-03-15 17:36:38 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtPTQualifiedLevel" runat="server" Label="<%$ Resources:Lan,PTQualifiedLevelLabel%>" LabelAlign="Right" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
<f:Label ID="Label3" runat="server"></f:Label>
2025-02-21 22:19:21 +08:00
<f:DatePicker ID="txtPTValidity" runat="server" Label="<%$ Resources:Lan,ValidityPeriod_2%>" LabelAlign="Right"></f:DatePicker>
2022-03-15 17:36:38 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtUTQualifiedLevel" runat="server" Label="<%$ Resources:Lan,UTQualifiedLevelLabel%>" LabelAlign="Right" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtRTIdentityCard" runat="server" Label="<%$ Resources:Lan,MMIdentityCardLabel%>" LabelAlign="Right"></f:TextBox>
<f:DatePicker ID="txtUTValidity" runat="server" Label="<%$ Resources:Lan,ValidityPeriod_2%>" LabelAlign="Right"></f:DatePicker>
2022-03-15 17:36:38 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtMTQualifiedLevel" runat="server" Label="<%$ Resources:Lan,MTQualifiedLevelLabel%>" LabelAlign="Right" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
<f:Label ID="Label4" runat="server"></f:Label>
2025-02-21 22:19:21 +08:00
<f:DatePicker ID="txtMTValidity" runat="server" Label="<%$ Resources:Lan,ValidityPeriod_2%>" LabelAlign="Right"></f:DatePicker>
2022-03-15 17:36:38 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtTOFDQualifiedLevel" runat="server" Label="<%$ Resources:Lan,TOFDQualifiedLevelLabel%>" LabelAlign="Right" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
<f:Label ID="Label5" runat="server"></f:Label>
2025-02-21 22:19:21 +08:00
<f:DatePicker ID="txtTOFDValidity" runat="server" Label="<%$ Resources:Lan,ValidityPeriod_2%>" LabelAlign="Right"></f:DatePicker>
2022-03-15 17:36:38 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtMAQualifiedLevel" runat="server" Label="<%$ Resources:Lan,MAQualifiedLevelLabel%>" LabelAlign="Right" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtMAIdentityCard" runat="server" Label="<%$ Resources:Lan,MMIdentityCardLabel%>" LabelAlign="Right">
2022-03-15 17:36:38 +08:00
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:DatePicker ID="txtMAValidity" runat="server" Label="<%$ Resources:Lan,ValidityPeriod_2%>" LabelAlign="Right"></f:DatePicker>
2022-03-15 17:36:38 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtMMQualifiedLevel" runat="server" Label="<%$ Resources:Lan,MMQualifiedLevelLabel%>" LabelAlign="Right" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtMMIdentityCard" runat="server" Label="<%$ Resources:Lan,MMIdentityCardLabel%>" LabelAlign="Right">
2022-03-15 17:36:38 +08:00
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:DatePicker ID="txtMMValidity" runat="server" Label="<%$ Resources:Lan,ValidityPeriod_2%>" LabelAlign="Right"></f:DatePicker>
2022-03-15 17:36:38 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel2" ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
<Items>
<f:Label ID="lblAttach" CssStyle="padding-left:23px" Width="140px" runat="server" CssClass="marginr" ShowLabel="false"
2025-02-21 22:19:21 +08:00
Text="<%$ Resources:Lan,AttachmentsLabel%>">
2022-03-15 17:36:38 +08:00
</f:Label>
2025-02-21 22:19:21 +08:00
<f:Button ID="btnAttach" Text="<%$ Resources:Lan,ProjectMapEdit_AttachButton%>" ToolTip="<%$ Resources:Lan,ProjectMapEdit_AttachButton%>" Icon="TableCell" runat="server" OnClick="btnAttach_Click">
2022-03-15 17:36:38 +08:00
</f:Button>
</Items>
</f:Panel>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
2025-02-21 22:19:21 +08:00
OnClick="btnSave_Click" Text="<%$ Resources:Lan,XmsgGlgdEdit_Save%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Save%>">
2022-03-15 17:36:38 +08:00
</f:Button>
2025-02-21 22:19:21 +08:00
<f:Button ID="btnClose" EnablePostBack="false" Text="<%$ Resources:Lan,XmsgGlgdEdit_Close%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Close%>"
2022-03-15 17:36:38 +08:00
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
2025-02-21 22:19:21 +08:00
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ProjectMapEdit_AttachButton%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
2022-03-15 17:36:38 +08:00
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</form>
</body>
</html>