cb15cf86e57d77584277dc3ae44d8bf5.php 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. <?php if (!defined('THINK_PATH')) exit(); /*a:6:{s:70:"/www/wwwroot/baoxian/public/../application/admin/view/index/index.html";i:1627698986;s:60:"/www/wwwroot/baoxian/application/admin/view/common/meta.html";i:1627698986;s:62:"/www/wwwroot/baoxian/application/admin/view/common/header.html";i:1627698986;s:60:"/www/wwwroot/baoxian/application/admin/view/common/menu.html";i:1627698986;s:63:"/www/wwwroot/baoxian/application/admin/view/common/control.html";i:1627698986;s:62:"/www/wwwroot/baoxian/application/admin/view/common/script.html";i:1627698986;}*/ ?>
  2. <!DOCTYPE html>
  3. <html lang="<?php echo $config['language']; ?>">
  4. <head>
  5. <!-- 加载样式及META信息 -->
  6. <meta charset="utf-8">
  7. <title><?php echo (isset($title) && ($title !== '')?$title:''); ?></title>
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  9. <meta name="renderer" content="webkit">
  10. <meta name="referrer" content="never">
  11. <meta name="robots" content="noindex, nofollow">
  12. <link rel="shortcut icon" href="/assets/img/favicon.ico" />
  13. <!-- Loading Bootstrap -->
  14. <link href="/assets/css/backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  15. <?php if(\think\Config::get('fastadmin.adminskin')): ?>
  16. <link href="/assets/css/skins/<?php echo \think\Config::get('fastadmin.adminskin'); ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  17. <?php endif; ?>
  18. <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
  19. <!--[if lt IE 9]>
  20. <script src="/assets/js/html5shiv.js"></script>
  21. <script src="/assets/js/respond.min.js"></script>
  22. <![endif]-->
  23. <script type="text/javascript">
  24. var require = {
  25. config: <?php echo json_encode($config); ?>
  26. };
  27. </script>
  28. </head>
  29. <body class="hold-transition <?php echo (\think\Config::get('fastadmin.adminskin') ?: 'skin-black-green'); ?> sidebar-mini fixed <?php echo \think\Config::get('fastadmin.multipletab')?'multipletab':''; ?> <?php echo \think\Config::get('fastadmin.multiplenav')?'multiplenav':''; ?>" id="tabs">
  30. <div class="wrapper">
  31. <!-- 头部区域 -->
  32. <header id="header" class="main-header">
  33. <?php if(preg_match('/\/admin\/|\/admin\.php|\/admin_d75KABNWt\.php/i', url())): ?>
  34. <div class="alert alert-danger-light text-center" style="margin-bottom:0;border:none;">
  35. <?php echo __('Security tips'); ?>
  36. </div>
  37. <?php endif; ?>
  38. <!-- Logo -->
  39. <a href="javascript:;" class="logo">
  40. <!-- 迷你模式下Logo的大小为50X50 -->
  41. <span class="logo-mini"><?php echo htmlentities(mb_strtoupper(mb_substr($site['name'],0,4,'utf-8'),'utf-8')); ?></span>
  42. <!-- 普通模式下Logo -->
  43. <span class="logo-lg"><?php echo htmlentities($site['name']); ?></span>
  44. </a>
  45. <!-- 顶部通栏样式 -->
  46. <nav class="navbar navbar-static-top">
  47. <!--第一级菜单-->
  48. <div id="firstnav">
  49. <!-- 边栏切换按钮-->
  50. <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
  51. <span class="sr-only"><?php echo __('Toggle navigation'); ?></span>
  52. </a>
  53. <!--如果不想在顶部显示角标,则给ul加上disable-top-badge类即可-->
  54. <ul class="nav nav-tabs nav-addtabs disable-top-badge hidden-xs" role="tablist">
  55. <?php echo $navlist; ?>
  56. </ul>
  57. <div class="navbar-custom-menu">
  58. <ul class="nav navbar-nav">
  59. <li class="hidden-xs">
  60. <a href="/" target="_blank"><i class="fa fa-home" style="font-size:14px;"></i> <?php echo __('Home'); ?></a>
  61. </li>
  62. <!-- 清除缓存 -->
  63. <li class="hidden-xs">
  64. <a href="javascript:;" data-toggle="dropdown" title="<?php echo __('Wipe cache'); ?>">
  65. <i class="fa fa-trash"></i> <?php echo __('Wipe cache'); ?>
  66. </a>
  67. <ul class="dropdown-menu wipecache">
  68. <li><a href="javascript:;" data-type="all"><i class="fa fa-trash fa-fw"></i> <?php echo __('Wipe all cache'); ?></a></li>
  69. <li class="divider"></li>
  70. <li><a href="javascript:;" data-type="content"><i class="fa fa-file-text fa-fw"></i> <?php echo __('Wipe content cache'); ?></a></li>
  71. <li><a href="javascript:;" data-type="template"><i class="fa fa-file-image-o fa-fw"></i> <?php echo __('Wipe template cache'); ?></a></li>
  72. <li><a href="javascript:;" data-type="addons"><i class="fa fa-rocket fa-fw"></i> <?php echo __('Wipe addons cache'); ?></a></li>
  73. <li><a href="javascript:;" data-type="browser"><i class="fa fa-chrome fa-fw"></i> <?php echo __('Wipe browser cache'); ?>
  74. <span data-toggle="tooltip" data-title="<?php echo __('Wipe browser cache tips'); ?>"><i class="fa fa-info-circle"></i></span>
  75. </a></li>
  76. </ul>
  77. </li>
  78. <!-- 多语言列表 -->
  79. <?php if(\think\Config::get('lang_switch_on')): ?>
  80. <!-- <li class="hidden-xs">-->
  81. <!-- <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-language"></i></a>-->
  82. <!-- <ul class="dropdown-menu">-->
  83. <!-- <li class="<?php echo $config['language']=='zh-cn'?'active':''; ?>">-->
  84. <!-- <a href="?ref=addtabs&lang=zh-cn">简体中文</a>-->
  85. <!-- </li>-->
  86. <!-- <li class="<?php echo $config['language']=='en'?'active':''; ?>">-->
  87. <!-- <a href="?ref=addtabs&lang=en">English</a>-->
  88. <!-- </li>-->
  89. <!-- </ul>-->
  90. <!-- </li>-->
  91. <?php endif; ?>
  92. <!-- 全屏按钮 -->
  93. <li class="hidden-xs">
  94. <a href="#" data-toggle="fullscreen"><i class="fa fa-arrows-alt"></i></a>
  95. </li>
  96. <!-- 账号信息下拉框 -->
  97. <li class="dropdown user user-menu">
  98. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  99. <img src="<?php echo htmlentities(cdnurl($admin['avatar'])); ?>" class="user-image" alt="">
  100. <span class="hidden-xs"><?php echo htmlentities($admin['nickname']); ?></span>
  101. </a>
  102. <ul class="dropdown-menu">
  103. <!-- User image -->
  104. <li class="user-header">
  105. <img src="<?php echo htmlentities(cdnurl($admin['avatar'])); ?>" class="img-circle" alt="">
  106. <p>
  107. <?php echo htmlentities($admin['nickname']); ?>
  108. <small><?php echo date("Y-m-d H:i:s",$admin['logintime']); ?></small>
  109. </p>
  110. </li>
  111. <li class="user-body">
  112. <div class="visible-xs">
  113. <div class="pull-left">
  114. <a href="/" target="_blank"><i class="fa fa-home" style="font-size:14px;"></i> <?php echo __('Home'); ?></a>
  115. </div>
  116. <div class="pull-right">
  117. <a href="javascript:;" data-type="all" class="wipecache"><i class="fa fa-trash fa-fw"></i> <?php echo __('Wipe all cache'); ?></a>
  118. </div>
  119. </div>
  120. </li>
  121. <!-- Menu Footer-->
  122. <li class="user-footer">
  123. <div class="pull-left">
  124. <a href="general/profile" class="btn btn-primary addtabsit"><i class="fa fa-user"></i>
  125. <?php echo __('Profile'); ?></a>
  126. </div>
  127. <div class="pull-right">
  128. <a href="<?php echo url('index/logout'); ?>" class="btn btn-danger"><i class="fa fa-sign-out"></i>
  129. <?php echo __('Logout'); ?></a>
  130. </div>
  131. </li>
  132. </ul>
  133. </li>
  134. <!-- 控制栏切换按钮 -->
  135. <!-- <li class="hidden-xs">-->
  136. <!-- <a href="javascript:;" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>-->
  137. <!-- </li>-->
  138. </ul>
  139. </div>
  140. </div>
  141. <?php if(\think\Config::get('fastadmin.multiplenav')): ?>
  142. <!--第二级菜单,只有在multiplenav开启时才显示-->
  143. <div id="secondnav">
  144. <ul class="nav nav-tabs nav-addtabs disable-top-badge" role="tablist">
  145. <?php if($fixedmenu): ?>
  146. <li role="presentation" id="tab_<?php echo $fixedmenu['id']; ?>" class="<?php echo $referermenu?'':'active'; ?>"><a href="#con_<?php echo $fixedmenu['id']; ?>" node-id="<?php echo $fixedmenu['id']; ?>" aria-controls="<?php echo $fixedmenu['id']; ?>" role="tab" data-toggle="tab"><i class="fa fa-dashboard fa-fw"></i> <span><?php echo $fixedmenu['title']; ?></span> <span class="pull-right-container"> </span></a></li>
  147. <?php endif; if($referermenu): ?>
  148. <li role="presentation" id="tab_<?php echo $referermenu['id']; ?>" class="active"><a href="#con_<?php echo $referermenu['id']; ?>" node-id="<?php echo $referermenu['id']; ?>" aria-controls="<?php echo $referermenu['id']; ?>" role="tab" data-toggle="tab"><i class="fa fa-list fa-fw"></i> <span><?php echo $referermenu['title']; ?></span> <span class="pull-right-container"> </span></a> <i class="close-tab fa fa-remove"></i></li>
  149. <?php endif; ?>
  150. </ul>
  151. </div>
  152. <?php endif; ?>
  153. </nav>
  154. </header>
  155. <!-- 左侧菜单栏 -->
  156. <aside class="main-sidebar">
  157. <!-- 左侧菜单栏 -->
  158. <section class="sidebar">
  159. <!-- 管理员信息 -->
  160. <div class="user-panel hidden-xs">
  161. <div class="pull-left image">
  162. <a href="general/profile" class="addtabsit"><img src="<?php echo htmlentities(cdnurl($admin['avatar'])); ?>" class="img-circle" /></a>
  163. </div>
  164. <div class="pull-left info">
  165. <p><?php echo htmlentities($admin['nickname']); ?></p>
  166. <i class="fa fa-circle text-success"></i> <?php echo __('Online'); ?>
  167. </div>
  168. </div>
  169. <!-- 菜单搜索 -->
  170. <form action="" method="get" class="sidebar-form" onsubmit="return false;">
  171. <div class="input-group">
  172. <input type="text" name="q" class="form-control" placeholder="<?php echo __('Search menu'); ?>">
  173. <span class="input-group-btn">
  174. <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
  175. </button>
  176. </span>
  177. <div class="menuresult list-group sidebar-form hide">
  178. </div>
  179. </div>
  180. </form>
  181. <!-- 移动端一级菜单 -->
  182. <div class="mobilenav visible-xs">
  183. </div>
  184. <!--如果想始终显示子菜单,则给ul加上show-submenu类即可,当multiplenav开启的情况下默认为展开-->
  185. <ul class="sidebar-menu <?php if(\think\Config::get('fastadmin.multiplenav')): ?>show-submenu<?php endif; ?>">
  186. <!-- 菜单可以在 后台管理->权限管理->菜单规则 中进行增删改排序 -->
  187. <?php echo $menulist; ?>
  188. </ul>
  189. </section>
  190. </aside>
  191. <!-- 主体内容区域 -->
  192. <div class="content-wrapper tab-content tab-addtabs">
  193. <?php if($fixedmenu): ?>
  194. <div role="tabpanel" class="tab-pane <?php echo $referermenu?'':'active'; ?>" id="con_<?php echo $fixedmenu['id']; ?>">
  195. <iframe src="<?php echo $fixedmenu['url']; ?>?addtabs=1" width="100%" height="100%" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling-x="no" scrolling-y="auto" allowtransparency="yes"></iframe>
  196. </div>
  197. <?php endif; if($referermenu): ?>
  198. <div role="tabpanel" class="tab-pane active" id="con_<?php echo $referermenu['id']; ?>">
  199. <iframe src="<?php echo $referermenu['url']; ?>?addtabs=1" width="100%" height="100%" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling-x="no" scrolling-y="auto" allowtransparency="yes"></iframe>
  200. </div>
  201. <?php endif; ?>
  202. </div>
  203. <!-- 底部链接,默认隐藏 -->
  204. <footer class="main-footer hide">
  205. <div class="pull-right hidden-xs">
  206. </div>
  207. <strong>Copyright &copy; 2017-2020 <a href="/"><?php echo $site['name']; ?></a>.</strong> All rights reserved.
  208. </footer>
  209. <!-- 右侧控制栏 -->
  210. <div class="control-sidebar-bg"></div>
  211. <style>
  212. .skin-list li{
  213. float:left; width: 33.33333%; padding: 5px;
  214. }
  215. .skin-list li a{
  216. display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4);
  217. }
  218. .skin-list li a span{
  219. display: block;
  220. float:left;
  221. }
  222. </style>
  223. <!-- Control Sidebar -->
  224. <aside class="control-sidebar control-sidebar-dark">
  225. <!-- Create the tabs -->
  226. <ul class="nav nav-tabs nav-justified control-sidebar-tabs">
  227. <li class="active"><a href="#control-sidebar-setting-tab" data-toggle="tab" aria-expanded="true"><i class="fa fa-wrench"></i></a></li>
  228. <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
  229. <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
  230. </ul>
  231. <!-- Tab panes -->
  232. <div class="tab-content">
  233. <!-- Home tab content -->
  234. <div class="tab-pane active" id="control-sidebar-setting-tab">
  235. <h4 class="control-sidebar-heading"><?php echo __('Layout Options'); ?></h4>
  236. <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-layout="fixed" class="pull-right"> <?php echo __('Fixed Layout'); ?></label><p><?php echo __("You can't use fixed and boxed layouts together"); ?></p></div>
  237. <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-layout="layout-boxed" class="pull-right"> <?php echo __('Boxed Layout'); ?></label><p><?php echo __('Activate the boxed layout'); ?></p></div>
  238. <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-layout="sidebar-collapse" class="pull-right"> <?php echo __('Toggle Sidebar'); ?></label><p><?php echo __("Toggle the left sidebar's state (open or collapse)"); ?></p></div>
  239. <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-enable="expandOnHover" class="pull-right"> <?php echo __('Sidebar Expand on Hover'); ?></label><p><?php echo __('Let the sidebar mini expand on hover'); ?></p></div>
  240. <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-menu="show-submenu" class="pull-right"> <?php echo __('Show sub menu'); ?></label><p><?php echo __('Always show sub menu'); ?></p></div>
  241. <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-menu="disable-top-badge" class="pull-right"> <?php echo __('Disable top menu badge'); ?></label><p><?php echo __('Disable top menu badge without left menu'); ?></p></div>
  242. <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-controlsidebar="control-sidebar-open" class="pull-right"> <?php echo __('Toggle Right Sidebar Slide'); ?></label><p><?php echo __('Toggle between slide over content and push content effects'); ?></p></div>
  243. <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-sidebarskin="toggle" class="pull-right"> <?php echo __('Toggle Right Sidebar Skin'); ?></label><p><?php echo __('Toggle between dark and light skins for the right sidebar'); ?></p></div>
  244. <h4 class="control-sidebar-heading"><?php echo __('Skins'); ?></h4>
  245. <ul class="list-unstyled clearfix skin-list">
  246. <li><a href="javascript:;" data-skin="skin-blue" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #4e73df;"></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Blue</p></li>
  247. <li><a href="javascript:;" data-skin="skin-black" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black</p></li>
  248. <li><a href="javascript:;" data-skin="skin-purple" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #605ca8;"></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Purple</p></li>
  249. <li><a href="javascript:;" data-skin="skin-green" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 7px;" class="bg-green-active"></span><span class="bg-green" style="width: 80%; height: 7px;"></span></div><div><span style="width: 20%; height: 20px; background: #000;"></span><span style="width: 80%; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Green</p></li>
  250. <li><a href="javascript:;" data-skin="skin-red" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 7px;" class="bg-red-active"></span><span class="bg-red" style="width: 80%; height: 7px;"></span></div><div><span style="width: 20%; height: 20px; background: #000;"></span><span style="width: 80%; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Red</p></li>
  251. <li><a href="javascript:;" data-skin="skin-yellow" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 7px;" class="bg-yellow-active"></span><span class="bg-yellow" style="width: 80%; height: 7px;"></span></div><div><span style="width: 20%; height: 20px; background: #000;"></span><span style="width: 80%; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Yellow</p></li>
  252. <li><a href="javascript:;" data-skin="skin-blue-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px; background: #4e73df;"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Blue Light</p></li>
  253. <li><a href="javascript:;" data-skin="skin-black-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px; background: #000;"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Black Light</p></li>
  254. <li><a href="javascript:;" data-skin="skin-purple-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px; background: #605ca8;"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Purple Light</p></li>
  255. <li><a href="javascript:;" data-skin="skin-green-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px;" class="bg-green"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Green Light</p></li>
  256. <li><a href="javascript:;" data-skin="skin-red-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px;" class="bg-red"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Red Light</p></li>
  257. <li><a href="javascript:;" data-skin="skin-yellow-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px;" class="bg-yellow"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Yellow Light</p></li>
  258. <li><a href="javascript:;" data-skin="skin-black-blue" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px; background: #4e73df;"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Blue</p></li>
  259. <li><a href="javascript:;" data-skin="skin-black-purple" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px; background: #605ca8;"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Purple</p></li>
  260. <li><a href="javascript:;" data-skin="skin-black-green" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px;" class="bg-green"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Green</p></li>
  261. <li><a href="javascript:;" data-skin="skin-black-red" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px;" class="bg-red"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Red</p></li>
  262. <li><a href="javascript:;" data-skin="skin-black-yellow" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px;" class="bg-yellow"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Yellow</p></li>
  263. <li><a href="javascript:;" data-skin="skin-black-pink" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px; background: #f5549f;"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Pink</p></li>
  264. </ul>
  265. </div>
  266. <!-- /.tab-pane -->
  267. <!-- Home tab content -->
  268. <div class="tab-pane" id="control-sidebar-home-tab">
  269. <h4 class="control-sidebar-heading"><?php echo __('Home'); ?></h4>
  270. </div>
  271. <!-- /.tab-pane -->
  272. <!-- Settings tab content -->
  273. <div class="tab-pane" id="control-sidebar-settings-tab">
  274. <h4 class="control-sidebar-heading"><?php echo __('Setting'); ?></h4>
  275. </div>
  276. <!-- /.tab-pane -->
  277. </div>
  278. </aside>
  279. <!-- /.control-sidebar -->
  280. </div>
  281. <!-- 加载JS脚本 -->
  282. <script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version']); ?>"></script>
  283. </body>
  284. </html>