📄 admin_menu.asp
字号:
<!--#include file="../Conn.asp"-->
<!--#include file="Admin_Session.asp"-->
<title>管理页面左侧</title>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type=text/css>
<!--
BODY{
margin:0px;
FONT-SIZE: 12px;
FONT-FAMILY: "宋体", "Verdana", "Arial", "Helvetica", "sans-serif";
background-color: #BEBFD9;
scrollbar-face-color: #EAEAF2;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #9395C0;
scrollbar-3dlight-color: #F3F3F8;
scrollbar-arrow-color: #9395C0;
scrollbar-track-color: #F3F3F8;
scrollbar-darkshadow-color: #F3F3F8;
}
table { border:0px; }
td { font:normal 12px 宋体; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px 宋体; color:#111111; text-decoration:none; }
a:hover { color:#6C70AA;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#FBFBFC; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#4A4F80; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#596099; font-weight:bold; }
input,select,Textarea{
font-family:宋体,Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
}
.style1 {
color: #4A4F80;
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">
<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/admin_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> | <a href="logout.asp" target=_top onClick="javascript:if(!confirm('你确定要退出吗?')){return false;}"><b>退出</b></a></span>
</td>
</tr>
<tr>
<td style="display:">
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=158>
<tr>
<td height=20>用户名:<font color=red><%=session("Admin")%></font>|<a HREF=Admin_User_Modify.asp TARGET=right><font color=red>修改密码</font></a></td>
</tr>
<tr>
<td height=20>身 份:<font color=red><%
select case session("rank")
case 1
response.write " (站长)"
case 2
response.write "栏目管理员"
case 3
response.write "栏目录入员"
end select
%> </font></td>
</tr></table></td>
</table>
<table cellpadding=0 cellspacing=0 width=160 align=center> <tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/title_bg_show.gif" id=menuTitle1 onClick="showsubmenu(0)">
<span class="style1">常规设置</span></td>
</tr>
<tr> <td style="display:" id='submenu0'>
<div class=sec_menu style="width:160 display:none">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20><img src="images/bullet.gif" width="15" height="20"><A HREF=Admin_Setup.asp TARGET=right>系统初始设置</A></td>
</tr>
<tr> <td height=20><img src="images/bullet.gif" width="15" height="20"><A HREF="Admin_History.asp" TARGET="right">登陆信息</A></td>
</tr>
<tr>
<td height=20><img src="images/bullet.gif" width="15" height="20"><A HREF=Admin_User_Modify.asp TARGET=right>修改登录密码</A></td>
</tr>
<%If Session("Rank")=1 Then%>
<tr><td height=20><img src="images/bullet.gif" width="15" height="20"><A HREF=Admin_DataProcess.asp TARGET=right>备份数据库</A></td>
</tr>
<%End IF%>
</table>
</div></td></tr>
</table>
<table cellpadding=0 cellspacing=0 width=160 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/title_bg_show.gif" id=menuTitle1 onClick="showsubmenu(2)"><span class="style1">用户管理 </span></td>
</tr>
<tr>
<td style="display:" id='submenu2'><div class=sec_menu style="width:160">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><img src="images/bullet.gif" width="15" height="20"><a href=Admin_Admin_User.asp target=right>后台用户管理</a></td>
</tr>
</table>
</div></td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=160 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/title_bg_show.gif" id=menuTitle1 onClick="showsubmenu(4)"><span class="style1">许愿管理</span></td>
</tr>
<tr>
<td style="display:" id='submenu4'><div class=sec_menu style="width:160">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20> </td>
</tr>
<tr>
<td height=20><img src="images/bullet.gif" width="15" height="20"><a href=Admin_Wish_List.asp target=right>管理许愿</a></td>
</tr>
<tr>
<td height=20> </td>
</tr>
<tr>
<td height=20> </td>
</tr>
</table>
</div></td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=160 align=center>
<tr><td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/title_bg_show.gif" id=menuTitle1>
<span class="style1">系统信息</span></td>
</tr>
<tr><td><div class=sec_menu style="width:160">
<TABLE CELLPADDING=0 CELLSPACING=0 ALIGN=center WIDTH=134>
<TR><TD HEIGHT=20> <BR>
版权所有: <br>
<a target="_blank" href="<%=alert_url%>"><%=HX33_WishName%></a><BR>
授权使用:<br>
<%=HX33_WishName%>
</TD>
</TR> </TABLE>
</div></td></tr> </table>
<%=Bottom%>
<%
connclose()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -