📄 student_topmenu.aspx
字号:
<meta name="keyword" content="This system is designed by Chongqing Softteam Science & Technology Development Co., Ltd., it is illegal to use without permission. ">
<HTML><HEAD>
<META content=text/html;charset=GBK http-equiv=Content-Type><LINK
href="inc/main.css" rel=stylesheet type=text/css>
<SCRIPT language=JavaScript src="inc/show_hide.js"></SCRIPT>
<SCRIPT language=JScript>
function CommonLoad()
{
if ("function" == typeof(process_button))
{
with( document )
{
ondblclick = onmousedown = onmouseup = onmouseover = onmouseout = onkeyup = onclick = onselectstart = process_button;
}
}
}
</SCRIPT>
<SCRIPT language=javascript>
function Window_Load()
{
if ("function" == typeof(CommonLoad)) CommonLoad();
//初始化时,显示标题
parent.topmain.rows="60,24,*";
document.all.tags( "FONT" )[0].innerHTML = "隐藏标题";
document.all.tags( "IMG" )[0].src = "images/hide_top.gif";
document.action = "HIDE_Top";
//初始话时,显示菜单
top.bottommain.cols = "180,*";
document.all.tags( "FONT" )[0].innerHTML = "隐藏菜单";
document.all.tags( "IMG" )[0].src = "images/hide_menu.gif";
document.action = "HIDE";
nScreenWidth = window.screen.width;
//if ( 800 >= nScreenWidth || !(false) )
}
window.onload = Window_Load;
function fnCustomAction( oEl ) //判断按钮所要执行的操作
{
if( "HIDE" == oEl.action ) //隐藏菜单
{
top.bottommain.cols = "0,*";
oEl.all.tags( "FONT" )[0].innerHTML = "显示菜单";
oEl.all.tags( "IMG" )[0].src = "images/show_menu.gif";
oEl.action = "SHOW";
return true;
}
else if( "SHOW" == oEl.action ) //显示菜单
{
top.bottommain.cols = "180,*";
oEl.all.tags( "FONT" )[0].innerHTML = "隐藏菜单";
oEl.all.tags( "IMG" )[0].src = "images/hide_menu.gif";
oEl.action = "HIDE";
return true;
}
else if( "HIDE_Top" == oEl.action ) //隐藏标题
{
parent.topmain.rows="0,24,*";
oEl.all.tags( "FONT" )[0].innerHTML = "显示标题";
oEl.all.tags( "IMG" )[0].src = "images/show_top.gif";
oEl.action = "SHOW_Top";
return true;
}
else if( "SHOW_Top" == oEl.action ) //显示标题
{
parent.topmain.rows="60,24,*";
oEl.all.tags( "FONT" )[0].innerHTML = "隐藏标题";
oEl.all.tags( "IMG" )[0].src = "images/hide_top.gif";
oEl.action = "HIDE_Top";
return true;
}
else if ( "PERSONAL" == oEl.action ) // 个性化桌面
{
top.frames["mainFrame"].location.href = "loginout.aspx"
}
else if ( "BACK" ==oEl.action ) //返回按钮
{
top.frames["mainFrame"].location.href = "../"
}
else if ( "CLASSCHARGE" == oEl.action ) // 班主任首页
{
top.frames["mainFrame"].location.href = "bzr.jsp"
}
else if ( "MAINTEACHER" == oEl.action ) // 教师首页
{
top.frames["mainFrame"].location.href = "teacher.jsp"
}
else
return true;
}
</SCRIPT>
<META content="MSHTML 5.00.3502.4373" name=GENERATOR></HEAD>
<BODY>
<DIV id=mailreader style="DISPLAY: none"></DIV>
<DIV id=msgreader style="DISPLAY: none"></DIV>
<TABLE background=images/topmenu.gif border=0 cellPadding=2 cellSpacing=0
class=back_color_1 height=24 width="100%">
<TBODY>
<TR>
<TD align=left vAlign=center colspan="" id="dsfdf" rowspan="" style="width: 954px; height: 24px">
<TABLE border=0 cellPadding=7 cellSpacing=0 style="left: 0px; position: absolute; top: 0px">
<TBODY>
<TR>
<TD align=middle class="clsBtnOff" id=menu_op noWrap title=显示/隐藏左边的菜单 action="SHOW" style="width: 100px; height: 24px"><NOBR> <IMG align=absMiddle
alt=显示/隐藏左边的菜单 border=0 height=16 src="images/show_menu.gif"
width=16> <FONT class=p1>显示菜单</FONT></NOBR> </TD>
<TD align=middle class="clsBtnOff" id=title_op noWrap title=显示/隐藏上边的标题 action="SHOW_Top" style="width: 100px; height: 24px"><NOBR> <IMG height=16
alt="显示/隐藏上边的标题" src="images/show_top.gif" width=16 align=absMiddle
border=0 /> <FONT class="p1">显示标题</FONT></NOBR> </TD>
<td width=100 id=personal_op class="clsBtnOff" noWrap title="个性化桌面" action="PERSONAL" align=center style="height: 24px">
<nobr> <img align=absMiddle alt="个性化桌面" border=0 height=16 src="images/desktop.gif" width=16> <font class=p1>安全退出</font></nobr>
</td>
<td width="80%" align=center valign="middle" noWrap class=clsBtnOff style="height: 24px">
</td>
<TD align=middle class="clsBtnOff" noWrap title=返回 width=50 action="BACK" style="height: 24px"><NOBR>
</NOBR></TD>
<TD align=middle class="clsBtnOff" noWrap title=返回 width=50
action="BACK" style="height: 24px"><nobr><IMG height=16
alt="返回" src="images/go_back.gif" width=16 align=absMiddle border=0
/> <FONT class="p1">返回首页</FONT></nobr> </TD>
<TD align=middle class="clsBtnOff" noWrap title=帮助
action="HELP" style="height: 24px; width: 81px;"><NOBR> <IMG height=16 alt="帮助"
src="images/get_help.gif" width=16 align=absMiddle border=0
/> <FONT class="p1">帮助</FONT></NOBR> </TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -