manage.asp
上传用户:feitengda
上传日期:2022-07-20
资源大小:73k
文件大小:6k
源码类别:

企业管理

开发平台:

ASP/ASPX

  1. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  2. <!--#include file="conn.asp"-->
  3. <%
  4. if session("admin_name")="" then
  5. adminflag()
  6. end if
  7. Select Case Request("action")
  8. Case "admin_top" : admin_top()
  9. Case "admin_left" : admin_left()
  10.         case else
  11.         main()
  12. End Select
  13. Sub admin_top
  14. %>
  15. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  16. <!--<meta http-equiv="refresh" content="60;url=?action=admin_top">-->
  17. <link href=css.css rel=STYLESHEET type=text/css>
  18. <body topmargin="0" leftmargin="0" bgcolor="#FFFFFF">
  19. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  20.   <TR>
  21.     <TD vAlign=top width="100%" bgColor=#BDBFDE>
  22.       <TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 cellSpacing=0 cellPadding=0 width=760 border=0>
  23.         <TR>
  24.           <TD width=760 height=60 background="images/top_b.gif">
  25. </TD></TR></TABLE></TD></TR></TABLE>
  26.   <table border="0" cellpadding="0" cellspacing="0" width="100%" height="31" bgcolor="#FFFFFF">
  27.     <tr>
  28.  
  29.      <td width="60%" height="31" align="right" borderColor=#111111><strong><a href="http://www.52pl.com" target="_blank">CopyRight 2004-2008 56770网络科技&#8482;. All Rights Reserved </a></strong>&nbsp;&nbsp;</td>
  30.     </tr>
  31.   </table>
  32. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  33.   <TR>
  34.     <TD vAlign=top width="100%" bgColor=#000000 height="1">
  35.     </TD>
  36.   </TR>
  37. </TABLE>
  38. <%End Sub
  39.  Sub main
  40. %>
  41. <html>
  42. <head>
  43. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  44. <link href=css.css rel=STYLESHEET type=text/css>
  45. <BASE onmouseover="window.status='欢迎您使用56770网络购物系统,请浏览我们的主页以获取最新资讯(http://www.56770.com)!';return true">
  46. </head>
  47. <title>56770网络购物系统后台管理</title>
  48. <frameset rows="93,*" border=0 frameborder="YES" name="top_frame"> 
  49. <frame src="?action=admin_top" noresize frameborder="NO" name="ads" scrolling="NO"  marginwidth="0" marginheight="0">
  50. <frameset rows="675" cols="180,*" border=0 name="main"> 
  51. <frame name="left"  scrolling="auto" marginwidth="0" marginheight="0" src="?action=admin_left">
  52. <frame name="right" scrolling="auto" src="admin.asp">
  53. </frameset>
  54. <noframes>
  55. </noframes>
  56. </html>
  57. <%End Sub%>
  58. <%Sub admin_Left%>
  59. <style type="text/css"> 
  60. .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;}
  61. .submenu{ margin-bottom: 0em;}
  62. .cn { FONT-SIZE: 9pt; COLOR: #006599; FONT-FAMILY: 宋体 }
  63. </style>
  64. <script language="javascript" type="text/javascript">
  65. if (document.getElementById){ //DynamicDrive.com change
  66. document.write('<style type="text/css">n')
  67. document.write('.submenu{}n')
  68. document.write('</style>n')
  69. }
  70. function SwitchMenu(obj){
  71. if(document.getElementById){
  72. var el = document.getElementById(obj);
  73. var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
  74. if(el.style.display != "block"){ //DynamicDrive.com change
  75. for (var i=0; i<ar.length; i++){
  76. if (ar[i].className=="submenu") //DynamicDrive.com change
  77. ar[i].style.display = "none";
  78. }
  79. el.style.display = "block";
  80. }else{
  81. el.style.display = "none";
  82. }
  83. }
  84. }
  85. function killErrors() {
  86. return true;
  87. }
  88. window.onerror = killErrors;
  89. dd
  90. </script>
  91. <html>
  92. <head>
  93. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  94. <link href=css.css rel=STYLESHEET type=text/css>
  95. </head>
  96. <title>56770网络商城--管理页面</title>
  97. <BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
  98. <div id="masterdiv">
  99. <TABLE width="158" cellSpacing="0" cellPadding="0" border="0">
  100. <!--<tr><td background="images/menu_56770.gif" height=40></td></tr>-->
  101. <tr><td height=28 align=center background="images/menu_2.gif"><a class=menu href="quit.asp" target=_top>安全退出</a>&nbsp;&nbsp;<a class=menu href="admin.asp" target=right>管理首页</a></td></tr></table>
  102. <div class="menutitle" onclick="SwitchMenu('sub1')">· 首选服务
  103. </div>
  104. <span class="submenu" id="sub1">
  105. <TABLE cellSpacing="0" cellPadding="0" width="158" background="images/menu_2.gif" border="0">
  106.   <TR>
  107.      <TD height=25width="100%" align="center"><a class=menu href=56770_admin.asp target=right>管理员管理</a></TD>
  108.   </TR> 
  109.          </table>
  110. </span>
  111. <div class="menutitle" onclick="SwitchMenu('sub3')">· 药品管理
  112. </div>
  113. <span class="submenu" id="sub3">
  114. <TABLE cellSpacing="0" cellPadding="0" width="158" background="images/menu_2.gif" border="0">
  115.   <TR>
  116.      <TD height=25width="100%" align="center"><a class=menu href="56770_sort.asp" target=right>分类管理</a></TD>
  117.   </TR>
  118.   <TR>
  119.      <TD height=25width="100%" align="center"><a class=menu href="56770_chandi.asp" target=right>药品产地</a></TD>
  120.   </TR>
  121.   <TR>
  122.      <TD height=25width="100%" align="center"><a class=menu href="56770_guige.asp" target=right>药品规格</a></TD>
  123.   </TR>
  124.   <TR>
  125.      <TD height=25width="100%" align="center"><a class=menu href="56770_yaochang.asp" target=right>药厂</a></TD>
  126.   </TR>
  127.   <TR>
  128.      <TD height=25width="100%" align="center"><a class=menu href="56770_jinhuoshang.asp" target=right>进货商</a></TD>
  129.   </TR>
  130.     <TR>
  131.      <TD height=25width="100%" align="center"><a class=menu href="56770_addproduct.asp" target=right>药品添加</a></TD>
  132.   </TR> 
  133.           <TR>
  134.      <TD height=25width="100%" align="center"><a class=menu href="56770_product.asp" target=right>药品管理</a></TD>
  135.   </TR>
  136.          </table>
  137. </span>
  138. <TABLE width="158" cellSpacing="0" cellPadding="0" border="0">
  139. <TR>
  140. <TD height="5" background="images/menu_1.gif"></TD>
  141. </TR>
  142. </TABLE>
  143. <TABLE width="158" cellSpacing="0" cellPadding="0" border="0"><tr class="menutitle">
  144.     <TD height="100"><br><a href="http://www.56770.com" target=_blank>56770网络科技 &copy; 版权所有<br>(56770.com)</a></TD>
  145.   </TR>
  146.   <TR>
  147.      <TD bgColor="#ffffff" height="1"></TD>
  148.   </TR>
  149.  </TABLE>
  150. <%End Sub%>