admintoolbar.asp
来自「网络考试系统最终备份」· ASP 代码 · 共 71 行
ASP
71 行
<html>
<head>
<base target="main">
<link rel="stylesheet" type="text/css" href="css.css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v6.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
obj.visibility=v; }
}
//-->
</script>
</head>
<body bgcolor="#336699" text="#000000" style="border-left-style: solid; border-left-width: 0; border-right-style: solid; border-right-width: 0; border-top-style: solid; border-top-width: 0; border-bottom: 1px solid #FFFFFF" onFocus="MM_showHideLayers('Layer1','','show')">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="100%" bgcolor="#336699">
<tr>
<td width="238">
<img border="0" src="images/EXAMbanner.jpg" width="282" height="60"></td>
<td valign="bottom" width="60">
<p align="center"><a class="toolbar" href="relogin.asp">登录/注销</a></td>
<td valign="bottom" width="2">
<p align="center">
<img height="14" width="2" border="0" src="images/separator.gif"></td>
<td valign="bottom" width="60">
<p align="center"><a class="toolbar" href="adminsubject.asp">科目管理</a></td>
<td valign="bottom" width="2">
<p align="center">
<img height="14" width="2" border="0" src="images/separator.gif"></td>
<td valign="bottom" width="60">
<p align="center"><a class="toolbar" href="manageDep.asp">部门管理</a></td>
<td valign="bottom" width="2">
<p align="center">
<img height="14" width="2" border="0" src="images/separator.gif"></td>
<td valign="bottom" width="60">
<p align="center"><a class="toolbar" href="manageruser.asp">人员管理</a></td>
<td valign="bottom" width="2">
<td valign="bottom" width="60">
<p align="center"><a class="toolbar" href="managerrole.asp">角色管理</a></td>
<td valign="bottom" width="2">
<p align="center">
<img height="14" width="2" border="0" src="images/separator.gif"></td>
<td valign="bottom" width="2">
<p align="center">
<img height="14" width="2" border="0" src="images/separator.gif"></td>
<td valign="bottom" width="60">
<p align="center"><a class="toolbar" href="postnews.asp">信息发布</a></td>
<td valign="bottom" width="2">
<p align="center">
<img height="14" width="2" border="0" src="images/separator.gif"></td>
<td valign="bottom" width="60">
<p align="center"><a class="toolbar" href="news.asp">考试新闻</a></td>
<td valign="bottom" width="2">
<p align="center">
<img height="14" width="2" border="0" src="images/separator.gif"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?