📄 9.asp
字号:
<%
Response.ExpiresAbsolute=now()-1
Response.CacheControl="no-cache"
%>
<!--#include file="../../Connections/oavbsconn.asp" -->
<!--#include file="../../Connections/ifr/ifrasp.asp" -->
<%session.Timeout=240%>
<%
' *** Restrict Access To Page: Grant or deny access to this page
MM_authorizedUsers="10"
MM_authFailedURL="../../index.asp"
MM_grantAccess=false
If Session("userssdfgfhtrh") <> "" Then
If (false Or CStr(Session("MM_UserAuthorization"))="") Or _
(InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then
MM_grantAccess = true
End If
End If
If Not MM_grantAccess Then
MM_qsChar = "?"
If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&"
MM_referrer = Request.ServerVariables("URL")
if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString()
MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer)
Response.Redirect(MM_authFailedURL)
End If
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无纸化办公系统</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="../../css/link.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style4 {color: #000000}
.style6 {font-size: 12; }
.style7 {
font-size: 12px;
color: #999999;
font-weight: bold;
}
.style33 {font-size: 12px; color: #FFFFFF; }
.style34 {font-size: 20%}
.style35 {color: #999999;
font-size: 12px;
}
-->
</style>
</head>
<body>
<div align="left">
<table width="1024" height="95" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../../flash/img/banner.jpg" width="1022" height="92"></td>
</tr>
</table>
<table width="1024" height="30" border="0" cellpadding="0" cellspacing="0" background="../../images/admin_top_bg.gif">
<tr>
<td width="21%" height="30"><div align="right" class="style6"><img src="../../images/admin_top_icon_6.gif" width="30" height="30"></div></td>
<td width="6%"><div align="right" class="style6">
<div align="left"><a href="7.asp" target="mainFrame">办公桌面</a></div>
</div></td>
<td width="3%"><img src="../../img/gif/f.gif" width="30" height="30"></td>
<td width="6%"><div align="left"><a href="../../f/asp/filesupadmin/index.asp" target="mainFrame">传送文件</a></div></td>
<td width="3%"><div align="left"><img src="../../images/admin_top_icon_5.gif" width="30" height="30"></div></td>
<td width="6%"><a href="../../toall/bbs/list.asp" target="mainFrame"> 内部论坛</a></td>
<td width="3%"><img src="../../img/gif/d.gif" width="30" height="30"></td>
<td width="6%"><div align="right" class="style6">
<div align="left"><a href="../../toall/jfoanet/shaertoall457tyhadfvSDFtoallll.asp" target="mainFrame">共享下载</a></div>
</div></td>
<td width="3%"><img src="../../images/admin_top_icon_1.gif" width="30" height="30"></td>
<td width="6%"><span class="style33"><span class="style34"><a href="../../toall/kq/kaoqinfdghmjnfhnetyhg.asp" target="mainFrame"> 在线考勤</a></span></span></td>
<td width="3%"><img src="../../img/gif/pd.gif" width="30" height="30"></td>
<td width="6%"><div align="right" class="style6">
<div align="left"><a href="../../toall/adpwdssfghgnfn%20htujvgmtru/uppdwerdfghnru.asp" target="mainFrame">密码修改</a></div>
</div></td>
<td width="3%"><div align="right" class="style6"><img src="../../images/admin_top_icon_2.gif" width="30" height="30"></div></td>
<td width="25%"><div align="right" class="style6">
<div align="left"><a href="../../loginout.asp" target="_top" class="style4">安全退出</a></div>
</div></td>
</tr>
</table>
</div>
<p align="left"> </p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -