Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <!DOCTYPE html> |
| 2 | <!-- |
||
| 3 | Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2 |
||
| 4 | Version: 3.6.2 |
||
| 5 | Author: KeenThemes |
||
| 6 | Website: http://www.keenthemes.com/ |
||
| 7 | Contact: support@keenthemes.com |
||
| 8 | Follow: www.twitter.com/keenthemes |
||
| 9 | Like: www.facebook.com/keenthemes |
||
| 10 | Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes |
||
| 11 | License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. |
||
| 12 | --> |
||
| 13 | <!--[if IE 8]> <html lang="en" class="ie8 no-js" data-ng-app="MetronicApp"> <![endif]--> |
||
| 14 | <!--[if IE 9]> <html lang="en" class="ie9 no-js" data-ng-app="MetronicApp"> <![endif]--> |
||
| 15 | <!--[if !IE]><!--> |
||
| 16 | <html lang="en" data-ng-app="MetronicApp"> |
||
| 17 | <!--<![endif]--> |
||
| 18 | <!-- BEGIN HEAD --> |
||
| 19 | <head> |
||
| 20 | <title data-ng-bind="'Metronic AngularJS | ' + $state.current.data.pageTitle"></title> |
||
| 21 | |||
| 22 | <meta charset="utf-8"/> |
||
| 23 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||
| 24 | <meta content="width=device-width, initial-scale=1" name="viewport"/> |
||
| 25 | <meta content="" name="description"/> |
||
| 26 | <meta content="" name="author"/> |
||
| 27 | |||
| 28 | <!-- BEGIN GLOBAL MANDATORY STYLES --> |
||
| 29 | <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/> |
||
| 30 | <link href="../../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> |
||
| 31 | <link href="../../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/> |
||
| 32 | <link href="../../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> |
||
| 33 | <link href="../../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"/> |
||
| 34 | <!-- END GLOBAL MANDATORY STYLES --> |
||
| 35 | |||
| 36 | <!-- BEGIN DYMANICLY LOADED CSS FILES(all plugin and page related styles must be loaded between GLOBAL and THEME css files ) --> |
||
| 37 | <link id="ng_load_plugins_before"/> |
||
| 38 | <!-- END DYMANICLY LOADED CSS FILES --> |
||
| 39 | |||
| 40 | <!-- BEGIN THEME STYLES --> |
||
| 41 | <!-- DOC: To use 'rounded corners' style just load 'components-rounded.css' stylesheet instead of 'components.css' in the below style tag --> |
||
| 42 | <link href="../../../assets/global/css/components.css" id="style_components" rel="stylesheet" type="text/css"/> |
||
| 43 | <link href="../../../assets/global/css/plugins.css" rel="stylesheet" type="text/css"/> |
||
| 44 | <link href="../../../assets/admin/layout3/css/layout.css" rel="stylesheet" type="text/css"/> |
||
| 45 | <link href="../../../assets/admin/layout3/css/themes/default.css" rel="stylesheet" type="text/css" id="style_color"/> |
||
| 46 | <link href="../../../assets/admin/layout3/css/custom.css" rel="stylesheet" type="text/css"/> |
||
| 47 | <!-- END THEME STYLES --> |
||
| 48 | |||
| 49 | <link rel="shortcut icon" href="favicon.ico"/> |
||
| 50 | </head> |
||
| 51 | <!-- END HEAD --> |
||
| 52 | |||
| 53 | <!-- BEGIN BODY --> |
||
| 54 | <!-- DOC: Apply "page-header-menu-fixed" class to set the mega menu fixed --> |
||
| 55 | <!-- DOC: Apply "page-header-top-fixed" class to set the top menu fixed --> |
||
| 56 | <body ng-controller="AppController" class="page-on-load"> |
||
| 57 | |||
| 58 | <!-- BEGIN PAGE SPINNER --> |
||
| 59 | <div ng-spinner-bar class="page-spinner-bar"> |
||
| 60 | <div class="bounce1"></div> |
||
| 61 | <div class="bounce2"></div> |
||
| 62 | <div class="bounce3"></div> |
||
| 63 | </div> |
||
| 64 | <!-- END PAGE SPINNER --> |
||
| 65 | |||
| 66 | <!-- BEGIN HEADER --> |
||
| 67 | <div data-ng-include="'tpl/header.html'" data-ng-controller="HeaderController" class="page-header"> |
||
| 68 | </div> |
||
| 69 | <!-- END HEADER --> |
||
| 70 | |||
| 71 | <div class="clearfix"> |
||
| 72 | </div> |
||
| 73 | |||
| 74 | <!-- BEGIN CONTAINER --> |
||
| 75 | <div class="page-container"> |
||
| 76 | |||
| 77 | <!-- BEGIN PAGE HEAD --> |
||
| 78 | <div data-ng-include="'tpl/page-head.html'" data-ng-controller="PageHeadController" class="page-head"> |
||
| 79 | </div> |
||
| 80 | <!-- END PAGE HEAD --> |
||
| 81 | |||
| 82 | <!-- BEGIN PAGE CONTENT --> |
||
| 83 | <div class="page-content"> |
||
| 84 | <div class="container"> |
||
| 85 | <!-- BEGIN ACTUAL CONTENT --> |
||
| 86 | <div ui-view class="fade-in-up"> |
||
| 87 | </div> |
||
| 88 | <!-- END ACTUAL CONTENT --> |
||
| 89 | </div> |
||
| 90 | </div> |
||
| 91 | <!-- END PAGE CONTENT --> |
||
| 92 | |||
| 93 | </div> |
||
| 94 | <!-- END CONTAINER --> |
||
| 95 | |||
| 96 | <!-- BEGIN FOOTER --> |
||
| 97 | <div data-ng-include="'tpl/footer.html'" data-ng-controller="FooterController"> |
||
| 98 | </div> |
||
| 99 | <!-- END FOOTER --> |
||
| 100 | |||
| 101 | <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) --> |
||
| 102 | |||
| 103 | <!-- BEGIN CORE JQUERY PLUGINS --> |
||
| 104 | <!--[if lt IE 9]> |
||
| 105 | <script src="../../../assets/global/plugins/respond.min.js"></script> |
||
| 106 | <script src="../../../assets/global/plugins/excanvas.min.js"></script> |
||
| 107 | <![endif]--> |
||
| 108 | <script src="../../../assets/global/plugins/jquery.min.js" type="text/javascript"></script> |
||
| 109 | <script src="../../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script> |
||
| 110 | <script src="../../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> |
||
| 111 | <script src="../../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script> |
||
| 112 | <script src="../../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> |
||
| 113 | <script src="../../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> |
||
| 114 | <script src="../../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script> |
||
| 115 | <script src="../../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script> |
||
| 116 | <!-- END CORE JQUERY PLUGINS --> |
||
| 117 | |||
| 118 | <!-- BEGIN CORE ANGULARJS PLUGINS --> |
||
| 119 | <script src="../../../assets/global/plugins/angularjs/angular.min.js" type="text/javascript"></script> |
||
| 120 | <script src="../../../assets/global/plugins/angularjs/angular-sanitize.min.js" type="text/javascript"></script> |
||
| 121 | <script src="../../../assets/global/plugins/angularjs/angular-touch.min.js" type="text/javascript"></script> |
||
| 122 | <script src="../../../assets/global/plugins/angularjs/plugins/angular-ui-router.min.js" type="text/javascript"></script> |
||
| 123 | <script src="../../../assets/global/plugins/angularjs/plugins/ocLazyLoad.min.js" type="text/javascript"></script> |
||
| 124 | <script src="../../../assets/global/plugins/angularjs/plugins/ui-bootstrap-tpls.min.js" type="text/javascript"></script> |
||
| 125 | <!-- END CORE ANGULARJS PLUGINS --> |
||
| 126 | |||
| 127 | <!-- BEGIN APP LEVEL ANGULARJS SCRIPTS --> |
||
| 128 | <script src="js/app.js" type="text/javascript"></script> |
||
| 129 | <script src="js/directives.js" type="text/javascript"></script> |
||
| 130 | <!-- END APP LEVEL ANGULARJS SCRIPTS --> |
||
| 131 | |||
| 132 | <!-- BEGIN APP LEVEL JQUERY SCRIPTS --> |
||
| 133 | <script src="../../../assets/global/scripts/metronic.js" type="text/javascript"></script> |
||
| 134 | <script src="../../../assets/admin/layout3/scripts/layout.js" type="text/javascript"></script> |
||
| 135 | <script src="../../../assets/admin/layout3/scripts/demo.js" type="text/javascript"></script> |
||
| 136 | <!-- END APP LEVEL JQUERY SCRIPTS --> |
||
| 137 | |||
| 138 | <script type="text/javascript"> |
||
| 139 | /* Init Metronic's core jquery plugins and layout scripts */ |
||
| 140 | $(document).ready(function() { |
||
| 141 | Metronic.init(); // Run metronic theme |
||
| 142 | Metronic.setAssetsPath('../../../assets/'); // Set the assets folder path |
||
| 143 | }); |
||
| 144 | </script> |
||
| 145 | <!-- END JAVASCRIPTS --> |
||
| 146 | </body> |
||
| 147 | <!-- END BODY --> |
||
| 148 | </html> |