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

数据库编程

开发平台:

Visual C++

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