📄 admin.asp
字号:
<%@LANGUAGE="VBSCRIPT"%>
<%
' *** Restrict Access To Page: Grant or deny access to this page
MM_authorizedUsers=""
MM_authFailedURL="Admin_login.asp"
MM_grantAccess=false
If Session("MM_Username") <> "" Then
If (true 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>
<title>苏州立达学校预约申请系统--管理页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #797979;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<!-- ImageReady Slices (002.psd) -->
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">
<table id="__01" width="770" height="426" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="770" height="42" background="images/003_01.gif"> <div align="right"><%if Session("MM_Username")="王乐嵘" or Session("MM_Username")="任颖" or Session("MM_Username")="陆令年" or Session("MM_Username")="洪会" or Session("MM_Username")="王小梅" then%>
<a href="Admin_main_lsqx.asp" target="main">临时取消</a>
<%end if%><a href="Admin_pwdmain2.asp" target="pwd">修改密码>>></a> </div></td>
</tr>
<tr>
<td width="770" height="168" background="images/003_02.gif"><iframe src="Admin_pwdmain.asp" frameborder="0" width="770" height="168" scrolling="no" id="pwd" name="pwd">
</iframe></td>
</tr>
<tr>
<td width="770" height="216" valign="top" background="images/003_03.gif"><iframe src="Admin_main.asp" frameborder="0" width="770" height="216" scrolling="auto" id="main" name="main"></iframe></td>
</tr>
</table>
</div></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -