📄 menu.asp
字号:
<%if session("admin")="" then
response.write "您还没有登陆"
response.End
end if%>
<title>网站管理控制区</title>
<style type=text/css>
body { background:#799AE1; margin:0px; font:9pt 宋体; }
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);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
</SCRIPT>
<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<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/title_bg_quit.gif >
<span><a href="../index.asp" target=_top><b>返回首页</b></a></span></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(0)" >
<span>首选服务</span></td>
</tr>
<tr>
<td style="display:" id='submenu0'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href="logout.asp" target="_top">注销登陆</a></td>
</tr>
<tr>
<td height=20><a href="admin.asp" target="right">系统帮助</a></td>
</tr>
<tr>
<td height=20><a href="renpassword.asp" target="right">修改登陆密码</a></td>
</tr>
</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>
<%if session("flag")<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_2.gif" id=menuTitle1 onclick="showsubmenu(1)">
<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=135>
<tr>
<td height=20><a href="admin2.asp" target="right">添加新图书</a></td>
</tr>
<tr>
<td height=20><a href="managebook.asp" target="right">查看与修改</a></td>
</tr>
<tr>
<td height=20><a href="managebook.asp?queshu=yes" target="right">本站缺少图书</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">查看缺书反馈</a></td>
</tr>
<tr>
<td height=20><a href="managepinglun.asp?action=no" target="right">管理图书评论</a></td>
</tr>
</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>
<%end if%>
<%if session("flag")<>2 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_4.gif" id=menuTitle1 onclick="showsubmenu(8)">
<span>管理订单</span></td>
</tr>
<tr>
<td height="65" valign="top" id='submenu8' style="display:"> <div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href="admin2.asp" target="right">管理图书订单</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">订单信息统计</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">交易成功的订单</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">已过期的订单</a></td>
</tr>
<tr>
<td height=20><a href="addfsgg.asp" target="right">添加发书公告</a></td>
</tr>
<tr>
<td height=20><a href="editfsgg.asp" target="right">公告修改删除</a></td>
</tr>
<tr>
<td height="20"><a href="viewhk.asp" target="right">查看汇款登记</a></td>
</tr>
</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>
<%end if%>
<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_7.gif" id=menuTitle1 onclick="showsubmenu(6)">
<span>信息管理</span></td>
</tr>
<tr>
<td style="display:" id='submenu6'> <div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<%if session("flag")=1 then%>
<tr>
<td height=20><a href="addnews.asp" target="right">添加首页新闻</a></td>
</tr>
<tr>
<td height=20><a href="editnews.asp" target="right">新闻修改删除</a></td>
</tr>
<tr>
<td height=20><a href="gonggao.asp" target="right">首页公告设置</a></td>
</tr>
<tr>
<td height=20><a href="gonggao2.asp" target="right">首页站务公告</a></td>
</tr>
<%end if
%>
<tr>
<td height=20><a href="viewfk.asp" target="right">查看意见反馈</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">解答在线帮助</a></td>
</tr>
</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><%if session("flag")=1 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_3.gif" id=menuTitle1 onclick="showsubmenu(2)">
<span>管理分类</span> </td>
</tr>
<tr>
<td style="display:" id='submenu2'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href="anclass.asp" target="right">图书大类管理</a></td>
</tr>
<tr>
<td height=20><a href="nclass.asp" target="right">图书小类管理</a></td>
</tr>
<tr>
<td height=20><a href="moveclass.asp" target="right">图书类别转移</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">管理图书专题</a></td>
</tr>
</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_4.gif" id=menuTitle1 onclick="showsubmenu(3)">
<span>管理用户</span></td>
</tr>
<tr>
<td style="display:" id='submenu3'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href="admin2.asp" target="right">管理个人用户</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">管理团体用户</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">审核团体用户</a></td>
</tr>
<tr>
<td height=20><a href="manageadmin.asp" target="right">管理后台用户</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">管理员登陆日志</a></td>
</tr>
</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_8.gif" id=menuTitle1 onclick="showsubmenu(7)">
<span>常规设置</span></td>
</tr>
<tr>
<td style="display:" id='submenu7'> <div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href="webconfig.asp" target="right">系统信息设置</a></td>
</tr>
<tr>
<td height=20><a href="guanggao.asp" target="right">网站广告设置</a></td>
</tr>
<tr>
<td height=20><a href="fangshi.asp?action=songhuo" target="right">送货/汇款设置</a></td>
</tr>
<tr>
<td height=20><a href="editxx.asp" target="right">其它信息设置</a></td>
</tr>
<tr>
<td height=20><a href="links.asp" target="right">管理友情链接</a></td>
</tr>
<tr>
<td height=20><a href="aspcheck.asp" target="right">探测远程服务器</a></td>
</tr>
</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_8.gif" id=menuTitle1 onclick="showsubmenu(7)">
<span>访问统计</span></td>
</tr>
<tr>
<td style="display:" id='submenu7'> <div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href="admin2.asp" target="right">来路统计</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">流量分析</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">访问明细</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">今日详情</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">搜索引擎</a></td>
</tr>
<tr>
<td height=20><a href="admin2.asp" target="right">内容分析</a></td>
</tr>
</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>
<%end if%>
<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 height="62">
<div class=sec_menu style="width:158">
<table width=135 height="94" align=center cellpadding=0 cellspacing=0>
<tr>
<td height=49>
<div align="justify">版权所有:<br>
<font color="#FF0000">企联软件工作室</font> <br>
版本:3.52 </div></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -