📄 header.asp
字号:
<html>
<head>
<title>综合教务系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="pragma" content="no-cache">
<link rel="stylesheet" href="../Style.css" type="text/css">
<!-- 菜单 -->
<script src="../js/alai_menu.js"></script>
<script src="../js/alai_menu_xp.js"></script>
<style type="text/css">
<!--
body,td,th {
color: #000000;
}
body {
background-color: #FFFFFF;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
}
-->
</style>
</head>
<BODY>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width=40><img src="../img/top/logo.jpg"></td>
<td background="../img/top/bg_top.gif"> </td>
<td background="../img/top/bg_top.gif" align="right"> <img src="../img/top/logo_right.jpg" width="300" height="65"></td>
</tr>
</table>
<tr><td bgColor=#80A0FF></td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="height:20px; width:30%; background-color:#2661ba; color:#FFFFFF;">你好!<% if session("username")="" then response.Write("请登录") else response.Write(session("username")) end if%></td>
<td style="height:20px; width:70%; background-color:#2661ba;" align="right"><script language="JavaScript" src="menu/nowdate.js" type="text/JavaScript"></script>
</td>
</tr>
</table>
<table width="100%" border="0" style="background-color:#FFFFFF; height:27px; background-color:menu">
<tr>
<td></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td bgColor=#2661ba height="3"></td></tr></table>
<script language="JavaScript" type="text/JavaScript">
//根据不同的分辨率设置不同的满屏高度。
if (screen.width == "1024"){
document.write("<div style=\"height: 448px;\">");
} else {
document.write("<div style=\"height: 280px;\">");
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -