37 lines
1.7 KiB
Plaintext
37 lines
1.7 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CostReportIn.aspx.cs" Inherits="FineUIPro.Web.EditorManage.CostReportIn" %>
|
|
|
|
<!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" AutoSizePanelID="Panel1" runat="server" OnCustomEvent="PageManager1_CustomEvent" />
|
|
<f:Panel ID="Panel1" runat="server" Margin="5px" BodyPadding="5px" ShowBorder="false"
|
|
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" runat="server" Position="Bottom">
|
|
<Items>
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
|
<f:Button ID="btnImport" Icon="DoorIn" runat="server" Text="Import" ToolTip="Import data" ValidateForms="SimpleForm1"
|
|
OnClick="btnImport_Click">
|
|
</f:Button>
|
|
<f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" Text="Download the template" ToolTip="Download the template" OnClick="btnDownLoad_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
<Items>
|
|
<f:FileUpload runat="server" ID="fuAttachUrl" EmptyText="Select the file to import" Width="500px">
|
|
</f:FileUpload>
|
|
<f:HiddenField ID="hdFileName" runat="server"></f:HiddenField>
|
|
</Items>
|
|
</f:Panel>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|