admin_left.asp
上传用户:saigedz
上传日期:2019-10-14
资源大小:997k
文件大小:4k
源码类别:

中间件编程

开发平台:

HTML/CSS

  1. <%@ CODEPAGE=65001 %>
  2. <% Option Explicit %>
  3. <% On Error Resume Next %>
  4. <% Response.Charset="UTF-8" %>
  5. <!-- #include file="../c_option.asp" -->
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%=ZC_BLOG_LANGUAGE%>" lang="<%=ZC_BLOG_LANGUAGE%>">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <meta http-equiv="Content-Language" content="<%=ZC_BLOG_LANGUAGE%>" />
  11. <link rel="stylesheet" rev="stylesheet" href="../CSS/admin.css" type="text/css" media="screen" />
  12. <style>
  13. body{
  14. margin:0;
  15. padding:0;
  16. background-color:#F0F6FC;
  17. background:url("../image/common/topbacking4.gif") repeat-y;
  18. }
  19. p.button{
  20. margin:0 0 0 0;
  21. padding:4px 0 0 20px;
  22. height:18px;
  23. width:130px;
  24. background:url("../image/common/topbacking3.gif") no-repeat;
  25. }
  26. p.button1{
  27. margin:0 0 0 0;
  28. padding:4px 0 0 20px;
  29. height:18px;
  30. width:130px;
  31. background:none;
  32. }
  33. </style>
  34. <script>
  35. function changeButtonColor(btnNow){
  36. var p=document.getElementsByTagName("p");
  37. for (var j = 0; j < p.length; j++){
  38. p[j].className="button1";
  39. }
  40. btnNow.parentNode.className="button";
  41. return true;
  42. }
  43. </script>
  44. </head>
  45. <body>
  46. <p class="button1" style="cursor:pointer;"><a onclick='changeButtonColor(this)' href="../" target="_top"><%=ZC_MSG065%></a></p>
  47. <p class="button" ><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=SiteInfo" target="main"><%=ZC_MSG245%></a></p>
  48. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=ArticleEdt&type=<%=ZC_BLOG_WEBEDIT%>" target="main"><%=ZC_MSG168%>(<%=ZC_MSG100%>)</a></p>
  49. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=ArticleEdt" target="main"><%=ZC_MSG168%>(<%=ZC_MSG101%>)</a></p>
  50. <!-- <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=BlogReBuild" target="main"><%=ZC_MSG072%></a></p> -->
  51. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=AskFileReBuild" target="main"><%=ZC_MSG073%></a></p>
  52. <div style="height:5px;"> </div>
  53. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=ArticleMng" target="main"><%=ZC_MSG067%></a></p>
  54. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=CategoryMng" target="main"><%=ZC_MSG066%></a></p>
  55. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=TagMng" target="main"><%=ZC_MSG141%></a></p>
  56. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=CommentMng" target="main"><%=ZC_MSG068%></a></p>
  57. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=TrackBackMng" target="main"><%=ZC_MSG069%></a></p>
  58. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=FileMng" target="main"><%=ZC_MSG071%></a></p>
  59. <div style="height:5px;"> </div>
  60. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=SettingMng" target="main"><%=ZC_MSG247%></a></p>
  61. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=ThemesMng" target="main"><%=ZC_MSG291%></a></p>
  62. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=PlugInMng" target="main"><%=ZC_MSG107%></a></p>
  63. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=UserMng" target="main"><%=ZC_MSG070%></a></p>
  64. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=LinkMng" target="main"><%=ZC_MSG298%></a></p>
  65. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=SiteFileMng" target="main"><%=ZC_MSG210%></a></p>
  66. <div style="height:5px;font-size:5px;"> </div>
  67. <p class="button1"><a onclick='return changeButtonColor(this)' href="../cmd.asp?act=logout" target="_top"><%=ZC_MSG020%></a></p>
  68. </body>
  69. </html>