89 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			89 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EPSummaryReport.aspx.cs" Inherits="FineUIPro.Web.ZHGL.Information.EPSummaryReport" %> | ||
|  | 
 | ||
|  | <!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>生态环保工作总结报告</title> | ||
|  |     <link href="../../res/css/common.css" rel="stylesheet" type="text/css" />   | ||
|  | </head> | ||
|  | <body> | ||
|  |     <form id="form1" runat="server"> | ||
|  |         <f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="RegionPanel1" /> | ||
|  |         <f:RegionPanel ID="RegionPanel1" ShowBorder="false" runat="server" Margin="5px"> | ||
|  |             <Regions> | ||
|  |                 <f:Region ID="Region2" ShowHeader="false" Position="Center" Layout="VBox" BoxConfigAlign="Stretch" | ||
|  |                     BoxConfigPosition="Left" runat="server" Title="" AutoScroll="True" RegionSplit="True" | ||
|  |                     Split="True"> | ||
|  |                     <Items> | ||
|  |                         <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="true" AutoScroll="true" BodyPadding="10px" | ||
|  |                             runat="server" RedStarPosition="BeforeText" LabelAlign="Right"> | ||
|  |                             <Toolbars> | ||
|  |                                 <f:Toolbar ID="Toolbar1" Position="Top" ToolbarAlign="Right" runat="server"> | ||
|  |                                     <Items> | ||
|  |                                         <f:DropDownList ID="drpUnit" AutoPostBack="true" EnableSimulateTree="true" runat="server" Width="350px" | ||
|  |                                             LabelWidth="70px" Label="单位" EnableEdit="true" ForceSelection="false" OnSelectedIndexChanged="drpUnit_SelectedIndexChanged"> | ||
|  |                                         </f:DropDownList> | ||
|  |                                         <f:DropDownList ID="drpYear" AutoPostBack="true" EnableSimulateTree="true" runat="server" Width="150px" | ||
|  |                                             LabelWidth="50px" Label="年度" OnSelectedIndexChanged="drpUnit_SelectedIndexChanged"> | ||
|  |                                         </f:DropDownList> | ||
|  |                                         <f:Button ID="BtnBulletLeft" ToolTip="前一年度" Text ="前一年度" Icon="BulletLeft" runat="server" EnablePostBack="true" | ||
|  |                                             OnClick="BtnBulletLeft_Click"> | ||
|  |                                         </f:Button> | ||
|  |                                         <f:Button ID="BtnBulletRight" ToolTip="后一年度" Text ="后一年度"  Icon="BulletRight" runat="server" EnablePostBack="true" | ||
|  |                                             OnClick="BtnBulletRight_Click"> | ||
|  |                                         </f:Button> | ||
|  |                                         <f:ToolbarFill runat="server"></f:ToolbarFill> | ||
|  |                                         <f:Button ID="btnNew" ToolTip="新增" Text ="新增"  Icon="Add" Hidden="true" runat="server" OnClick="btnNew_Click"> | ||
|  |                                         </f:Button> | ||
|  |                                         <f:Button ID="btnEdit" ToolTip="编辑" Text ="编辑"  Icon="TableEdit" Hidden="true" runat="server" OnClick="btnEdit_Click"> | ||
|  |                                         </f:Button> | ||
|  |                                         <f:Button ID="btnDelete" ToolTip="删除" Text ="删除"  Icon="Delete" Hidden="true" ConfirmText="确定删除当前数据?" | ||
|  |                                             OnClick="btnDelete_Click" runat="server"> | ||
|  |                                         </f:Button> | ||
|  |                                         <f:Button ID="btnUpdata" ToolTip="上报" Text ="上报"  Icon="PageSave" Hidden="true" runat="server" OnClick="btnUpdata_Click"> | ||
|  |                                         </f:Button>                                         | ||
|  |                                         <f:Button ID="btnView" ToolTip="查看未报项目" Text="查看未报项目" Icon="MagifierZoomOut" runat="server" | ||
|  |                                             OnClick="btnView_Click"> | ||
|  |                                         </f:Button> | ||
|  |                                     </Items> | ||
|  |                                 </f:Toolbar> | ||
|  |                             </Toolbars> | ||
|  |                             <Rows> | ||
|  |                                 <f:FormRow> | ||
|  |                                     <Items> | ||
|  |                                         <f:Label ID="lblUnitName" runat="server" Label="单位" Hidden="true"> | ||
|  |                                         </f:Label> | ||
|  |                                         <f:Label ID="lblYearId" runat="server" Label="年度"> | ||
|  |                                         </f:Label>                                        | ||
|  |                                         <f:Label ID="lblResponsiblePerson" runat="server" Label="负责人"> | ||
|  |                                         </f:Label>                                      | ||
|  |                                         <f:Label ID="lblResponsiblePersonTel" runat="server" Label="负责人电话"> | ||
|  |                                         </f:Label>                                      | ||
|  |                                         <f:Label ID="lblContactPerson" runat="server" Label="联系人"> | ||
|  |                                         </f:Label>                                      | ||
|  |                                         <f:Label ID="lblContactPersonTel" runat="server" Label="联系人电话"> | ||
|  |                                         </f:Label>                                      | ||
|  |                                         <f:Label ID="lblReportDate" runat="server" Label="报告时间"> | ||
|  |                                         </f:Label> | ||
|  |                                     </Items> | ||
|  |                                 </f:FormRow> | ||
|  |                                 <f:FormRow> | ||
|  |                                     <Items> | ||
|  |                                         <f:TextArea ID="txtValue" runat="server" Height="500px" Width="1000px"></f:TextArea> | ||
|  |                                     </Items> | ||
|  |                                 </f:FormRow> | ||
|  |                             </Rows> | ||
|  |                         </f:Form> | ||
|  |                     </Items> | ||
|  |                 </f:Region> | ||
|  |             </Regions> | ||
|  |         </f:RegionPanel> | ||
|  |         <f:Window ID="Window1" Title="编辑生态环保工作总结报告" Hidden="true" EnableIFrame="true" EnableMaximize="true" | ||
|  |             Target="Parent" EnableResize="true" runat="server" OnClose="Window1_Close" IsModal="false" | ||
|  |             CloseAction="HidePostBack" Width="1200px" Height="650px"> | ||
|  |         </f:Window> | ||
|  |     </form> | ||
|  | </body> | ||
|  | </html> |