📄 admin_index_left.asp
字号:
<%@language=vbscript codepage=936 %>
<%
option explicit
response.buffer=true
Const PurviewLevel=0
%>
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="Admin_ChkPurview.asp"-->
<html>
<head>
<title>管理导航</title>
<style type=text/css>
body { background:#39867B; margin:0px; font:9pt 宋体; FONT-SIZE: 9pt;text-decoration: none;
SCROLLBAR-FACE-COLOR: #C6EBDE;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #39867B; SCROLLBAR-3DLIGHT-COLOR: #39867B; SCROLLBAR-ARROW-COLOR: #330000; SCROLLBAR-TRACK-COLOR: #E2F3F1; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;}
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:#cc0000;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#C6EBDE; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#39867B; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#cc0000; font-weight:bold; }
</style>
<SCRIPT language=javascript1.2>
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
</SCRIPT>
</head>
<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=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=images/title_bg_quit.gif id=menuTitle0>
<span><a href="Admin_Index_Main.asp" target=main><b>管理首页</b></a> | <a href=Admin_logout.asp target=_top><b>退出</b></a></span>
</td>
</tr>
<tr>
<td style="display:" id='submenu0'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20>用户名:<%=AdminName%></td></tr>
<tr><td height=20>权 限:<%
select case AdminPurview
case 1
response.write "超级管理员"
case 2
response.write "<a href=Admin_ShowPurview.asp target=main>普通管理员</a>"
end select
%></td></tr>
</table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<%if AdminPurview=1 or AdminPurview_Article<=3 then%>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title'; onmouseout=this.className='menu_title'; background="images/Admin_left_1.gif" id=menuTitle1 onClick="showsubmenu(22)" style="cursor:hand;">
<span>企业信息管理</span> </td>
</tr>
<tr>
<td style="display:" id='submenu22'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20><a href=Admin_ArticleModify.asp?ArticleID=2085 target=main>企业简介</a> | <a href=Admin_ArticleModify.asp?ArticleID=2086 target=main>组织架构</a></td>
</tr>
<tr><td height=20><a href=Admin_ArticleModify.asp?ArticleID=2087 target=main>企业文化</a> | <a href=Admin_ArticleModify.asp?ArticleID=2088 target=main>工程简介</a></td>
</tr>
<tr><td height=20><a href=Admin_ArticleModify.asp?ArticleID=2089 target=main>联系我们</a></td>
</tr>
</table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<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_title'; onmouseout=this.className='menu_title'; background="images/Admin_left_1.gif" id=menuTitle1 onClick="showsubmenu(23)" style="cursor:hand;">
<span>客户服务管理</span> </td>
</tr>
<tr>
<td style="display:" id='submenu23'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20><a href=Admin_ArticleModify.asp?ArticleID=2090 target=main>办事指南</a> | <a href=Admin_ArticleModify.asp?ArticleID=2091 target=main>报装须知</a></td>
</tr>
<tr><td height=20><a href=Admin_ArticleModify.asp?ArticleID=2092 target=main>维修服务</a> | <a href=Admin_ArticleModify.asp?ArticleID=2093 target=main>气费查询</a></td>
</tr>
<tr><td height=20><a href=Admin_ArticleModify.asp?ArticleID=2094 target=main>改装须知</a> | <a href=Admin_ArticleModify.asp?ArticleID=2095 target=main>报停须知</a></td>
</tr>
</table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<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_1.gif" id=menuTitle1 onClick="showsubmenu(1)" style="cursor:hand;">
<span>文章管理</span> </td>
</tr>
<tr>
<td style="display:" id='submenu1'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20><a href=Admin_ArticleAdd1.asp target=main>添加文章(简洁模式)</a></td></tr>
<tr><td height=20><a href=Admin_ArticleAdd2.asp target=main>添加文章(高级模式)</a></td></tr>
<tr><td height=20><a href=Admin_ArticleManage.asp?ManageType=MyArticle target=main>我发表的文章</a></td></tr>
<tr><td height=20><a href=Admin_ArticleManage.asp target=main>文章管理</a>
| <a href=Admin_ArticleCheck.asp target=main>审核</a></td></tr>
<%if AdminPurview=1 or AdminPurview_Article<=2 then%>
<tr><td height=20><a href=Admin_ArticleManageSpecial.asp target=main>专题文章管理</a></td></tr>
<%end if%>
<%if AdminPurview=1 or AdminPurview_Article=1 then%>
<tr><td height=20><a href=Admin_ArticleRecyclebin.asp target=main>文章回收站管理</a></td></tr>
<tr><td height=20><a href=Admin_ArticleComment.asp target=main>文章评论管理</a></td></tr>
<tr><td height=20><a href=Admin_Class_Article.asp?Action=Add target=main>文章栏目添加</a> | <a href=Admin_Class_Article.asp target=main>管理</a></td></tr>
<tr><td height=20><a href=Admin_Special.asp?Action=Add target=main>文章专题添加</a> | <a href=Admin_Special.asp target=main>管理</a></td></tr>
<%end if%>
</table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<%
end if
if AdminPurview=1 or AdminPurview_Soft<=3 then
%>
<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_12.gif" id=menuTitle21 onClick="showsubmenu(21)" style="cursor:hand;">
<span>下载管理</span> </td>
</tr>
<tr>
<td style="display:" id='submenu21'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr>
<td height=20><a href=Admin_SoftAdd.asp target=main>添加软件(高级模式)</a></td>
</tr>
<tr><td height=20><a href=Admin_SoftManage.asp?ManageType=MySoft target=main>我添加的软件</a></td></tr>
<tr>
<td height=20><a href=Admin_SoftManage.asp target=main>软件管理</a> | <a href=Admin_SoftCheck.asp target=main>审核</a></td>
</tr>
<%if AdminPurview=1 or AdminPurview_Soft=1 then%>
<tr>
<td height=20><a href=Admin_SoftRecyclebin.asp target=main>软件回收站管理</a></td>
</tr>
<tr>
<td height=20><a href=Admin_SoftComment.asp target=main>软件评论管理</a></td>
</tr>
<tr>
<td height=20><a href=Admin_Class_Soft.asp?Action=Add target=main>下载栏目添加</a>
| <a href=Admin_Class_Soft.asp target=main>管理</a></td>
</tr>
<%end if%>
</table>
</div>
<div style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<%
end if
if AdminPurview=1 or AdminPurview_Photo<=3 then
%>
<%
end if
PurviewPassed=False
arrPurview(0)=CheckPurview(AdminPurview_Others,"Channel")
arrPurview(1)=CheckPurview(AdminPurview_Others,"AD")
arrPurview(2)=CheckPurview(AdminPurview_Others,"FriendSite")
arrPurview(3)=CheckPurview(AdminPurview_Others,"Announce")
arrPurview(4)=CheckPurview(AdminPurview_Others,"Vote")
arrPurview(5)=CheckPurview(AdminPurview_Others,"Count")
for PurviewIndex=0 to 5
if arrPurview(PurviewIndex)=True then
PurviewPassed=True
exit for
end if
next
if AdminPurview=1 or PurviewPassed=True then
%>
<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" id=menuTitle2 onClick="showsubmenu(2)" style="cursor:hand;">
<span>常规设置</span> </td>
</tr>
<tr>
<td style="display:none" id='submenu2'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<%if AdminPurview=1 then%>
<tr>
<td height=20><a href=Admin_SiteConfig.asp target=main>网站信息配置</a>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -