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

数据库编程

开发平台:

Visual C++

  1. <%@ Page Language="C#" MasterPageFile = "../MasterPage5.master" AutoEventWireup="true" CodeFile="stu_details.aspx.cs" Inherits="administration_details"  Title="学生详细信息"%>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
  3. <div style="margin-top:10px;height:380px;">
  4.   <div style="width:300px; float:left; margin-left:40px;"> 
  5.     <div style="float:left;">
  6.       <img src="../image/biaoti_xiushi.gif" width="21" height="21" longdesc="../image/biaoti_xiushi.gif" />   
  7.     </div>
  8.     <div style="float:left;">
  9.       <span class="STYLE4">学生详细信息</span>    
  10.     </div>
  11.     <div style="background-image:url(../image/division.JPG);background-repeat:repeat-x; height:2px; width:300px;">
  12.     </div> 
  13.     <div>
  14.         <img src="../image/run.png" width="128" height="128" longdesc="../image/run.png" /><br />
  15.          <span class="STYLE8"><strong>姓名:</strong>
  16.              <asp:Label ID="Label11" runat="server" Text="不知道"></asp:Label></span><br />
  17.  <span class="STYLE8"><strong>年级: &nbsp;</strong>
  18.         <asp:Label ID="Label12" runat="server" Text="不知道"></asp:Label></span><br />
  19.  <span class="STYLE8"><strong>性别:</strong> 
  20.              <asp:Label ID="Label13" runat="server" Text="不知道"></asp:Label></span><br />
  21.      <span class="STYLE8"><strong>邮箱:</strong> 
  22.              <asp:Label ID="Label14" runat="server" Text="不知道"></asp:Label></span><br />
  23.  <span class="STYLE8"><strong>历年成绩:</strong> 查看成绩 </span>     
  24.  <br />
  25.  <span class="STYLE8"><strong>等级积点:</strong>
  26.              <asp:Label ID="Label15" runat="server" Text="不知道"></asp:Label>/4 </span>     
  27.  <br />
  28.  <span class="STYLE8"><strong>自我推荐:</strong> 我是一个认真细心的女孩,擅长Java, 喜欢挑战自我。曾获奖励。。。社会实践。。。</span> 
  29.     </div>   
  30.   </div>  
  31.     <div style="float:left; margin-left:40px;"> 
  32.       <div style="width:180px; height:180px;">
  33.     <img src="../image/shangcaigk.gif" longdesc="../image/shangcaigk.gif" />
  34. <li class="STYLE6"><a href="../document/科研实践能力考核表.doc">科研实践能力考核表</a>&nbsp; &nbsp;&nbsp;<asp:Label ID="Label6" runat="server" Text="未提交"></asp:Label></li><li class="STYLE6"><a href="../document/企业导师表.doc">企业导师表</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
  35. <asp:Label ID="Label7" runat="server" Text="未提交"></asp:Label>
  36. </li><li class="STYLE6"><a href="../document/选报导师表.doc">选报导师表</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<asp:Label ID="Label8" runat="server" Text="未提交"></asp:Label></li><li class="STYLE6"><a href="../document/开题报告.doc">开题报告</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<asp:Label ID="Label9" runat="server" Text="未提交"></asp:Label></li><li class="STYLE6"><a href="../document/关于Java的生存现状之分析.docx">我的论文</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<asp:Label ID="Label10" runat="server" Text="未提交"></asp:Label></li></div>
  37.    <div style="width:180px; height:150px;">
  38.      <img src="../image/gonggongfw.gif" longdesc="../image/gonggongfw.gif" id="IMG1" /><br />
  39.            &nbsp;学生学号:<asp:Label ID="Label1" runat="server" Text=""></asp:Label><br />
  40.            论文题目:<asp:Label ID="Label5" runat="server" Text=""></asp:Label><br />
  41.            答辩评委:<asp:Label ID="Label2" runat="server" Text=""></asp:Label><br />
  42.            答辩时间:<asp:Label ID="Label3" runat="server" Text=""></asp:Label><br />
  43.            答辩地点:<asp:Label ID="Label4" runat="server" Text=""></asp:Label><br />
  44.            指导老师:<asp:Label ID="Label16" runat="server" Text=""></asp:Label><br />
  45.        </div>  
  46.   </div>  
  47. </div>  
  48. </asp:Content>