1234567891011121314151617181920212223242526272829303132333435363738 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- {include file="common/meta" /}
- </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>
-
- <aside class="main-sidebar">
- {include file='common/menu' /}
- </aside>
-
- <div class="content-wrapper tab-content tab-addtabs">
- </div>
-
- <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>
-
- <div class="control-sidebar-bg"></div>
- {include file="common/control" /}
- </div>
-
-
- {include file="common/script" /}
- </body>
- </html>
|