ChengDa_English/SGGL/FineUIPro.Web/ZHGL/ServerCheck/SubUnitReport.aspx

101 lines
6.9 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SubUnitReport.aspx.cs" Inherits="FineUIPro.Web.ZHGL.ServerCheck.SubUnitReport" Async="true" ValidateRequest="false" %>
<!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_SubUnitReport_trSubUnitReport_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="Panel1" runat="server" />
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
<Items>
<f:Panel runat="server" ID="panelLeftRegion" Width="250px" RegionPosition="Left" RegionSplit="true"
EnableCollapse="true" Layout="HBox" Title="<%$ Resources:Lan,Z_SubUnitReport_trSubUnitReport_Title%>" TitleToolTip="<%$ Resources:Lan,Z_SubUnitReport_trSubUnitReport_Title%>"
ShowBorder="true" ShowHeader="true" BodyPadding="5px" IconFont="ArrowCircleLeft">
<Items>
<f:Tree ID="trSubUnitReport" EnableCollapse="true" ShowHeader="true"
Title="<%$ Resources:Lan,Z_SubUnitReport_trSubUnitReport_Title%>" OnNodeCommand="trSubUnitReport_NodeCommand" AutoLeafIdentification="true"
runat="server">
</f:Tree>
</Items>
</f:Panel>
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="true"
Layout="VBox" ShowHeader="false" BodyPadding="5px" AutoScroll="true" Hidden="true"
Title="<%$ Resources:Lan,Z_SubUnitReport_panelCenterRegion_TitleToolTip%>" TitleToolTip="<%$ Resources:Lan,Z_SubUnitReport_panelCenterRegion_TitleToolTip%>">
<Items>
<f:Form runat="server" ID="formTitle" RegionPosition="Center" ShowBorder="true" ShowHeader="true"
BodyPadding="5px" IconFont="PlusCircle" AutoScroll="true">
<Items>
<f:FormRow>
<Items>
<f:Label ID="lblTitle" runat="server" LabelAlign="right" LabelWidth="150px">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtUnitName" runat="server" Label="<%$ Resources:Lan,Z_SubUnitReport_txtUnitName_Label%>" LabelAlign="right" LabelWidth="150px"
Readonly="true">
</f:TextBox>
<f:TextBox ID="txtPlanReortDate" runat="server" Label="<%$ Resources:Lan,Z_SubUnitReport_txtPlanReortDate_Label%>" LabelAlign="right"
LabelWidth="150px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtReportTitle" runat="server" Label="<%$ Resources:Lan,Z_SubUnitReport_txtReportTitle_Label%>" Required="true" MaxLength="500"
ShowRedStar="true" LabelAlign="right" LabelWidth="150px" Height="64px" FocusOnPageLoad="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtReportContent" runat="server" Label="<%$ Resources:Lan,Z_SubUnitReport_txtReportContent_Label%>" Required="true" MaxLength="1000"
ShowRedStar="true" LabelAlign="right" LabelWidth="150px" Height="200px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,Z_SubUnitReport_dpkReportDate_Label%>" ID="dpkReportDate"
LabelWidth="150px" LabelAlign="right">
</f:DatePicker>
<f:Label ID="lbl" runat="server">
</f:Label>
</Items>
</f:FormRow>
</Items>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnUploadResources" ToolTip="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_Window1_Title%>" Icon="TableCell" runat="server" OnClick="btnUploadResources_Click"
ValidateForms="SimpleForm1" Text="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_Grid1_Columns_LinkButtonField1_HeaderText%>">
</f:Button>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click" Hidden="true">
</f:Button>
<f:Button ID="btnSaveUp" Icon="PageSave" runat="server" ToolTip="<%$ Resources:Lan,Z_UpCheckReportEdit_btnSaveUp_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnSaveUp_Click" Hidden="true">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</Items>
</f:Panel>
</Items>
</f:Panel>
</form>
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_Grid1_Columns_LinkButtonField1_HeaderText%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</body>
</html>