📄 top.jsp
字号:
<%@page contentType="text/html; charset=GB2312" language="java"%>
<%@include file="notLoginTuiChu.jsp" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<STYLE type=text/css>
td {FONT-SIZE: 9pt}
A {COLOR: black; FONT-SIZE: 9pt; TEXT-DECORATION: none}
A:visited {COLOR: black; FONT-SIZE: 9pt; TEXT-DECORATION: none}
A:hover {COLOR: red; FONT-SIZE: 9pt; TEXT-DECORATION: underline}
</STYLE>
<SCRIPT Language="javascript" src="menu/js/gwp.js"></SCRIPT>
<SCRIPT Language="javascript" src="menu/js/extString.js"></SCRIPT>
<META http-equiv="Content-Type" content="text/html; charset=GB2312">
<META name="GENERATOR" content="IBM WebSphere Studio">
<TITLE>top.jsp</TITLE>
<SCRIPT language=JavaScript>
<!--
var timer
function scrollup(speed){
var iHight_C=parseInt(clipmask.style.width)
var iHight_T=parseInt(document.all("tda").cells.length * 30 + 24)
if ((iHight_T+thumbs.style.posLeft)>iHight_C){
thumbs.style.posLeft=thumbs.style.posLeft - speed;
}
}
function scrolldown(speed){
var iHight_C=parseInt(clipmask.style.width)
var iHight_T=parseInt(thumbs.style.width)
if (thumbs.style.posLeft<0){
thumbs.style.posLeft=thumbs.style.posLeft + speed;
}
}
function myUp_onmouseover() {
timer=setInterval("scrolldown(2)",30)
}
function myUp_onmouseout() {
clearTimeout(timer)
}
function myDown_onmouseover() {
timer=setInterval("scrollup(2)",30)
}
function myDown_onmouseout() {
clearTimeout(timer)
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" height="80" background="menu/image/logo-midbgf.gif">
<tr>
<td align="left" valign="top" height="60" width="43%"><img src="menu/image/logo-leftf.gif" width="558" height="80">
</td>
<td align="right" valign="top" height="60" width="57%">
<table width="73%" border="0" cellpadding="0" cellspacing="0">
<tr align="right" valign="middle">
<td colspan="2"><A href="exitToMain.jsp"><img src="menu/image/zhuyef.gif" align="absmiddle" width="29" height="24" border="0">主页</A><img src="menu/image/bangzhuf.gif" align="absmiddle" width="29" height="24">帮助
</td>
</tr>
<tr>
<td width="55%" height="48" align="right" valign="bottom">当前用户<br>
<%=session.getAttribute("teacherName")%></td>
<td width="45%" align="center" valign="bottom" height="48"><a href="javascript:parent.main.location.href='exitToMain.jsp';">安全<br>
退出</a></td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -