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

数据库编程

开发平台:

Visual C++

  1. <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage2.master.cs" Inherits="MasterPage2" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head  runat="server">
  5.     <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  6.     <title>学生首页模版</title>  
  7.     <link rel="stylesheet" type="text/css" href="css/main.css" />
  8. <style type="text/css">
  9. <!--
  10. .STYLE3 {
  11. font-size: 13px;
  12. color: #FFFFFF;
  13. }
  14. .STYLE4 {
  15. font-family: "华文楷体";
  16. font-size: 14px;
  17. font-weight: bold;
  18. color: #336699;
  19. }
  20. .STYLE6 {font-size: 12px}
  21. .STYLE7 {font-size: 13px}
  22. .STYLE8 {
  23. font-family: "华文楷体";
  24. font-size: 16px;
  25. }
  26. -->
  27. </style>
  28. </head>
  29. <body style="font-size:12px;">
  30.     <form id="form1" runat="server">
  31.     <div style="width:720px; margin-left:auto; margin-right:auto;">
  32.       <div id="logo" style="height:50px;text-align:center;">
  33.       <img src="../image/load_r1_c1.jpg" alt="华东师范大学软件学院工程硕士管理系统" width="720" longdesc="../image/load_r1_c1.jpg" />
  34.   </div>
  35.   <div style="margin-top:3px;float:left;width:300px;height:31px;background:url(../image/line.GIF) repeat;">
  36.   </div>
  37.   <div style="margin-left:300px;margin-right:0px;width:415px;">
  38.    <div style="background:url(../image/nav_bg.gif) repeat;">
  39.          <img src="../image/1.gif" width="44" height="31" longdesc="../image/1.gif" />
  40.  <div style="position:absolute; height:25px; margin-top:8px;">
  41.    <span class="STYLE3">
  42.       <a href="../student/index.aspx" target="_self">首页</a>
  43.   <a href="../student/mentorList.aspx" target="_self">导师查询</a>
  44.   <a href="../student/thesisList.aspx" target="_self">论文查询</a>
  45.   <a href="../student/answerList.aspx" target="_self">答辩查询</a> 
  46.   <a href="http://smail.ecnu.edu.cn/" target="_blank">邮箱</a>
  47.   <a href="../login.aspx" target="_parent">注销</a>
  48.    </span>
  49.  </div>
  50.   </div>
  51.  </div>
  52.  <div>
  53.         <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
  54.         </asp:contentplaceholder>
  55.     </div>
  56.     <div>
  57.         <div style="float:left;background:url(../image/nav_bg.gif) repeat-x; width:425px; height:31px;" id="DIV2">
  58.      <div style="margin-top:10px;margin-left:10px; width:400px;" id="DIV1">   
  59.    <span class="STYLE3">
  60.       <a href="http://www.ecnu.edu.cn/" target="_blank">学校主页</a>
  61.   | <a href="http://news.ecnu.edu.cn/" target="_blank">新闻中心</a> 
  62.   | <a href="http://www.ecnu.edu.cn/new_gonggao/more.asp" target="_blank">公告栏</a> 
  63.   | <a href="http://www.yjsy.ecnu.edu.cn/main/index.htm" target="_blank">研究生院</a> 
  64.   | <a href="http://bbs.yjsy.ecnu.edu.cn/" target="_blank">研究生BBS</a> 
  65.   | <a href="http://bbs.ecnu.edu.cn/" target="_blank">丽娃河BBS</a>    
  66.    </span>  
  67.   </div>
  68.    </div>
  69.    <div style="float:left;">
  70.      <img src="../image/2.gif" longdesc="../image/2.gif" />   
  71.    </div>
  72.    <div style="float:right;width:248px;height:31px;background:url(../image/line2.GIF) repeat;"></div>
  73.     </div>
  74.     </div>
  75.     </form>
  76. </body>
  77. </html>