index.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html lang="{$config.language}">
  3. <head>
  4. <!-- 加载部部样式及META信息 -->
  5. {include file="common/meta" /}
  6. </head>
  7. <body class="hold-transition skin-green sidebar-mini fixed {if $config.fastadmin.multiplenav}multiplenav{/if}" id="tabs">
  8. <div class="wrapper">
  9. <!-- 头部区域 -->
  10. <header id="header" class="main-header">
  11. {include file='common/header' /}
  12. </header>
  13. <!-- 左侧菜单栏 -->
  14. <aside class="main-sidebar">
  15. {include file='common/menu' /}
  16. </aside>
  17. <!-- 主体内容区域 -->
  18. <div class="content-wrapper tab-content tab-addtabs">
  19. </div>
  20. <!-- 底部链接,默认隐藏 -->
  21. <footer class="main-footer hide">
  22. <div class="pull-right hidden-xs">
  23. </div>
  24. <strong>Copyright &copy; 2017-2018 <a href="https://www.fastadmin.net">Fastadmin</a>.</strong> All rights reserved.
  25. </footer>
  26. <!-- 右侧控制栏 -->
  27. <div class="control-sidebar-bg"></div>
  28. {include file="common/control" /}
  29. </div>
  30. <!-- 加载JS脚本 -->
  31. {include file="common/script" /}
  32. </body>
  33. </html>