upload.aspx
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:2k
源码类别:

数据库编程

开发平台:

Visual C++

  1. <%@ Page Language="C#" MasterPageFile = "../MasterPage5.master" AutoEventWireup="true" CodeFile="upload.aspx.cs" Inherits="administration_upload" %>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
  3.          <div style="margin-top:10px;height:350px;width:380px;margin-left:150px;"> 
  4.            <div style="float:left;">
  5.               <img src="../image/biaoti_xiushi.gif" width="21" height="21" longdesc="../image/biaoti_xiushi.gif" />
  6.            </div>
  7.    <div style="float:left">
  8.   <span class="STYLE4">上传文档</span>   
  9.    </div>
  10. <div style="background-image:url(../image/division.JPG);background-repeat:repeat-x; height:2px; width:380px;">
  11.    </div>
  12.    <div>
  13.     <a  class="STYLE6" href="../document/科研实践能力考核表.doc">科研实践能力考核表</a> &nbsp; &nbsp; &nbsp;&nbsp<asp:Label ID="Label1" runat="server" Text="未提交"></asp:Label><br />
  14.     <a  class="STYLE6" href="../document/企业导师表.doc">企业导师表</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<asp:Label ID="Label2" runat="server" Text="未提交"></asp:Label><br />
  15.     <a  class="STYLE6" href="../document/选报导师表.doc">选报导师表</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<asp:Label ID="Label3" runat="server" Text="未提交"></asp:Label><br />
  16.     <a  class="STYLE6" href="../document/开题报告.doc">开题报告</a> &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<asp:Label ID="Label4" runat="server" Text="未提交"></asp:Label><br />
  17.     <a  class="STYLE6" href="../document/关于Java的生存现状之分析.docx">我的论文</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<asp:Label ID="Label5" runat="server" Text="未提交"></asp:Label>
  18.    </div>
  19.    <br />
  20.    <div>
  21.       <input id="File1" type="file" />
  22.    </div>
  23. </div>
  24. </asp:Content>