ChengDa_English/SGGL/FineUIPro.Web/ZHGL/Information/EPSummaryReportEdit.aspx

147 lines
7.8 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EPSummaryReportEdit.aspx.cs" Inherits="FineUIPro.Web.ZHGL.Information.EPSummaryReportEdit" %>
<!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,Z_EPSummaryReportEdit_PageTitle%>"/></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:DropDownList ID="ddlUnitId" runat="server" Label="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_ddlUnitId_Label%>" Required="True" ShowRedStar="True" FocusOnPageLoad="true">
</f:DropDownList>
<f:DropDownList ID="ddlYearId" runat="server" Label="<%$ Resources:Lan,Z_ReportRemind_Year%>" Required="True" ShowRedStar="True">
</f:DropDownList>
<f:DropDownList ID="ddlQuarter" runat="server" Label="<%$ Resources:Lan,Z_ReportRemind_Quarter%>" Required="True" ShowRedStar="True">
</f:DropDownList>
<f:DatePicker ID="txtReportDate" runat="server" Label="<%$ Resources:Lan,Z_WorkSummaryReportEdit_txtReportDate_Label%>" Required="true" ShowRedStar="true"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtResponsiblePerson" runat="server" Label="<%$ Resources:Lan,Z_UpCheckReportEdit_gvItem2_UnitMan_HeaderText%>"></f:TextBox>
<f:TextBox ID="txtResponsiblePersonTel" runat="server" Label="<%$ Resources:Lan,Z_WorkSummaryReportEdit_txtResponsiblePersonTel_Label%>"></f:TextBox>
<f:TextBox ID="txtContactPerson" runat="server" Label="<%$ Resources:Lan,Z_WorkSummaryReportEdit_txtContactPerson_Label%>"></f:TextBox>
<f:TextBox ID="txtContactPersonTel" runat="server" Label="<%$ Resources:Lan,Z_WorkSummaryReportEdit_txtContactPersonTel_Label%>"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label1" runat="server" Text="<%$ Resources:Lan,Z_EPSummaryReportEdit_Label1_Text%>"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription1" runat="server"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label2" runat="server" Text="<%$ Resources:Lan,Z_EPSummaryReportEdit_Label2_Text%>"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription2" runat="server"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label3" runat="server" Text="<%$ Resources:Lan,Z_EPSummaryReportEdit_Label3_Text%>"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription3" runat="server"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label4" runat="server" Text="<%$ Resources:Lan,Z_EPSummaryReportEdit_Label4_Text%>"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription4" runat="server"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label5" runat="server" Text="<%$ Resources:Lan,Z_EPSummaryReportEdit_Label5_Text%>"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription5" runat="server"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label6" runat="server" Text="<%$ Resources:Lan,Z_EPSummaryReportEdit_Label6_Text%>"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription6" runat="server"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label7" runat="server" Text="<%$ Resources:Lan,Z_EPSummaryReportEdit_Label7_Text%>"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription7" runat="server"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label8" runat="server" Text="<%$ Resources:Lan,Z_EPSummaryReportEdit_Label8_Text%>"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription8" runat="server"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label9" runat="server" Text="<%$ Resources:Lan,Z_EPSummaryReportEdit_Label9_Text%>"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription9" runat="server"></f:TextArea>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server" Margin="0 50 30 50">
<Items>
<f:Button ID="btnCopy" Icon="Database" runat="server" ToolTip="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_btnCopy_ToolTip%>" Text="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_btnCopy_ToolTip%>"
ValidateForms="SimpleForm1" OnClick="btnCopy_Click" Hidden="true">
</f:Button>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" Text="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_btnSave_Text%>"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnUpdata" Icon="PageSave" runat="server" Text="<%$ Resources:Lan,Z_WorkSummaryReportEdit_btnUpdata_Text%>" ConfirmText="<%$ Resources:Lan,Z_AccidentCauseReportSave_btnUpdata_ConfirmText%>" ToolTip="<%$ Resources:Lan,Z_WorkSummaryReportEdit_btnUpdata_Text%>" ValidateForms="SimpleForm1"
OnClick="btnUpdata_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>