📄 studentmasterpage.master
字号:
<%@ Master Language="VB" CodeFile="studentMasterPage.master.vb" Inherits="student_studentMasterPage" %>
<!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>
<table border="0" cellpadding="0" cellspacing="0" style="left: 0px; width: 103%;
position: relative; top: 0px; height: 100%">
<tr>
<td colspan="1" style="padding-right: 0px; padding-left: 0px; margin-left: 20px;
width: 67px; margin-right: 20px;" rowspan="3">
</td>
<td colspan="2" style="padding-right: 0px; padding-left: 0px; margin-left: 20px;
margin-right: 20px; height: 200px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; position: relative;
height: 100%">
<tr>
<td style="height: 19px">
</td>
</tr>
<tr>
<td style="margin-left: 20px; border-top-style: none; margin-right: 20px; border-right-style: none;
border-left-style: none; height: 200px; border-bottom-style: none">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; position: relative;
height: 100%">
<tr>
<td>
</td>
<td style="width: 657px">
<asp:Image ID="Image1" runat="server" Height="199px" ImageUrl="~/student/stu.jpg"
Style="left: 0px; position: relative; top: 0px" Width="921px" /></td>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="mainmenu" style="color : #0037C4;background-color : #858585;">
<div style="padding:5px;text-align:left">
<a class="menulink" href="Default.aspx">首页</a> | <a class="menulink" href="changepassword.aspx">修改个人信息</a> | <a class="menulink" href="ChooseSubject.aspx">选择课题</a> | <a class="menulink" href="WriteWeekLog.aspx">填写周志</a> | <a class="menulink" href="SubmitDocument.aspx">提交论文</a> | <a class="menulink" href="../Default.aspx">退出</a> </div>
</div>
</td>
</tr>
<tr>
<td style="height: 227px">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</td>
</tr>
<tr>
<td colspan="2" style="height: 81px">
<div class="mainmenu" style="color : #0037C4;background-color : #858585;">
<div style="padding:5px;text-align:center">
<a class="menulink" href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(homepage);">设为首页</a> | <a class="menulink" href=" ">联系我们</a> | <a class="menulink" href=" ">网站导航</a> | <a class="menulink" href=" " dir="rtl">加入收藏</a> | <a class="menulink" 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>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -