MasterPage2.master
资源名称:MEIMS.rar [点击查看]
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:3k
源码类别:
数据库编程
开发平台:
Visual C++
- <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage2.master.cs" Inherits="MasterPage2" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <title>学生首页模版</title>
- <link rel="stylesheet" type="text/css" href="css/main.css" />
- <style type="text/css">
- <!--
- .STYLE3 {
- font-size: 13px;
- color: #FFFFFF;
- }
- .STYLE4 {
- font-family: "华文楷体";
- font-size: 14px;
- font-weight: bold;
- color: #336699;
- }
- .STYLE6 {font-size: 12px}
- .STYLE7 {font-size: 13px}
- .STYLE8 {
- font-family: "华文楷体";
- font-size: 16px;
- }
- -->
- </style>
- </head>
- <body style="font-size:12px;">
- <form id="form1" runat="server">
- <div style="width:720px; margin-left:auto; margin-right:auto;">
- <div id="logo" style="height:50px;text-align:center;">
- <img src="../image/load_r1_c1.jpg" alt="华东师范大学软件学院工程硕士管理系统" width="720" longdesc="../image/load_r1_c1.jpg" />
- </div>
- <div style="margin-top:3px;float:left;width:300px;height:31px;background:url(../image/line.GIF) repeat;">
- </div>
- <div style="margin-left:300px;margin-right:0px;width:415px;">
- <div style="background:url(../image/nav_bg.gif) repeat;">
- <img src="../image/1.gif" width="44" height="31" longdesc="../image/1.gif" />
- <div style="position:absolute; height:25px; margin-top:8px;">
- <span class="STYLE3">
- <a href="../student/index.aspx" target="_self">首页</a>
- <a href="../student/mentorList.aspx" target="_self">导师查询</a>
- <a href="../student/thesisList.aspx" target="_self">论文查询</a>
- <a href="../student/answerList.aspx" target="_self">答辩查询</a>
- <a href="http://smail.ecnu.edu.cn/" target="_blank">邮箱</a>
- <a href="../login.aspx" target="_parent">注销</a>
- </span>
- </div>
- </div>
- </div>
- <div>
- <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
- </asp:contentplaceholder>
- </div>
- <div>
- <div style="float:left;background:url(../image/nav_bg.gif) repeat-x; width:425px; height:31px;" id="DIV2">
- <div style="margin-top:10px;margin-left:10px; width:400px;" id="DIV1">
- <span class="STYLE3">
- <a href="http://www.ecnu.edu.cn/" target="_blank">学校主页</a>
- | <a href="http://news.ecnu.edu.cn/" target="_blank">新闻中心</a>
- | <a href="http://www.ecnu.edu.cn/new_gonggao/more.asp" target="_blank">公告栏</a>
- | <a href="http://www.yjsy.ecnu.edu.cn/main/index.htm" target="_blank">研究生院</a>
- | <a href="http://bbs.yjsy.ecnu.edu.cn/" target="_blank">研究生BBS</a>
- | <a href="http://bbs.ecnu.edu.cn/" target="_blank">丽娃河BBS</a>
- </span>
- </div>
- </div>
- <div style="float:left;">
- <img src="../image/2.gif" longdesc="../image/2.gif" />
- </div>
- <div style="float:right;width:248px;height:31px;background:url(../image/line2.GIF) repeat;"></div>
- </div>
- </div>
- </form>
- </body>
- </html>