MatCodeIn.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:4k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MatCodeIn.aspx.cs" Inherits="MatCode_MatCodeIn" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>EXCEL数据导入</title>
- <base target="_self" />
- </head>
- <body>
- <form id="form1" runat="server">
- <table align="center" border="2" bordercolor="#d7d9e5" cellpadding="0" cellspacing="2">
- <tr>
- <td background="../images/lbg-3.gif" height="19" style="width: 587px">
- <table border="0" cellpadding="0" cellspacing="0" height="15" width="99%">
- <tr>
- <td width="4%">
- <div align="left">
- <img height="15" src="../Images/dian.bmp" width="16" /></div>
- </td>
- <td width="45%">
- <p>数据导入</p>
- </td>
- <td width="51%">
- <div align="right">
- <img alt="帮助" height="16" src="../Images/help.jpg" width="16" /></div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td height="295" valign="top" style="width: 587px">
- <p>
- </p>
- <table id="Table2" align="center" bgcolor="#808080" border="0" cellpadding="3" cellspacing="1"
- style="width: 441px; height: 96px" width="441">
- <tr>
- <td align="center" bgcolor="#ffffff" colspan="4" height="27" style="height: 27px">
- <strong><font color="#3333ff" size="2">
- <asp:Label ID="Label4" runat="server">EXCEL数据导入</asp:Label></font></strong></td>
- </tr>
- <tr>
- <td align="right" bgcolor="#cccccc" height="27" style="width: 107px; height: 27px; background-color: gainsboro;">
-
- <asp:Label ID="Label5" runat="server">选择源数据</asp:Label></td>
- <td bgcolor="#ffffff" colspan="3" style="height: 27px">
- <asp:FileUpload ID="ExcelFile" runat="server" Width="301px" /></td>
- </tr>
- <tr>
- <td align="right" bgcolor="#cccccc" style="width: 107px; height: 18px; background-color: gainsboro;" width="107">
-
- <asp:Label ID="Label6" runat="server">说 明</asp:Label></td>
- <td bgcolor="#ffffff" colspan="3" style="height: 18px; color: #ff0000;">
- 请选择正确格式的Excel文件,将有关信息导入本系统数据库。
- </td>
- </tr>
- <tr>
- <td align="center" bgcolor="#ffffff" colspan="4">
- <asp:ImageButton ID="daoru" runat="server" ImageUrl="~/Images/queding.gif" OnClick="daoru_Click" /> <asp:ImageButton
- ID="ImageButton1" runat="server" ImageUrl="~/Images/quxiao.gif" OnClientClick="javascript: if(confirm('确认离开此页面吗?')){window.close();}" />
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>