第二周周五的工作 张孝祖

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="upload.aspx.cs" Inherits="upload" %>

<!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">
    <div>
        <asp:Label ID="Top" runat="server" Text="题目(必填)" Font-Bold="True"></asp:Label>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <asp:Label ID="Author1" runat="server" Text="作者" Font-Bold="True"></asp:Label>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <asp:Label ID="Keyword1" runat="server" Text="关键字" Font-Bold="True"></asp:Label>
       
        <br />
        <asp:TextBox ID="Title" runat="server" Width="98px" BackColor="Red" BorderStyle="Dashed"></asp:TextBox>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <asp:TextBox ID="Author" runat="server" Width="98px" BackColor="Yellow" BorderStyle="Dashed"></asp:TextBox>
&nbsp;&nbsp;&nbsp;
        &nbsp;
        <asp:TextBox ID="Keyword" runat="server" Width="98px" BackColor="Blue" BorderColor="Blue" BorderStyle="Dashed"></asp:TextBox>
        <br />
        &nbsp;<br />
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <asp:FileUpload ID="fu" runat="server" style="text-align: center"/><br/>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <asp:Button ID="btnSure" runat="server" OnClick="OK_Click" Text="上传文件到服务器">
        </asp:Button>
    </div>
    </form>
    <p>
        &nbsp;</p>
</body>
</html>

今天改了一下upload界面的颜色,布局,因为传来了新的主页面,也重新把upload界面连接到了高工组做的主页面上。

变成了这个样子

posted @ 2012-11-10 00:08  DOOM_buaascse  阅读(160)  评论(2编辑  收藏  举报