header.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title><{if $title}><{$title}> - <{/if}><{$web_cfg.name}></title>
  6. <script src="<{$web_cfg.cdn}>/kissy/1.4.0/seed.js?t=1408326831" data-config="{combine:false}" charset="utf-8"></script>
  7. <script src="<{$web_cfg.cdn}>/cfg-min.js?t=1408326833331" data-config="{combine:false}" charset="utf-8"></script>
  8. <script type="text/javascript" src="<{$web_cfg.cdn}>/public/static/js/jquery-1.10.2.min.js"></script>
  9. <script src="<{$web_cfg.domain}>/kissy-versions.php" charset="utf-8"></script>
  10. <link rel="stylesheet" href="<{$web_cfg.cdn}>/public/static/css/admin_style.css">
  11. <link rel="stylesheet" href="<{$web_cfg.cdn}>/public/static/css/buttons.css">
  12. <link rel="stylesheet" href="<{$web_cfg.cdn}>/public/static/css/tabs.css">
  13. <style>
  14. hr {
  15. border-color: #ddd;
  16. border-style: dashed;
  17. }
  18. small {
  19. font-weight: 300;
  20. }
  21. .form-control {
  22. border-radius: 1px;
  23. font-size: 12px;
  24. height: 27px;
  25. line-height: 1.5;
  26. padding: 5px 10px;
  27. }
  28. .form-control:focus {
  29. border: 1px solid #3bb4f2;
  30. background-color: #fafffe;
  31. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(59, 180, 242, 0.3);
  32. }
  33. .panel {
  34. border: 1px solid #e5e5e5;
  35. border-radius:10px;
  36. }
  37. .panel-heading {
  38. padding: 8px 12px;
  39. background-color: #FDFDFD;
  40. }
  41. .panel-default>.panel-heading {
  42. background-color: #FAFAFA;
  43. border-radius:10px 10px 0px 0px;
  44. }
  45. .pull-right {
  46. position: absolute;
  47. right: 27px;
  48. top: 7px;
  49. cursor: pointer;
  50. text-transform: none;
  51. font-weight: 300;
  52. color: #333;
  53. font-size:12px;
  54. }
  55. .thumbnail {
  56. border-radius: 2px;
  57. }
  58. .ks-overflow{
  59. display: block;
  60. overflow: hidden;
  61. text-overflow: ellipsis;
  62. white-space: nowrap;
  63. }
  64. ul, ol {
  65. padding-left: 10px;
  66. }
  67. .form-control {
  68. max-width: 500px;
  69. }
  70. .block_10 {
  71. display:block;
  72. height:10px;
  73. }
  74. .block_15 {
  75. display:block;
  76. height:15px;
  77. }
  78. .page {
  79. text-align:center;
  80. }
  81. .page > a {
  82. background-color: #FFF;
  83. border: 1px solid #FFF;
  84. border-radius: 3px;
  85. color: #636e7b;
  86. display: inline-block;
  87. padding: 1px 8px;
  88. text-decoration: none;
  89. }
  90. .page > a:hover {
  91. background-color: #E4E7EA;
  92. }
  93. .page-current {
  94. background-color: #E4E7EA;
  95. border-radius: 3px;
  96. color: #CCC;
  97. display: inline-block;
  98. padding: 2px 9px;
  99. margin-left: 3px;
  100. }
  101. .page-more {
  102. border-radius: 3px;
  103. color: #CCC;
  104. display: inline-block;
  105. padding: 2px 3px;
  106. margin-left: 3px;
  107. }
  108. .note {
  109. color: #999;
  110. display: block;
  111. font-size: 12px;
  112. padding: 5px 0 0;
  113. }
  114. .tip_message_success {
  115. background-color: #fff;
  116. border-left: 4px solid #7ad03a;
  117. box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  118. margin: 5px 0 15px;
  119. padding: 8px 12px;
  120. }
  121. .tip_message_fail {
  122. background-color: #fff;
  123. border-left: 4px solid #dd3d36;
  124. box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  125. margin: 5px 0 15px;
  126. padding: 8px 12px;
  127. }
  128. .clear {clear: both;}
  129. </style>
  130. <script type="text/javascript">
  131. var VG = {};
  132. VG.conf = {
  133. root_domain: '<{$web_cfg.domain}>'
  134. , cdn_domain: '<{$web_cfg.cdn}>'
  135. , url: '<{$web_cfg.url}>'
  136. };
  137. </script>
  138. </head>
  139. <body class="<{if $smarty.cookies.X_ADMINMENU == 'sticky'}>sticky-menu<{/if}>">
  140. <div id="adminbar" style="display:none;">
  141. <ul>
  142. <li><a href="javascript:;">&nbsp;<i class="ab-icon fa fa-apple"></i>&nbsp;</a></li>
  143. <li><a href="<{$web_cfg.domain}>/admin/">&nbsp;<i class="fa fa-home"></i> 平台首页</a></li>
  144. <li><a href="<{$web_cfg.url}>" id="adminrefresh">&nbsp;<i class="fa fa-refresh"></i> 刷新</a></li>
  145. <li class="barshow">
  146. <a href="javascript:;"><i class="fa fa-plus"></i> 新建</a>
  147. <div class="showbox">
  148. <ul>
  149. <{foreach from=$pagePublicData.rapidEntranceUrl key=index item=item}>
  150. <li><a href="<{$item}>"><{$index}></a></li>
  151. <{/foreach}>
  152. </ul>
  153. </div>
  154. </li>
  155. <li><a href="<{$web_cfg.domain}>?c=Admin_Activity_ActivityList&a=PageMyList" >&nbsp;<i class="fa fa-hand-o-right"></i> 我发布的活动</a></li>
  156. </ul>
  157. <ul class="member">
  158. <li> <a href="javascript:void('name');">您好,<{$backuser.name}></a></li>
  159. <li> <a href="<{$web_cfg.domain}>/?c=Admin_BackUser&a=ModifyPassword&uid=<{$backuser.uid}>">修改密码</a></li>
  160. <li> <a href="<{$web_cfg.domain}>/?c=Admin_BackUser&a=logout" title="登出">&nbsp;<i class="fa fa-sign-out"></i>&nbsp;</a>
  161. </ul>
  162. </div>