📄 admin_left.asp
字号:
<%
if session("AdminName")="" then
response.redirect "index.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>后台管理</title>
<link href="style.css" rel="stylesheet" type="text/css">
<SCRIPT language=javascript>
function menuShow(obj,maxh,obj2)
{
if(obj.style.pixelHeight<maxh)
{
obj.style.pixelHeight+=maxh/10;
obj.filters.alpha.opacity+=40;
obj2.background="image/admin_left_5.gif";
if(obj.style.pixelHeight==maxh/10)
obj.style.display='block';
myObj=obj;
myMaxh=maxh;
myObj2=obj2;
setTimeout('menuShow(myObj,myMaxh,myObj2)','5');
}
}
function menuHide(obj,maxh,obj2)
{
if(obj.style.pixelHeight>0)
{
if(obj.style.pixelHeight==maxh/5)
obj.style.display='none';
obj.style.pixelHeight-=maxh/5;
obj.filters.alpha.opacity-=20;
obj2.background="image/title_bg_show.gif";
myObj=obj;
myMaxh=maxh
myObj2=obj2;
setTimeout('menuHide(myObj,myMaxh,myObj2)','5');
}
else
if(whichContinue)
whichContinue.click();
}
function menuChange(obj,maxh,obj2)
{
if(obj.style.pixelHeight)
{
menuHide(obj,maxh,obj2);
whichOpen='';
whichcontinue='';
}
else
if(whichOpen)
{
whichContinue=obj2;
whichOpen.click();
}
else
{
menuShow(obj,maxh,obj2);
whichOpen=obj2;
whichContinue='';
}
}
</SCRIPT>
</head>
<body leftmargin="0" topmargin="0">
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TR style="CURSOR: hand">
<TD vAlign=bottom height=42><IMG height=38
src="image/title.gif" width=158>
</TD></TR></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TR style="CURSOR: hand">
<TD class=menu_title onmouseover="this.className='menu_title2';"
onmouseout="this.className='menu_title';"
background="image/title_bg_show.gif"
height=25><SPAN><a href="main.asp" target="BoardList"><B>管理首页</B></A> | <a href="exit.asp" target="_parent"><B>退出</B></A></SPAN>
</TD>
</TR></TABLE>
<br>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TR style="CURSOR: hand">
<TD class=menu_title id=menuTitle2
onmouseover="this.className='menu_title2';"
onclick=menuChange(menu2,90,menuTitle2);
onmouseout="this.className='menu_title';"
background="image/title_bg_show.gif"
height=25><SPAN>系统管理</SPAN> </TD>
</TR>
<TR>
<TD valign="middle"> <DIV class=sec_menu id=menu2
style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
<TABLE cellSpacing=2
cellPadding=0 width=135 align=center>
<tr>
<td height="20">
<a href="admin_manage.asp" target="BoardList">系统管理员</a></td>
</tr>
<tr>
<td height="20">
<a href="admin_data.asp" target="BoardList">数据库管理</a></td>
</tr>
<tr>
<td height="20">
<a href="admin_configure.asp" target="BoardList">配置管理</a></td>
</tr>
<tr>
<td height="20">
<a href="admin_leaveword.asp" target="BoardList">留言管理</a></td>
</tr>
</TABLE>
</DIV></TD>
</TR>
</TABLE>
<br>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TR style="CURSOR: hand">
<TD class=menu_title id=menuTitle4
onmouseover="this.className='menu_title2';"
onclick=menuChange(menu4,90,menuTitle4);
onmouseout="this.className='menu_title';"
background="image/title_bg_show.gif"
height=25><SPAN>企业信息</SPAN> </TD>
</TR>
<TR>
<TD valign="middle"> <DIV class=sec_menu id=menu4
style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
<TABLE cellSpacing=2
cellPadding=0 width=135 align=center>
<tr>
<td height="20">
<a href="admin_company.asp" target="BoardList">公司简介</a></td>
</tr>
<tr>
<td height="20">
<a href="admin_setup.asp" target="BoardList">组织结构</a></td>
</tr>
<tr>
<td height="20">
<a href="admin_serve.asp" target="BoardList">服务范围</a></td>
</tr>
<tr>
<td height="20">
<a href="admin_contact.asp" target="BoardList">联系方式</a></td>
</tr>
</TABLE>
</DIV></TD>
</TR>
</TABLE>
<br>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TR style="CURSOR: hand">
<TD class=menu_title id=menuTitle6
onmouseover="this.className='menu_title2';"
onclick=menuChange(menu6,70,menuTitle6);
onmouseout="this.className='menu_title';"
background="image/title_bg_show.gif"
height=25><SPAN>公司新闻</SPAN> </TD>
</TR>
<TR>
<TD valign="middle"> <DIV class=sec_menu id=menu6
style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
<TABLE cellSpacing=2
cellPadding=0 width=135 align=center>
<tr>
<td height="20">
<a href="news_class.asp" target="BoardList">新闻分类</a></td>
</tr>
<tr>
<td height="20">
<a href="news_add.asp" target="BoardList">发布新闻</a></td>
</tr>
<tr>
<td height="20">
<a href="news_list.asp" target="BoardList">管理新闻</a></td>
</tr>
</TABLE>
</DIV></TD>
</TR>
</TABLE>
<SCRIPT language=javascript>
var whichOpen="";
var whichContinue='';
</SCRIPT>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TR style="CURSOR: hand">
<TD class=menu_title id=menuTitle7
onmouseover="this.className='menu_title2';"
onclick=menuChange(menu7,70,menuTitle7);
onmouseout="this.className='menu_title';"
background="image/title_bg_show.gif"
height=25><SPAN>产品管理</SPAN> </TD>
</TR>
<TR>
<TD valign="middle"> <DIV class=sec_menu id=menu7
style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
<TABLE width=135 align=center
cellPadding=0 cellSpacing=2>
<tr>
<td height="20">
<a href="product_class.asp" target="BoardList">产品分类</a></td>
</tr>
<tr>
<td height="20">
<a href="product_add.asp" target="BoardList">发布产品</a></td>
</tr>
<tr>
<td height="20">
<a href="product_list.asp" target="BoardList">管理产品</a></td>
</tr>
</TABLE>
</DIV></TD>
</TR>
</TABLE>
<br>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TR style="CURSOR: hand">
<TD class=menu_title id=menuTitle8
onmouseover="this.className='menu_title2';"
onclick=menuChange(menu8,50,menuTitle8);
onmouseout="this.className='menu_title';"
background="image/title_bg_show.gif"
height=25><SPAN>会员管理</SPAN> </TD>
</TR>
<TR>
<TD valign="middle"> <DIV class=sec_menu id=menu8
style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
<TABLE width=135 align=center
cellPadding=0 cellSpacing=2>
<tr>
<td height="20">
<a href="product_class.asp" target="BoardList">查看注册会员</a></td>
</tr>
<tr>
<td height="20">
<a href="product_add.asp" target="BoardList">查看订单</a></td>
</tr>
</TABLE>
</DIV></TD>
</TR>
</TABLE>
<br>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TR style="CURSOR: hand">
<TD class=menu_title id=menuTitle9
onmouseover="this.className='menu_title2';"
onclick=menuChange(menu9,50,menuTitle9);
onmouseout="this.className='menu_title';"
background="image/title_bg_show.gif"
height=25><SPAN>系统信息</SPAN> </TD>
</TR>
<TR>
<TD valign="middle">
<DIV class=sec_menu id=menu9
style="FILTER: alpha(Opacity=100); WIDTH: 158px; HEIGHT:50px">
<TABLE cellSpacing=0 cellPadding=0 width=135 align=center>
<TR>
<TD height=20><p style="line-height: 200%">版权所有:<a href="http://www.mishi.com.cn" target="_blank"><font color="#FF0000">迷失网</font></a></TD></TR>
<TR>
<TD height=20><p style="line-height: 200%">在线客务QQ:59777440</TD></TR></TABLE>
</DIV></TD></TR></TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -