| | |
| | | <head> |
| | | <meta charset='utf-8' /> |
| | | |
| | | <title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title> |
| | | <title><tmpl_var name="company_name"><tmpl_var name="app_title"> <tmpl_var name="app_version"></title> |
| | | |
| | | <meta name='viewport' content='width=device-width, user-scalable=yes'> |
| | | <meta name='description' lang='en' content='' /> |
| | |
| | | <link rel='stylesheet' href='themes/<tmpl_var name='current_theme'>/assets/stylesheets/fonts.min.css' /> |
| | | <link rel='stylesheet' href='themes/<tmpl_var name='current_theme'>/assets/stylesheets/ispconfig.min.css' /> |
| | | <link rel='stylesheet' href='themes/<tmpl_var name='current_theme'>/assets/stylesheets/pushy.min.css' /> |
| | | <link rel='stylesheet' href='themes/<tmpl_var name='current_theme'>/assets/stylesheets/bootstrap-datetimepicker.min.css' /> |
| | | <link rel='stylesheet' href='themes/<tmpl_var name='current_theme'>/assets/stylesheets/responsive.min.css' /> |
| | | <link rel='stylesheet' href='themes/<tmpl_var name='current_theme'>/assets/stylesheets/themes/default/theme.min.css' /> |
| | | <link rel='stylesheet' href='themes/<tmpl_var name='current_theme'>/assets/stylesheets/select2.css' /> |
| | |
| | | <div id='headerbar' class='clear'> |
| | | <!-- logout button --> |
| | | <tmpl_if name="cpuser"> |
| | | <button type='button' id='logout-button' class='btn btn-sm btn-danger' data-load-content="login/logout.php"><tmpl_var format="strtoupper" name="logout_txt"> <tmpl_var format="strtoupper" name="cpuser"></button> |
| | | <button type='button' id='logout-button' class='btn btn-sm btn-danger text-uppercase' data-load-content="login/logout.php"><tmpl_var name="logout_txt"> <tmpl_var name="cpuser"></button> |
| | | <tmpl_if name='usertype' op='==' value='normaluser'> |
| | | <!-- search field --> |
| | | <form action='#' method='get' id='searchform' role='form'> |
| | |
| | | <!-- content --> |
| | | <div id='content' class='right'> |
| | | <form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data" class='form-horizontal' role='form'> |
| | | <div id="pageContent"><!-- AJAX CONTENT --></div> |
| | | <div id="pageContent" data-startpage="{tmpl_var name="startpage"}"><!-- AJAX CONTENT --></div> |
| | | </form> |
| | | </div> |
| | | <!-- news sidebar --> |
| | |
| | | |
| | | <script type="text/javascript" src="js/jquery.min.js"></script> |
| | | <script src='themes/<tmpl_var name='current_theme'>/assets/javascripts/bootstrap.min.js'></script> |
| | | <script src='themes/<tmpl_var name='current_theme'>/assets/javascripts/ispconfig.min.js'></script> |
| | | <script src='themes/<tmpl_var name='current_theme'>/assets/javascripts/bootstrap-datetimepicker.min.js'></script> |
| | | <script src='themes/<tmpl_var name='current_theme'>/assets/javascripts/ispconfig.js'></script> |
| | | <script src='themes/<tmpl_var name='current_theme'>/assets/javascripts/modernizr.custom.min.js'></script> |
| | | <script src='themes/<tmpl_var name='current_theme'>/assets/javascripts/pushy.min.js'></script> |
| | | <script src='themes/<tmpl_var name='current_theme'>/assets/javascripts/responsive.min.js'></script> |
| | |
| | | </script> |
| | | </body> |
| | | |
| | | </html> |
| | | </html> |