📄 top_right.asp
字号:
<%@ Language=VBScript %>
<!--#include file= "../dbase.asp"-->
<!--#include file= "../function.asp"-->
<html>
<head>
<title>工具向导</title>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../MSTYLE.CSS" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.normal {background-color:#e1e3ec; cursor: default; border-top: 1px #e1e3ec solid; border-left: 1px #e1e3ec solid; border-right: 1px #e1e3ec solid; border-bottom: 1px #e1e3ec solid }
.over {background-color:#e1e3ec; cursor: default; border-top: 1px #ffffff solid; border-left: 1px #ffffff solid; border-right: 1px #999999 solid; border-bottom: 1px #999999 solid }
.down {background-color:#e1e3ec; cursor: default; border-top: 1px #999999 solid; border-left: 1px #999999 solid; border-right: 1px #ffffff solid; border-bottom: 1px #ffffff solid }
//-->
</style>
<base target="contents">
</head>
<body BGCOLOR="#e1e3ec" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" scroll="no" marginwidth="0" marginheight="0" onselectstart="return false" >
<table border="0" cellpadding="0" cellspacing="2" width="100%" id="AutoNumber1" height="40" BGCOLOR="#e1e3ec">
<tr>
<td height="0" BGCOLOR="#e1e3ec">
<fieldset style="WIDTH: 100%; HEIGHT: 40px">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" ID="Table1" BGCOLOR="#e1e3ec" style="HEIGHT: 40px">
<TR>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onClick="history.go(-1);">
<IMG SRC="images/head1_01.gif" ALT="返回"></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onClick="history.go(1);">
<IMG SRC="images/head1_03.gif" ALT="前进"></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onclick="top.close();">
<IMG SRC="images/head1_05.gif" ALT="注销"></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onclick="parent.main.location.reload();">
<IMG SRC="images/head1_06.gif" ALT="刷新"></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onclick="parent.main.location.href='main.asp';">
<IMG SRC="images/head1_07.gif" ALT="主页"></TD>
<TD>
<IMG SRC="images/head1_08.gif" WIDTH="8" HEIGHT="38" ALT=""></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'">
<IMG SRC="images/head1_09.gif" ALT="搜索在线用户"></TD>
<TD>
<IMG SRC="images/head1_13.gif" WIDTH="8" HEIGHT="38" ALT=""></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'">
<IMG SRC="images/head1_14.gif" ALT="电子邮件"></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'">
<IMG SRC="images/head1_15.gif" WIDTH="10" HEIGHT="38" ALT=""></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onclick="parent.main.location.window.print();">
<IMG SRC="images/head1_16.gif" ALT="打印窗口" class="normal"></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'">
<IMG SRC="images/head1_17.gif" ALT="工作日志"></TD>
<TD class="normal" language="javascript" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onclick="parent.main.location.href='../user/user_modifyPWD_self.asp'">
<IMG SRC="images/head1_12.gif" WIDTH="40" HEIGHT="38" ALT="更改密码"></TD>
<TD width="20"> </TD>
<%
FirstMenu=menuArray("",2)
URight=userRight("t_OAMenu",Session("UID"))
if not isnull(FirstMenu) and not isnull(Uright) then
for i= 0 to ubound(FirstMenu,2)
if InStr(","&URight(0,0)&"," , ","&FirstMenu(0,i)&",")<>0 or FirstMenu(6,i)="p" then
%>
<TD align="center" class="normal" language="javascript" onmousedown="this.className='down'" onmouseover="this.className='over'" onmouseout="this.className='normal'" onclick="parent.contents.location.href='menu.asp?menu=<%=FirstMenu(1,i)%>';"><img src="<%=FirstMenu(4,i)%>" alt="<%=FirstMenu(2,i)%>"></TD>
<%
end if
next
end if
%>
</TR>
</TABLE>
</fieldset>
</td>
<td rowspan="2" HEIGHT="100%">
<fieldset style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; WIDTH: 100%; PADDING-TOP: 1px; HEIGHT: 40px"><IMG alt="" src="../../chinese/banner/logo.gif" style="height: 38px;"></fieldset>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -