%%C2^C23^C238C7E2%%header.html.php 5.5 KB

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