arrangement.aspx
资源名称:MEIMS.rar [点击查看]
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:2k
源码类别:
数据库编程
开发平台:
Visual C++
- <%@ Page Language="C#" MasterPageFile = "../MasterPage4.master" AutoEventWireup="true" CodeFile="arrangement.aspx.cs" Inherits="teacher_arrangement" Title="答辩安排"%>
- <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
- <div style="margin-top:10px;height:380px; margin-left:150px; width:380px;">
- <div style="float:left;">
- <img src="../image/biaoti_xiushi.gif" width="21" height="21" longdesc="../image/biaoti_xiushi.gif" />
- </div>
- <div style="float:left;">
- <span class="STYLE4">答辩安排</span>
- </div>
- <div style="background-image:url(../image/division.JPG);background-repeat:repeat-x; height:2px; width:380px;">
- </div>
- <div>
- <span class="STYLE8"><strong>答辩论文:</strong><asp:Label ID="Label1"
- runat="server" Font-Size="11pt" Text="不知道"></asp:Label> </span>
- <br />
- <span class="STYLE8"><strong>论文作者:</strong> <asp:Label ID="Label2"
- runat="server" Font-Size="11pt" Text="不知道"></asp:Label></span>
- <br />
- <span class="STYLE8"><strong>指导老师:</strong> <asp:Label ID="Label3"
- runat="server" Font-Size="11pt" Text="不知道"></asp:Label></span>
- <br />
- <span class="STYLE8"><strong>答辩日期:</strong> <asp:Label ID="Label4"
- runat="server" Font-Size="11pt" Text="未定"></asp:Label></span>
- <br />
- <span class="STYLE8"><strong>答辩时间:</strong> <asp:Label ID="Label5"
- runat="server" Font-Size="11pt" Text="未定"></asp:Label></span>
- <br />
- <span class="STYLE8"><strong>答辩地点:</strong> <asp:Label ID="Label6"
- runat="server" Font-Size="11pt" Text="未定"></asp:Label></span>
- <br />
- <span class="STYLE8"><strong>答辩评委:</strong> <asp:Label ID="Label7"
- runat="server" Font-Size="11pt" Text="未定"></asp:Label></span>
- </div>
- </div>
- </asp:Content>