📄 admin_menu.asp
字号:
<!--#include file="Inc/Inc.asp"-->
<%
If ClsAdmin.CheckManager(1,0)="" Then Response.End
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<title><%=CN_SysVersion%>--管理页面</title>
<style type=text/css>
body { background:#799AE1; margin:0px; font:normal 12px 宋体;
SCROLLBAR-FACE-COLOR: #799AE1; SCROLLBAR-HIGHLIGHT-COLOR: #799AE1;
SCROLLBAR-SHADOW-COLOR: #799AE1; SCROLLBAR-DARKSHADOW-COLOR: #799AE1;
SCROLLBAR-3DLIGHT-COLOR: #799AE1; SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-TRACK-COLOR: #AABFEC;
}
table { border:0px; }
td { font:normal 12px 宋体; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover { color:#428EFF;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
</style>
<SCRIPT language=javascript1.2>
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
imgmenu = eval("menuTitle" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
imgmenu.background="images/admin_left_up.gif";
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
imgmenu.background="images/admin_left_down.gif";
}
}
function loadingmenu(id){
var loadmenu =eval("menu" + id);
if (loadmenu.innerText=="Loading..."){
document.frames["hiddenframe"].location.replace("LeftTree.asp?menu=menu&id="+id+"");
}
}
</SCRIPT>
<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<table width=100% cellpadding=0 cellspacing=0 border=0 align=left>
<tr><td valign=top>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=42 valign=bottom>
<img src="images/title.gif" width=158 height=38>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=images/admin_left_2.gif >
<span><a href="Index.asp" target=_top><b>管理首页</b></a> | <a href='Admin_Login.Asp?Action=Logout' target=_top><b>退出</b></a></span>
</td>
</tr>
<tr>
<td height=25 class=sec_menu><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td>管理员:<%=Session(CahceName&"_Admin")%></td>
</tr>
</table></td>
</tr>
</table>
<br>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_up.gif" id="menuTitle100" onClick="showsubmenu(100)"> <span>快速通道</span>
</td>
</tr>
<tr>
<td style="display" id='submenu100'><div class=sec_menu style="width:158"><table cellpadding=0 cellspacing=0 align=center width=150><TBODY>
<tr><td height=5></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href="Admin_ManageDbFiles.asp" target=main>上传文件管理器</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href="Admin_ManageFiles.asp" target=main>系统文件管理器</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href=Admin_SysConfig.asp target=main>系统基本设置</a> </td>
</tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href=Admin_ReloadCache.asp target=main>更新系统缓存</a> </td>
</tr>
<TBODY></table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_down.gif" id=menuTitle4 onclick="showsubmenu(4)"> <span>
系统设置</span> </td>
</tr>
<tr>
<td style="display:none" id='submenu4'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=150>
<TBODY>
<tr>
<td height=5></td>
</tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href=Admin_SysConfig.asp target=main>系统基本设置</a> </td>
</tr><tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href=Admin_SysRestore.asp target=main>系统配置还原</a></td>
</tr>
<TBODY>
</table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_down.gif" id=menuTitle10 onclick="showsubmenu(10)">
<span>用户管理</span> </td>
</tr>
<tr>
<td style="display:none" id='submenu10'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=150><TBODY>
<tr><td height=5></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href='Admin_Manager.asp?Action=ManagerList' target=main>管理员管理</a> <a href='Admin_Manager.asp?Action=AddManager' target=main>[添加]</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href=Admin_SysSafe.asp?language=CN target=main>屏蔽IP</a> <a href=Admin_SysSafe.asp?Action=ManageIp&language=CN target=main>管理屏蔽IP</a></td>
</tr>
<TBODY>
</table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_down.gif" id=menuTitle14 onclick="showsubmenu(14)">
<span>文件管理</span>
</td>
</tr>
<tr>
<td style="display:none" id='submenu14'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=150><TBODY>
<tr><td height=5></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href="Admin_ManageDbFiles.asp" target=main>上传文件管理器</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href="Admin_ManageFiles.asp" target=main>系统文件管理器</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href="Admin_ClearFiles.asp" target=main>上传文件清理器</a></td></tr>
<TBODY></table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_down.gif" id=menuTitle12 onclick="showsubmenu(12)">
<span>广告管理</span>
</td>
</tr>
<tr>
<td style="display:none" id='submenu12'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=150><TBODY>
<tr><td height=5></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href="Admin_ManageLinks.asp?Action=AddLink" target=main>添加广告</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href="Admin_ManageLinks.asp?Action=Main" target=main>广告管理</a></td></tr>
<TBODY></table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_down.gif" id=menuTitle15 onclick="showsubmenu(15)">
<span>数据库管理</span>
</td>
</tr>
<tr>
<td style="display:none" id='submenu15'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=150><TBODY>
<tr><td height=5></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href='Admin_DataManage.asp?Action=AddBackUp' target=main>数据备份</a> <a href='Admin_DataManage.asp?Action=BackUpList' target=main>数据还原</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border="0" width="15" height="20"><a href='Admin_DataManage.asp?Action=ShowWebSpace' target=main>查看系统空间占用</a> </td></tr>
<TBODY></table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_9.gif" id=menuTitle1>
<span>版本信息</span>
</td>
</tr>
<tr>
<td>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20><div align="center"><%=CN_VersionName%>
</div></td></tr>
</table>
</div>
</td>
</tr>
</table>
<br>
<%CloseAll%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -