HSSE Person 部分
This commit is contained in:
@@ -15,27 +15,27 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtTrainingItemCode" runat="server" Label="教材编号" Required="true" ShowRedStar="true"
|
||||
<f:TextBox ID="txtTrainingItemCode" runat="server" Label="<%$ Resources:Lan,P_TrainingItemSave_txtTrainingItemCode_Label%>" Required="true" ShowRedStar="true"
|
||||
FocusOnPageLoad="true" MaxLength="50">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtTrainingItemName" runat="server" Label="教材名称" Required="true" ShowRedStar="true"
|
||||
<f:TextBox ID="txtTrainingItemName" runat="server" Label="<%$ Resources:Lan,P_PersonTrainingTaskItem_Grid1_RenderField_CompanyTrainingItemName_HeaderText%>" Required="true" ShowRedStar="true"
|
||||
MaxLength="50" AutoPostBack="true" OnTextChanged="TextBox_TextChanged">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCompileMan" runat="server" Label="整理人" Readonly="true" MaxLength="50">
|
||||
<f:TextBox ID="txtCompileMan" runat="server" Label="<%$ Resources:Lan,P_TrainingItemSave_txtCompileMan_Label%>" Readonly="true" MaxLength="50">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker runat="server" Label="整理时间" ID="txtCompileDate">
|
||||
<f:DatePicker runat="server" Label="<%$ Resources:Lan,P_TrainingItemSave_txtCompileDate_Label%>" ID="txtCompileDate">
|
||||
</f:DatePicker>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -44,14 +44,14 @@
|
||||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:Label runat="server" ID="lbTemp"></f:Label>
|
||||
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server" OnClick="btnUploadResources_Click"
|
||||
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,P_PersonTotalView_btnAttachUrl_Text%>" ToolTip="<%$ Resources:Lan,P_PersonTotalView_btnAttachUrl_ToolTip%>" Icon="TableCell" runat="server" OnClick="btnUploadResources_Click"
|
||||
ValidateForms="SimpleForm1">
|
||||
</f:Button>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
|
||||
OnClick="btnSave_Click" Hidden="true">
|
||||
</f:Button>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,P_PersonTrainingView_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
|
||||
</f:Button>
|
||||
<f:HiddenField ID="hdCompileMan" runat="server">
|
||||
</f:HiddenField>
|
||||
@@ -59,7 +59,7 @@
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
</f:Form>
|
||||
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true"
|
||||
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,P_PersonTotalView_WindowAtt_Title%>" Hidden="true" EnableIFrame="true"
|
||||
EnableMaximize="true" Target="Parent" EnableResize="false" runat="server"
|
||||
IsModal="true" Width="700px" Height="500px">
|
||||
</f:Window>
|
||||
|
||||
Reference in New Issue
Block a user