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

数据库编程

开发平台:

Visual C++

  1. <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage5.master.cs" Inherits="MasterPage5" %>
  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="../administration/index.aspx" target="_self">首页</a>
  42.       <a href="../administration/upload.aspx" target="_self">上传文档</a>
  43.   <a href="http://smail.ecnu.edu.cn/" target="_blank">邮箱</a>
  44.   <a href="../login.aspx" target="_parent">注销</a>
  45.    </span>
  46.  </div>
  47.   </div>
  48.   </div>
  49.       <div>
  50.           <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
  51.           </asp:contentplaceholder>
  52.       </div>
  53.     <div>
  54.         <div style="float:left;background:url(../image/nav_bg.gif) repeat-x; width:425px; height:31px;" id="DIV2">
  55.      <div style="margin-top:10px;margin-left:10px; width:400px;" id="DIV1">   
  56.    <span class="STYLE3">
  57.       <a href="http://www.ecnu.edu.cn/" target="_blank">学校主页</a>
  58.   | <a href="http://news.ecnu.edu.cn/" target="_blank">新闻中心</a> 
  59.   | <a href="http://www.ecnu.edu.cn/new_gonggao/more.asp" target="_blank">公告栏</a> 
  60.   | <a href="http://www.yjsy.ecnu.edu.cn/main/index.htm" target="_blank">研究生院</a> 
  61.   | <a href="http://bbs.yjsy.ecnu.edu.cn/" target="_blank">研究生BBS</a> 
  62.   | <a href="http://bbs.ecnu.edu.cn/" target="_blank">丽娃河BBS</a>    
  63.    </span>  
  64.   </div>
  65.    </div>
  66.    <div style="float:left;">
  67.      <img src="../image/2.gif" longdesc="../image/2.gif" />   
  68.    </div>
  69.    <div style="float:right;width:248px;height:31px;background:url(../image/line2.GIF) repeat;"></div>
  70.     </div>
  71.     </div>
  72.     </form>
  73. </body>
  74. </html>