⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_top.asp

📁 秘密网源代码 传闻拉了 100W风投
💻 ASP
字号:
<!-- #include file="conn.asp" -->
<!-- #include file="CheckAdmin.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<%
if RequestCookies("Userpass")="" or RequestCookies("Userpass")<>session("pass") or UserRoleID <> 1 then Response.Write ("<script>top.location.href='login.asp';</script>")
if Request("menu")="out" then
	session.Abandon()
	response.redirect "login.asp"
end if
%>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td class="headBg"><table width="100%" height="80" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="30%"><img src="img/logo.gif"/></td>
          <td width="70%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td class="ueserName"><%=CookieUserName%>,欢迎你</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td class="topA"><a href="admin_main.asp" target="main">管理首页</a>&nbsp;|<a href="javascript:window.showModalDialog('about.asp','ResWin','dialogWidth:388px;dialogHeight:282px;help:no;scroll:no;status:no');">关于</a>&nbsp;|<a href="?menu=out"  target="_top">退出管理</a></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -