admin_menu1.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:11k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <!--#include file="admin_sb.asp" -->
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <LINK href="images/css.css" type=text/css rel=stylesheet>
  6. <title></title>
  7. <STYLE type=text/css>
  8. BODY {
  9. BACKGROUND: #799ae1;
  10. MARGIN: 0px;
  11. FONT: 9pt 宋体;
  12. scrollbar-face-color: #DEE3E7;
  13. scrollbar-highlight-color: #FFFFFF;
  14. scrollbar-shadow-color: #DEE3E7;
  15. scrollbar-3dlight-color: #D1D7DC;
  16. scrollbar-arrow-color:  #006699;
  17. scrollbar-track-color: #EFEFEF;
  18. scrollbar-darkshadow-color: #98AAB1;
  19. background-color: #FF66FF;
  20. }
  21. TABLE {
  22. BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
  23. }
  24. TD {
  25. FONT: 12px 宋体
  26. }
  27. IMG {
  28. BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: bottom; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
  29. }
  30. A {
  31. FONT: 12px 宋体; COLOR: #215dc6; TEXT-DECORATION: none
  32. }
  33. A:hover {
  34. COLOR: #428eff
  35. }
  36. .sec_menu {
  37. BORDER-RIGHT: white 1px solid; BACKGROUND: #d6dff7; OVERFLOW: hidden; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
  38. }
  39. .menu_title {
  40. }
  41. .menu_title SPAN {
  42. FONT-WEIGHT: bold; LEFT: 8px; COLOR: #215dc6; POSITION: relative; TOP: 2px
  43. }
  44. .menu_title2 {
  45. }
  46. .menu_title2 SPAN {
  47. FONT-WEIGHT: bold; LEFT: 8px; COLOR: #428eff; POSITION: relative; TOP: 2px
  48. }
  49. </STYLE>
  50. <SCRIPT language=javascript>
  51.   var whichOpen=""; //展开的菜单
  52.   var whichContinue=''; //继续执行的菜单
  53. function menuShow(obj,maxh,obj2) //显示出动态菜单
  54. {
  55.   if(obj.style.pixelHeight<maxh)
  56.   {
  57.     obj.style.pixelHeight+=maxh/10;
  58. obj.filters.alpha.opacity+=10;
  59. obj2.background="images/title_bg_hide.gif";
  60.     if(obj.style.pixelHeight==maxh/5)
  61.   obj.style.display='block';
  62. myObj=obj;
  63. myMaxh=maxh;
  64. myObj2=obj2;
  65. setTimeout('menuShow(myObj,myMaxh,myObj2)','4');
  66.   }
  67. }
  68. function menuHide(obj,maxh,obj2) //菜单的隐藏
  69. {
  70.   if(obj.style.pixelHeight>0)
  71.   {
  72.     if(obj.style.pixelHeight==maxh/10)
  73.   obj.style.display='none';
  74.     obj.style.pixelHeight-=maxh/10;
  75. obj.filters.alpha.opacity-=10;
  76. obj2.background="images/title_bg_show.gif";
  77. myObj=obj;
  78. myMaxh=maxh
  79. myObj2=obj2;
  80. setTimeout('menuHide(myObj,myMaxh,myObj2)','5');
  81.   }
  82.   else
  83.     if(whichContinue)
  84.   whichContinue.click();
  85. }
  86. function menuChange(obj,maxh,obj2)    //菜单状态的跳转
  87. {
  88.   if(obj.style.pixelHeight) //如果该菜单已经展开,则收进菜单
  89.   {
  90.     menuHide(obj,maxh,obj2);
  91. whichOpen='';
  92. whichcontinue='';
  93.   }
  94.   else //该菜单没有展开
  95.     if(whichOpen) //有别的菜单展开,则将其收回
  96. {
  97.   whichContinue=obj2;
  98.       whichOpen.click(); //模拟鼠标的点击,相当于一个递归调用
  99. }
  100. else
  101. {
  102.   menuShow(obj,maxh,obj2);
  103.   whichOpen=obj2;
  104.   whichContinue='';
  105. }
  106. }
  107. var tt='start';
  108. var ii='start';
  109. function turnit(ss,bb) {
  110.   if (ss.style.display=="none") {
  111.     if(tt!='start') tt.style.display="none";
  112.     if(ii!='start') ii.src="dian.gif";
  113.     ss.style.display="";
  114.     tt=ss;
  115.     ii=bb;
  116.     bb.src="ball.gif";
  117.   }
  118.   else {
  119.     ss.style.display="none"; 
  120.     bb.src="dian.gif";
  121.   }
  122. }
  123. function openWindow(url) {
  124.   popupWin = window.open(url, 'new_page', 'width=400,height=410,scrollbars')
  125. }
  126. </SCRIPT>
  127. </head>
  128. <body leftmargin="0" topmargin="0">
  129. <TABLE cellSpacing=0 cellPadding=0 width="100%" align=left border=0> 
  130. <TBODY>
  131.   <TR>
  132.     <TD vAlign=top>
  133.       <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
  134.         <TBODY>
  135.         <TR style="CURSOR: hand">
  136.           <TD vAlign=bottom height=42><IMG height=38 
  137.             src="images/title.gif" width=178> 
  138.   </TD>
  139. </TR>
  140. </TBODY>
  141.       </TABLE>
  142.       <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
  143.         <TBODY>
  144.         <TR style="CURSOR: hand">
  145.             <TD class=menu_title onmouseover="this.className='menu_title2';" 
  146.            onmouseout="this.className='menu_title';" 
  147.            background="images/title_bg_quit.gif" 
  148.              height=25><SPAN><a href="admin_index.asp" target="_top"><B>管理中心</B></A>/<a href="admin_login_out.asp" target="_parent"><B>退出</B></A></SPAN> 
  149.             </TD>
  150.         </TR>
  151.                          </TBODY>
  152.                 </TABLE>&nbsp;
  153.       <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
  154.         <TBODY>
  155.         <TR style="CURSOR: hand">
  156.             <TD class=menu_title id=menuTitle1 
  157.           onmouseover="this.className='menu_title2';" 
  158.           onclick=menuChange(menu1,150,menuTitle1); 
  159.           onmouseout="this.className='menu_title';" 
  160.           background="images/title_bg_show.gif" 
  161.             height=25><SPAN>站点管理</SPAN> </TD>
  162.           </TR>
  163.         <TR>
  164.           <TD>
  165.             <DIV class=sec_menu id=menu1 
  166.             style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
  167.                 <TABLE style="POSITION: relative; top: 10px;" cellSpacing=0 
  168.             cellPadding=0 width=135 align=center>
  169.                   <TBODY>
  170.                     <TR>
  171.                       <TD height=20><a href="admin_lb.asp" target="mainFrame">列表方式</a></TD>
  172.                     </TR>
  173.                     
  174.                     <TR>
  175.                       <TD height=20><a href="admin_lbfs.asp" target="mainFrame">列表分页</a></TD>
  176.                     </TR>
  177.                     <TR>
  178.                       <TD height=20><a href="admin_yl.asp" target="mainFrame">预览方式</a></TD>
  179.                     </TR>
  180.                     <TR>
  181.                       <TD height=20><a href="tjlm.asp" target="mainFrame">添加栏目</a></TD>
  182.                     </TR>
  183.                     <TR>
  184.                       <TD height=20><a href="admin1.asp" target="mainFrame">源码察看</a></TD>
  185.                     </TR>
  186.                     <TR>
  187.                       <TD height=20><a href="adminuser.asp" target="mainFrame">帐号管理</a></TD>
  188.                     </TR>
  189.                     </TBODY>
  190.                 </TABLE>
  191.  
  192.               </DIV></TD></TR></TBODY></TABLE>&nbsp; 
  193.       <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
  194.         <TBODY>
  195.         <TR style="CURSOR: hand">
  196.             <TD class=menu_title id=menuTitle9
  197.           onmouseover="this.className='menu_title2';" 
  198.           onclick=menuChange(menu1,150,menuTitle9); 
  199.           onmouseout="this.className='menu_title';" 
  200.           background="images/title_bg_show.gif" 
  201.             height=25><SPAN>站点管理</SPAN> </TD>
  202.           </TR>
  203.         <TR>
  204.           <TD>
  205.             <DIV class=sec_menu id=menu9
  206.             style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
  207.                 <TABLE style="POSITION: relative; top: 10px;" cellSpacing=0 
  208.             cellPadding=0 width=135 align=center>
  209.                   <TBODY>
  210.                     <TR>
  211.                       <TD height=20><a href="admin_lb.asp" target="mainFrame">列表方式</a></TD>
  212.                     </TR>
  213.                     
  214.                     <TR>
  215.                       <TD height=20><a href="admin_lbfs.asp" target="mainFrame">列表分页</a></TD>
  216.                     </TR>
  217.                     <TR>
  218.                       <TD height=20><a href="admin_yl.asp" target="mainFrame">预览方式</a></TD>
  219.                     </TR>
  220.                     <TR>
  221.                       <TD height=20><a href="tjlm.asp" target="mainFrame">添加栏目</a></TD>
  222.                     </TR>
  223.                     <TR>
  224.                       <TD height=20><a href="admin1.asp" target="mainFrame">源码察看</a></TD>
  225.                     </TR>
  226.                     <TR>
  227.                       <TD height=20><a href="adminuser.asp" target="mainFrame">帐号管理</a></TD>
  228.                     </TR>
  229.                     </TBODY>
  230.                 </TABLE>
  231.  
  232.               </DIV></TD></TR></TBODY></TABLE>&nbsp; 
  233.       <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
  234.         <TBODY>
  235.         <TR style="CURSOR: hand">
  236.             <TD class=menu_title id=menuTitle7 
  237.           onmouseover="this.className='menu_title2';" 
  238.           onclick=menuChange(menu7,110,menuTitle7); 
  239.           onmouseout="this.className='menu_title';" 
  240.           background="images/title_bg_show.gif" 
  241.             height=25><SPAN>数据库管理(Access)</SPAN> </TD>
  242.           </TR>
  243.         <TR>
  244.           <TD>
  245.             <DIV class=sec_menu id=menu7 
  246.             style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px"> 
  247.                 <TABLE style="POSITION: relative; TOP: 10px;" cellSpacing=0 
  248.             cellPadding=0 width=135 align=center>
  249.                   <TBODY>
  250.     <TR><TD height=20>
  251.                 <A    href="admin_db_compact.asp" target="mainFrame">压缩数据库</A>
  252. </TD></TR>
  253. <TR><TD height=20>
  254.                 <A    href="admin_db_backup.asp" target="mainFrame">备份数据库</A>
  255. </TD></TR>
  256. <TR>
  257. <TR><TD height=20>
  258.                 <A    href="admin_db_ubackup.asp" target="mainFrame">还原数据库</A>
  259. </TD></TR>
  260. <TR>
  261. <TD height=20>
  262.                 <A    href="admin_db_executesql.asp" target="mainFrame">执行SQL语句</A>
  263. </TD></TR>
  264.               <TR>
  265.                       <TD height=20> <A    href="admin_db_space.asp" target="mainFrame">系统空间占用</A> 
  266.                       </TD>
  267.                     </TR>
  268.    </TBODY></TABLE></DIV></TD></TR></TBODY></TABLE>
  269.        <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
  270.         <TBODY>
  271.         <TR style="CURSOR: hand">
  272.             <TD class=menu_title id=menuTitlex 
  273.           onmouseover="this.className='menu_title2';" 
  274.           onclick=menuChange(menux,50,menuTitlex); 
  275.           onmouseout="this.className='menu_title';" 
  276.           background="images/title_bg_show.gif" 
  277.             height=25><SPAN>其他>></SPAN> </TD>
  278.           </TR>
  279.         <TR>
  280.           <TD>
  281.             <DIV class=sec_menu id=menux 
  282.             style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px"> 
  283.                 <TABLE style="POSITION: relative; TOP: 10px;" cellSpacing=0 
  284.             cellPadding=0 width=135 align=center>
  285.                   <TBODY>
  286.     <TR><TD height=20>
  287.                 <A    href="admin_body.htm" target="mainFrame">帮助文档</A>
  288. </TD></TR>
  289. <TR>
  290.       <TD height=20>
  291.                 <A    href="aspcheck.asp" target="mainFrame">程序探测</a>
  292.                       </TD>
  293. </TR>
  294. </TBODY></TABLE></DIV></TD></TR></TBODY></TABLE>&nbsp; 
  295.       <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
  296.         <TBODY>
  297.         <TR style="CURSOR: hand">
  298.             <TD class=menu_title id=menuTitle8 
  299.           onmouseover="this.className='menu_title2';" 
  300.           onmouseout="this.className='menu_title';" 
  301.           background="images/title_bg_show.gif" 
  302.             height=25><SPAN>技术支持</SPAN> </TD>
  303.           </TR>
  304.         <TR>
  305.             <TD align="center"> 
  306.               <DIV class=sec_menu id=menu8 
  307.             style="FILTER: alpha(Opacity=100); WIDTH: 158px; HEIGHT:40px"><a href="http://www.gotf.cn/" target="_blank"><br>
  308.                 </a>掌上校园技术支持<br>
  309.                  </DIV></TD></TR></TBODY></TABLE>
  310.   </table>  
  311. </body>   
  312. </html>