top.asp
Upload User: pengwei803
Upload Date: 2021-02-10
Package Size: 3311k
Code Size: 3k
Development Platform:

HTML/CSS

  1. <!--#include file="../../Ku_inc/Ku_sql.asp"-->
  2. <!--#include file="../../ku_inc/Ku_config.asp"-->
  3. <!-- #include file="../Session.asp"-->
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  8. <title></title>
  9. </body>
  10. <style type="text/css">
  11. <!--
  12. body {
  13. background-color: #F1F1E8;
  14.         margin: 0px;
  15. }
  16. #admin_logo {
  17. width: 220px;
  18. float: left;
  19. padding-top: 10px;
  20. background-position: center;
  21. text-align: center;
  22. font-family: Impact;
  23. font-size: 24px;
  24. color: #666666;
  25. letter-spacing: 2px;
  26. height: auto;
  27. }
  28. #admin_top {
  29. float: left;
  30. width: auto;
  31. }
  32. #admin_top ul {
  33. list-style-type: none;
  34. margin-top: 15px;
  35. margin-left: 5px;
  36. float: right;
  37. }
  38. #admin_top li {
  39. float: left;
  40. }
  41. #admin_top li a {
  42. display: block;
  43. float: left;
  44. width: 81px;
  45. height: 23px;
  46. color: #666666;
  47. text-decoration: none;
  48. margin-right: 5px;
  49. text-align: center;
  50. padding-top: 12px;
  51. padding-left: 20px;
  52. font-family: "宋体";
  53. font-size: 12px;
  54. }
  55. #admin_top li a:hover {
  56. color: #990000;
  57. text-decoration: none;
  58. }
  59. #admin_but_sortback {
  60. background-color: #ABACA0;
  61. height: 23px;
  62. clear: both;
  63. text-align: right;
  64. }
  65. #admin_but_sortback h6 {
  66. display: block;
  67. margin: 0px;
  68. width: 150px;
  69. height: 15px;
  70. background-image: url(images/homeicon.gif);
  71. padding-top: 5px;
  72. padding-right: 20px;
  73. padding-bottom: 0px;
  74. background-position: -10px 2px;
  75. }
  76. #admin_but_sortback a {
  77. font-family: "宋体";
  78. font-size: 12px;
  79. font-weight: normal;
  80. color: #FFFFFF;
  81. text-decoration: none;
  82. }
  83. #admin_top #icon1 {
  84. background-image: url(images/butback.gif);
  85. }
  86. #admin_top #icon2 {
  87. background-image: url(images/butback.gif);
  88. background-position: 646px;
  89. }
  90. #admin_top #icon3 {
  91. background-image: url(images/butback.gif);
  92. background-position: 537px;
  93. }
  94. #admin_top #icon4 {
  95. background-image: url(images/butback.gif);
  96. background-position: 428px;
  97. }
  98. #admin_top #icon5 {
  99. background-image: url(images/butback.gif);
  100. background-position: 319px;
  101. }
  102. #admin_top #icon6 {
  103. background-image: url(images/butback.gif);
  104. background-position: 210px;
  105. }
  106. #admin_top #icon7 {
  107. background-image: url(images/butback.gif);
  108. background-position: 101px;
  109. }
  110. -->
  111. </style>
  112. <base target="ku_main3">
  113. <body>
  114. <div id="admin_logo"><%=Ku_name%></div>
  115. <div id="admin_top">
  116. <ul>
  117. <li><a href="../main.asp" id="icon1">管理首页</a></li>
  118. <li><a href="Sys_left.asp" id="icon2" target="ku_main1">系统管理</a></li>
  119. <li><a href="Info_left.asp" id="icon3" target="ku_main1">信息管理</a></li>
  120. <li><a href="User_left.asp" id="icon4" target="ku_main1">会员管理</a></li>
  121. <li><a href="Data_left.asp" id="icon5" target="ku_main1">数据管理</a></li>
  122. <li><a href="Chajian_left.asp" id="icon6" target="ku_main1">插件管理</a></li>
  123. <li><a href="../Ku_check.asp?action=ku_logout" id="icon7" target="_parent">退 出</a></li>
  124. </ul>
  125. </div>
  126. <div id="admin_but_sortback"></div>
  127. </html>