Files
SGGL_HBAZ/SGGL/FineUIPro.Web/HSSE/HazardousMG/HazardProjectDataIn.aspx
T

35 lines
1.8 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HazardProjectDataIn.aspx.cs" Inherits="FineUIPro.Web.HSSE.HazardousMG.HazardProjectDataIn" %>
<!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" AutoSizePanelID="Panel1" runat="server" />
<f:Panel ID="Panel1" runat="server" Margin="2px" BodyPadding="2px" ShowBorder="false"
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Right">
<Items>
<f:FileUpload ID="FileExcel" runat="server" Label="数据文件" EmptyText="请上传Excel格式文件" Width="350px" LabelWidth="90px" LabelAlign="Right"></f:FileUpload>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnTemplate" runat="server" Icon="DiskDownload" Text="模板下载" EnableAjax="false" DisableControlBeforePostBack="false" OnClick="btnTemplate_Click"></f:Button>
<f:Button ID="btnImport" runat="server" Text="导入" ToolTip="导入" Icon="SystemSave" OnClick="btnImport_Click"></f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Items>
<f:TextArea ID="txtError" runat="server" Label="错误信息" Readonly="true" Hidden="true"
BoxFlex="1" LabelAlign="Right" LabelWidth="90px">
</f:TextArea>
</Items>
</f:Panel>
</form>
</body>
</html>