HSSE Person 部分
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
<Rows>
|
||||
<f:FormRow ColumnWidths="40% 40% 20%">
|
||||
<Items>
|
||||
<f:TextBox ID="txtTrainingEduItemCode" runat="server" Label="编号" Readonly="true">
|
||||
<f:TextBox ID="txtTrainingEduItemCode" runat="server" Label="<%$ Resources:Lan,P_ShuntView_txtCode_Label%>" Readonly="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtTrainingEduItemName" runat="server" Label="名称" Readonly="true">
|
||||
<f:TextBox ID="txtTrainingEduItemName" runat="server" Label="<%$ Resources:Lan,P_TrainTestDBEdit_txtTrainTestName_Label%>" Readonly="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -29,13 +29,13 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtSummary" runat="server" Label="内容" Height="72px" Readonly="true"></f:TextArea>
|
||||
<f:TextArea ID="txtSummary" runat="server" Label="<%$ Resources:Lan,P_PersonTraining_Grid1_RenderField_TrainingPlanContent_HeaderText%>" Height="72px" Readonly="true"></f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>--%>
|
||||
<%--<f:FormRow>
|
||||
<Items>
|
||||
<f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="false" ShowBorder="false"
|
||||
Title="图片">
|
||||
Title="<%$ Resources:Lan,P_TestRecordView_ContentPanel1_Title%>">
|
||||
<table>
|
||||
<tr style="height: 25px">
|
||||
<td align="left">
|
||||
@@ -56,7 +56,7 @@
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:ContentPanel ID="ContentPanel2" runat="server" ShowHeader="false" ShowBorder="false"
|
||||
Title="附件">
|
||||
Title="<%$ Resources:Lan,P_PersonTotalView_btnAttachUrl_Text%>">
|
||||
<table>
|
||||
<tr style="height: 25px">
|
||||
<td align="left">
|
||||
@@ -72,7 +72,7 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:Button ID="Button1" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
||||
<f:Button ID="Button1" Text="<%$ Resources:Lan,P_PersonTotalView_btnAttachUrl_Text%>" ToolTip="<%$ Resources:Lan,P_PersonTotalView_btnAttachUrl_ToolTip%>" Icon="TableCell" runat="server"
|
||||
OnClick="btnAttachUrlC_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
|
||||
</f:Button>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
||||
@@ -82,7 +82,7 @@
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
</f:Form>
|
||||
<f:Window ID="WindowAtt" Title="附件" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,P_PersonTotalView_btnAttachUrl_Text%>" 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