Top.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:2k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
  2. <!--#include file="articleconn.asp"-->
  3. <%if session("flag")>1 then
  4. response.write "<br><p align=center>您没有操作的权限</p>"
  5. response.end
  6. end if
  7. %>
  8. <html>
  9. <head>
  10. <title>后台管理页面</title>
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  12. <style type="text/css">
  13. a:link { color:#ffffff;text-decoration:none}
  14. a:hover {color:#666666;}
  15. a:visited {color:#ffffff;text-decoration:none}
  16. td {FONT-SIZE: 9pt; FILTER: dropshadow(color=#000000,offx=1,offy=1); COLOR: #ffffff; FONT-FAMILY: "宋体"}
  17. img {filter:Alpha(opacity:100); chroma(color=#000000)}
  18. </style>
  19. <base target="main">
  20. <script>
  21. function preloadImg(src)
  22. {
  23. var img=new Image();
  24. img.src=src
  25. }
  26. preloadImg("images/admin_top_open.gif");
  27. var displayBar=true;
  28. function switchBar(obj)
  29. {
  30. if (displayBar)
  31. {
  32. parent.frame.cols="0,*";
  33. displayBar=false;
  34. obj.src="images/admin_top_open.gif";
  35. obj.title="打开左边管理菜单";
  36. }
  37. else{
  38. parent.frame.cols="180,*";
  39. displayBar=true;
  40. obj.src="images/admin_top_close.gif";
  41. obj.title="关闭左边管理菜单";
  42. }
  43. }
  44. </script>
  45. </head>
  46. <body leftmargin="0" topmargin="0" bgcolor="#0051D6">
  47. <table height="100%" width="100%" border=0 cellpadding=0 cellspacing=0>
  48. <tr valign=middle>
  49. <td width=50>
  50. <img onclick="switchBar(this)" src="images/admin_top_close.gif" title="关闭左边管理菜单" style="cursor:hand">
  51. </td>
  52. <td width=40>
  53. <img src="images/admin_top_icon_1.gif">
  54. </td>
  55. <td width=100> <a href="wantsever.asp"><font color="#FFFFFF">添加电影</font></a><font color="#FFFFFF">
  56. </font> </td>
  57. <td width=40>
  58. <img src="images/admin_top_icon_5.gif">
  59. </td>
  60. <td width=100> <a href="user.asp"><font color="#FFFFFF">会员列表</font></a><font color="#FFFFFF">
  61. </font> </td>
  62. <td align="right"><font color="#FFFFFF">电影系统 Ver 2.6  商业版&nbsp;&nbsp;</font></td>
  63. </tr>
  64. </table>
  65. </body>
  66. </html>