145 lines
10 KiB
Plaintext
145 lines
10 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PersonSetEdit.aspx.cs" Inherits="FineUIPro.Web.Person.PersonSetEdit" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,P_PersonSetEdit_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="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="txtUserCode" runat="server" Label="<%$ Resources:Lan,P_ShuntView_txtCode_Label%>" MaxLength="20" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtUserName" runat="server" Label="<%$ Resources:Lan,P_ShuntView_Grid1_TemplateField_UserName_HeaderText%>" Required="true" ShowRedStar="true" MaxLength="20"
|
|
FocusOnPageLoad="true" LabelWidth="110px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtWorkNo" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtWorkNo_Label%>" MaxLength="50" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtAccount" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtAccount_Label%>" Required="true" ShowRedStar="true" MaxLength="50" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtIdentityCard" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtIdentityCard_Label%>" MaxLength="50" ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
|
|
</f:TextBox>
|
|
<f:DatePicker ID="txtBirthday" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtBirthday_Label%>"
|
|
LabelWidth="110px">
|
|
</f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpUnit" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_drpUnit_Label%>" EnableEdit="true" ForceSelection="false"
|
|
Required="true" ShowRedStar="true" LabelWidth="110px" Readonly="true">
|
|
</f:DropDownList>
|
|
<f:DropDownList ID="drpDepart" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_drpDepart_Label%>" EnableEdit="true" Readonly="true"
|
|
ForceSelection="false" LabelWidth="110px">
|
|
</f:DropDownList>
|
|
<f:RadioButtonList ID="rblSex" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_rblSex_Label%>" LabelWidth="110px">
|
|
<f:RadioItem Selected="true" Value="1" Text="男" />
|
|
<f:RadioItem Value="2" Text="女" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpIsOffice" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_drpIsOffice_Label%>" EnableEdit="true" ForceSelection="false" LabelWidth="110px">
|
|
</f:DropDownList>
|
|
<f:DropDownList ID="drpRole" runat="server" Label="<%$ Resources:Lan,P_Shunt_Grid1_RenderField_RoleName_HeaderText%>" EnableEdit="true" ForceSelection="false" LabelWidth="110px">
|
|
</f:DropDownList>
|
|
<f:DropDownList ID="drpIsPost" runat="server" Label="<%$ Resources:Lan,P_Shunt_Grid1_CheckBoxField_HeaderText%>" EnableEdit="true" ForceSelection="false"
|
|
Required="true" ShowRedStar="true" LabelWidth="110px">
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtPoliticalstatus" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtPoliticalstatus_Label%>" MaxLength="50" LabelWidth="110px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtHometown" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtHometown_Label%>" MaxLength="50" LabelWidth="110px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtEducation" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtEducation_Label%>" MaxLength="50" LabelWidth="110px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtTelephone" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtTelephone_Label%>" MaxLength="50" LabelWidth="110px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtGraduate" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtGraduate_Label%>" MaxLength="50" LabelWidth="110px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtMajor" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtMajor_Label%>" MaxLength="50" LabelWidth="110px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpPostTitle" runat="server" Label="<%$ Resources:Lan,P_ShuntView_Grid1_TemplateField_PostTitle_HeaderText%>" MaxLength="50" LabelWidth="110px">
|
|
</f:DropDownList>
|
|
<f:DatePicker runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtIntoDate_Label%>" ID="txtIntoDate" LabelWidth="110px"></f:DatePicker>
|
|
<f:DropDownList ID="drpCertificate" runat="server" Label="<%$ Resources:Lan,P_ShuntView_Grid1_TemplateField_Certificate_HeaderText%>" MaxLength="500" LabelWidth="110px" EnableCheckBoxSelect="true" EnableMultiSelect="true">
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpWorkPost" runat="server" Label="<%$ Resources:Lan,P_ShuntEdit_Grid1_TemplateField_UserWorkPost_HeaderText%>" MaxLength="500" LabelWidth="110px" EnableCheckBoxSelect="true" EnableMultiSelect="true">
|
|
</f:DropDownList>
|
|
<f:TextBox ID="txtProjectId" runat="server" Label="<%$ Resources:Lan,P_Shunt_Grid1_RenderField_ProjectName_HeaderText%>" MaxLength="50" LabelWidth="110px" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtProjectRoleId" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtProjectRoleId_Label%>" MaxLength="50" LabelWidth="110px" Readonly="true">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DatePicker runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtIntoProjectDate_Label%>" ID="txtIntoProjectDate" LabelWidth="110px" Readonly="true"></f:DatePicker>
|
|
<f:DatePicker runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtOutProjectDate_Label%>" ID="txtOutProjectDate" LabelWidth="110px" Readonly="true"></f:DatePicker>
|
|
|
|
<f:DatePicker runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtValidityDate_Label%>" ID="txtValidityDate" LabelWidth="110px"></f:DatePicker>
|
|
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:Image ID="Image2" ImageUrl="~/res/images/Signature0.png" runat="server" Height="35px" Width="110px"
|
|
BoxFlex="1" Label="<%$ Resources:Lan,P_PersonSetEdit_Image2_Label%>" LabelWidth="110px">
|
|
</f:Image>
|
|
<f:FileUpload runat="server" ID="fileSignature" EmptyText="<%$ Resources:Lan,P_PersonSetEdit_fileSignature_EmptyText%>"
|
|
OnFileSelected="btnSignature_Click" AutoPostBack="true" Width="150px" LabelWidth="110px">
|
|
</f:FileUpload>
|
|
<f:Button ID="BtnRole" Text="<%$ Resources:Lan,P_PersonSetEdit_BtnRole_Text%>" ToolTip="<%$ Resources:Lan,P_ShuntList_Menu1_btnMenuView_Text%>" Icon="TableCell" runat="server"
|
|
OnClick="BtnRole_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" Hidden="true"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,P_PersonTrainingView_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
<f:Window ID="Window1" Title="<%$ Resources:Lan,P_PersonTotalView_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="880px"
|
|
Height="500px">
|
|
</f:Window>
|
|
</form>
|
|
</body>
|
|
</html>
|