index.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {include file="common/meta" /}
  5. <script>
  6. //此处为FastAdmin的统计代码,正式使用请移除
  7. var _hmt = _hmt || [];
  8. (function () {
  9. var hm = document.createElement("script");
  10. hm.src = "https://hm.baidu.com/hm.js?58347d769d009bcf6074e9a0ab7ba05e";
  11. var s = document.getElementsByTagName("script")[0];
  12. s.parentNode.insertBefore(hm, s);
  13. })();
  14. </script>
  15. </head>
  16. <body class="hold-transition skin-green sidebar-mini fixed" id="tabs">
  17. <div class="wrapper">
  18. <header id="header" class="main-header">
  19. {include file='common/header' /}
  20. </header>
  21. <!-- Left side column. contains the logo and sidebar -->
  22. <aside class="main-sidebar">
  23. {include file='common/menu' /}
  24. </aside>
  25. <!-- Content Wrapper. Contains page content -->
  26. <div class="content-wrapper tab-content tab-addtabs">
  27. </div>
  28. <!-- /.content-wrapper -->
  29. <footer class="main-footer hide">
  30. <div class="pull-right hidden-xs">
  31. </div>
  32. <strong>Copyright &copy; 2014-2016 <a href="http://fastadmin.net">Fastadmin</a>.</strong> All rights
  33. reserved.
  34. </footer>
  35. <!-- Add the sidebar's background. This div must be placed
  36. immediately after the control sidebar -->
  37. <div class="control-sidebar-bg"></div>
  38. {include file="common/control" /}
  39. </div>
  40. <!-- ./wrapper -->
  41. <!-- end main content -->
  42. {include file="common/script" /}
  43. </body>
  44. </html>