📄 manage.asp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file="conn.asp"-->
<%
if session("admin_name")="" then
adminflag()
end if
Select Case Request("action")
Case "admin_top" : admin_top()
Case "admin_left" : admin_left()
case else
main()
End Select
Sub admin_top
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--<meta http-equiv="refresh" content="60;url=?action=admin_top">-->
<link href=css.css rel=STYLESHEET type=text/css>
<body topmargin="0" leftmargin="0" bgcolor="#FFFFFF">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<TD vAlign=top width="100%" bgColor=#BDBFDE>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 cellSpacing=0 cellPadding=0 width=760 border=0>
<TR>
<TD width=760 height=60 background="images/top_b.gif">
</TD></TR></TABLE></TD></TR></TABLE>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="31" bgcolor="#FFFFFF">
<tr>
<td width="60%" height="31" align="right" borderColor=#111111><strong><a href="http://www.52pl.com" target="_blank">CopyRight 2004-2008 56770网络科技™. All Rights Reserved </a></strong> </td>
</tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<TD vAlign=top width="100%" bgColor=#000000 height="1">
</TD>
</TR>
</TABLE>
<%End Sub
Sub main
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=css.css rel=STYLESHEET type=text/css>
<BASE onmouseover="window.status='欢迎您使用56770网络购物系统,请浏览我们的主页以获取最新资讯(http://www.56770.com)!';return true">
</head>
<title>56770网络购物系统后台管理</title>
<frameset rows="93,*" border=0 frameborder="YES" name="top_frame">
<frame src="?action=admin_top" noresize frameborder="NO" name="ads" scrolling="NO" marginwidth="0" marginheight="0">
<frameset rows="675" cols="180,*" border=0 name="main">
<frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="?action=admin_left">
<frame name="right" scrolling="auto" src="admin.asp">
</frameset>
<noframes>
</noframes>
</html>
<%End Sub%>
<%Sub admin_Left%>
<style type="text/css">
.menutitle{ cursor:pointer; margin-bottom: 0px; background-image=url(images/menu_1.gif);color:#FFFFFF; width:158px; padding-top:6px; text-align:center; font-weight:bold; border:0px ; height:30px;border-top:1px solid #ffffff;border-bottom:1px solid #ffffff;}
.submenu{ margin-bottom: 0em;}
.cn { FONT-SIZE: 9pt; COLOR: #006599; FONT-FAMILY: 宋体 }
</style>
<script language="javascript" type="text/javascript">
if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{}\n')
document.write('</style>\n')
}
function SwitchMenu(obj){
if(document.getElementById){
var el = document.getElementById(obj);
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
if(el.style.display != "block"){ //DynamicDrive.com change
for (var i=0; i<ar.length; i++){
if (ar[i].className=="submenu") //DynamicDrive.com change
ar[i].style.display = "none";
}
el.style.display = "block";
}else{
el.style.display = "none";
}
}
}
function killErrors() {
return true;
}
window.onerror = killErrors;
dd
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=css.css rel=STYLESHEET type=text/css>
</head>
<title>56770网络商城--管理页面</title>
<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<div id="masterdiv">
<TABLE width="158" cellSpacing="0" cellPadding="0" border="0">
<!--<tr><td background="images/menu_56770.gif" height=40></td></tr>-->
<tr><td height=28 align=center background="images/menu_2.gif"><a class=menu href="quit.asp" target=_top>安全退出</a> <a class=menu href="admin.asp" target=right>管理首页</a></td></tr></table>
<div class="menutitle" onclick="SwitchMenu('sub1')">· 首选服务
</div>
<span class="submenu" id="sub1">
<TABLE cellSpacing="0" cellPadding="0" width="158" background="images/menu_2.gif" border="0">
<TR>
<TD height=25width="100%" align="center"><a class=menu href=56770_admin.asp target=right>管理员管理</a></TD>
</TR>
</table>
</span>
<div class="menutitle" onclick="SwitchMenu('sub3')">· 药品管理
</div>
<span class="submenu" id="sub3">
<TABLE cellSpacing="0" cellPadding="0" width="158" background="images/menu_2.gif" border="0">
<TR>
<TD height=25width="100%" align="center"><a class=menu href="56770_sort.asp" target=right>分类管理</a></TD>
</TR>
<TR>
<TD height=25width="100%" align="center"><a class=menu href="56770_chandi.asp" target=right>药品产地</a></TD>
</TR>
<TR>
<TD height=25width="100%" align="center"><a class=menu href="56770_guige.asp" target=right>药品规格</a></TD>
</TR>
<TR>
<TD height=25width="100%" align="center"><a class=menu href="56770_yaochang.asp" target=right>药厂</a></TD>
</TR>
<TR>
<TD height=25width="100%" align="center"><a class=menu href="56770_jinhuoshang.asp" target=right>进货商</a></TD>
</TR>
<TR>
<TD height=25width="100%" align="center"><a class=menu href="56770_addproduct.asp" target=right>药品添加</a></TD>
</TR>
<TR>
<TD height=25width="100%" align="center"><a class=menu href="56770_product.asp" target=right>药品管理</a></TD>
</TR>
</table>
</span>
<TABLE width="158" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD height="5" background="images/menu_1.gif"></TD>
</TR>
</TABLE>
<TABLE width="158" cellSpacing="0" cellPadding="0" border="0"><tr class="menutitle">
<TD height="100"><br><a href="http://www.56770.com" target=_blank>56770网络科技 © 版权所有<br>(56770.com)</a></TD>
</TR>
<TR>
<TD bgColor="#ffffff" height="1"></TD>
</TR>
</TABLE>
<%End Sub%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -