2025-03-27 15:05:14 +08:00

48 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UpdateExcel.aspx.cs"
MasterPageFile="~/SuperMap_Client/MasterPage/v4_0/SizeBox.Master"
Inherits="SuperMap.RealEstate.HighWay.Modules.HotKeySet.UpdateExcel" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HTMLHead" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="B" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="B_L" runat="server">
Excel文件
<asp:FileUpload ID="fpUpload" runat="server" />
<%--<table width="720px" style="text-align:center"><tr style="width:20%"></tr></table>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="B_R" runat="server">
<a href="快捷键导入模板.xls">点击下载模板</a>
<asp:Button ID="btnUpload" Text="导入文档" CssClass="scbtn-auto mr5" runat="server" OnClick="btnUpload_Click" />
<div>
<asp:Label ID="lblUploadFile" Visible="false" runat="server"></asp:Label>
</div>
</asp:Content>
<asp:Content ID="Content5" ContentPlaceHolderID="T" runat="server">
</asp:Content>
<asp:Content ID="Content6" ContentPlaceHolderID="T_L" runat="server">
</asp:Content>
<asp:Content ID="Content7" ContentPlaceHolderID="T_R" runat="server">
</asp:Content>
<asp:Content ID="Content8" ContentPlaceHolderID="S_T" runat="server">
</asp:Content>
<asp:Content ID="Content9" ContentPlaceHolderID="S" runat="server">
</asp:Content>
<asp:Content ID="Content10" ContentPlaceHolderID="S_B" runat="server">
</asp:Content>
<asp:Content ID="Content11" ContentPlaceHolderID="M_T" runat="server">
</asp:Content>
<asp:Content ID="Content12" ContentPlaceHolderID="M" runat="server">
<div id="table1" runat="server">
</div>
</asp:Content>
<asp:Content ID="Content13" ContentPlaceHolderID="M_B" runat="server">
</asp:Content>
<asp:Content ID="Content14" ContentPlaceHolderID="F" runat="server">
</asp:Content>
<asp:Content ID="Content15" ContentPlaceHolderID="F_L" runat="server">
</asp:Content>
<asp:Content ID="Content16" ContentPlaceHolderID="F_R" runat="server">
<asp:Button ID="btnDownExcel" Text="导入快捷键" runat="server" CssClass="scbtn-auto mr5" OnClick="btnUpdata_Click" />
</asp:Content>