46 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EnvironmentalMonitoringApiView.aspx.cs" Inherits="FineUIPro.Web.HSSE.Environmental.EnvironmentalMonitoringApiView" %>
 | |
| 
 | |
| <!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>
 | |
| </head>
 | |
| <body>
 | |
|     <form id="form1" runat="server">
 | |
|         <f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" />
 | |
|         <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="环境监测数据" AutoScroll="true"
 | |
|             BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | |
|             <Rows>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextBox ID="txtUrl" runat="server" Label="接口地址" LabelAlign="Right" Readonly="true">
 | |
|                         </f:TextBox>
 | |
|                         <f:TextBox ID="txtProjectid" runat="server" Label="项目id" LabelAlign="Right" Readonly="true">
 | |
|                         </f:TextBox>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
| 
 | |
|             </Rows>
 | |
|             <Toolbars>
 | |
|                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
 | |
|                     <Items>
 | |
|                         <f:Button ID="imgbtnUpload" runat="server" Icon="DiskDownload" Text="接口文档下载" EnableAjax="false" OnClick="imgbtnUpload_Click"  ></f:Button>
 | |
| 
 | |
|                         <f:ToolbarFill runat="server"></f:ToolbarFill>
 | |
|                         <f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose" Text="关闭">
 | |
|                         </f:Button>
 | |
|                     </Items>
 | |
|                 </f:Toolbar>
 | |
|             </Toolbars>
 | |
|         </f:Form>
 | |
|     </form>
 | |
|      <script type="text/javascript">
 | |
|      function reloadGrid() {
 | |
|          __doPostBack(null, 'reloadGrid');
 | |
|      }
 | |
|      </script>
 | |
| </body>
 | |
| </html>
 |