12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- {include file="common/meta" /}
-
- <script>
- //此处为FastAdmin的统计代码,正式使用请移除
- var _hmt = _hmt || [];
- (function () {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?58347d769d009bcf6074e9a0ab7ba05e";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- </head>
- <body class="hold-transition skin-green sidebar-mini fixed" id="tabs">
- <div class="wrapper">
- <header id="header" class="main-header">
- {include file='common/header' /}
- </header>
- <!-- Left side column. contains the logo and sidebar -->
- <aside class="main-sidebar">
- {include file='common/menu' /}
- </aside>
- <!-- Content Wrapper. Contains page content -->
- <div class="content-wrapper tab-content tab-addtabs">
- </div>
- <!-- /.content-wrapper -->
- <footer class="main-footer hide">
- <div class="pull-right hidden-xs">
- </div>
- <strong>Copyright © 2014-2016 <a href="http://fastadmin.net">Fastadmin</a>.</strong> All rights
- reserved.
- </footer>
- <!-- Add the sidebar's background. This div must be placed
- immediately after the control sidebar -->
- <div class="control-sidebar-bg"></div>
- {include file="common/control" /}
- </div>
- <!-- ./wrapper -->
- <!-- end main content -->
- {include file="common/script" /}
- </body>
- </html>
|