📄 adminmasterpage.master
字号:
<%@ Master Language="VB" CodeFile="adminMasterPage.master.vb" Inherits="administrator_adminMasterPage" %>
<!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">
<title>欢迎使用北京信息科技大学毕业设计管理系统!</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<div>
<table border="0" cellpadding="0" cellspacing="0" style="left: 0px; width: 103%;
position: relative; top: 0px; height: 100%">
<tr>
<td colspan="1" rowspan="3" style="padding-right: 0px; padding-left: 0px; margin-left: 20px;
width: 1000px; margin-right: 20px">
</td>
<td colspan="2" style="padding-right: 0px; padding-left: 0px; margin-left: 20px;
margin-right: 20px; height: 214px; width: 818px;">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; position: relative;
height: 100%">
<tr>
<td style="height: 19px; width: 744px;">
</td>
</tr>
<tr>
<td style="margin-left: 20px; border-top-style: none; margin-right: 20px; border-right-style: none;
border-left-style: none; height: 201px; border-bottom-style: none; width: 744px;">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; position: relative;
height: 100%">
<tr>
<td colspan="2" style="height: 200px">
<asp:Image ID="Image1" runat="server" Height="147px" ImageUrl="~/administrator/admin.jpg"
Style="left: 3px; position: relative; top: 0px" Width="836px" /></td>
<td style="height: 200px">
</td>
</tr>
</table>
</td>
<td style="margin-left: 20px; border-top-style: none; margin-right: 20px; border-right-style: none;
border-left-style: none; height: 201px; border-bottom-style: none; width: 1px;">
</td>
</tr>
</table>
<div class="mainmenu" style="background-color : #C40006;color : #003404; font-size: medium;">
<div style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px;
text-align: left; font-size: medium;">
<a class="menulink" style="color : #FDFDFD" href="ReleaseNotice.aspx">发布通知</a>
|<a class="menulink"style="color : #FDFDFD" href="AddUser.aspx">添加用户</a> | <a class="menulink"style="color : #FDFDFD" href="MaintainSubject.aspx">更新毕设题目信息</a> |
<a class="menulink" style="color : #FDFDFD" href="PartofStudent.aspx">分配指导教师与学生</a> | <a class="menulink" style="color : #FDFDFD" href="DistributAnswerTeam.aspx">学生答辩分组</a>
| <br/> <a class="menulink" style="color : #FDFDFD" href="MaintainClass.aspx">
维护班级信息</a> | <a class="menulink" style="color : #FDFDFD" href="MaintainAnswerTeam.aspx"> 维护答辩小组</a>
| <a class="menulink" style="color : #FDFDFD" href="MaintainDepartment.aspx"> 维护部门信息 </a>
|<a class="menulink" style="color : #FDFDFD" href="SecondAnswer.aspx"> 记录二次复审</a>
|<a class="menulink" style="color : #FDFDFD" href="ChangePassword.aspx">修改密码</a><span
style="color: #fdfdfd; text-decoration: underline"></span> |<a class="menulink" style="color : #FDFDFD" href="../Default.aspx">退出</a>
|
</div>
</td>
<td colspan="1" style="padding-right: 0px; padding-left: 0px; margin-left: 20px;
margin-right: 20px; height: 214px">
</td>
</tr>
<tr>
<td style="height: 240px; width: 818px;" valign="top" colspan="2">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
<tr>
<td colspan="2" style="height: 81px; width: 818px;">
<div class="mainmenu" style="background-color : #C40006;color : #003404;">
<div style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px;
text-align: center; font-size: medium;">
<a class="menulink"style="color : #FDFDFD" href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(homepage);">设为首页</a> | <a class="menulink"
style="color : #FDFDFD" href=" ">联系我们</a> | <a class="menulink" style="color : #FDFDFD" href=" ">网站导航</a> | <a class="menulink" dir="rtl"
style="color : #FDFDFD" href=" ">加入收藏</a> | <a class="menulink" style="color : #FDFDFD" href=" ">版权声明</a>
</div>
</div>
<div style="color: #0037c4; background-color: transparent; text-align: right">
毕业studio<span title="4934; rhino">©</span> 2006-2016 All Rights Reserved.
</div>
</td>
<td colspan="1" style="width: 818px; height: 81px">
</td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -