Subversion Repositories Integrator Subversion

Rev

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-rounded.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/layout4/css/layout.css" rel="stylesheet" type="text/css"/>
45
<link href="../../../assets/admin/layout4/css/themes/light.css" rel="stylesheet" type="text/css" id="style_color"/>
46
<link href="../../../assets/admin/layout4/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-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
55
<!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default -->
56
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
57
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
58
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
59
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
60
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
61
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
62
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
63
<body ng-controller="AppController" class="page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid page-sidebar-closed-hide-logo page-on-load" ng-class="{'page-sidebar-closed': settings.layout.pageSidebarClosed}">
64
 
65
        <!-- BEGIN PAGE SPINNER -->
66
        <div ng-spinner-bar class="page-spinner-bar">
67
                <div class="bounce1"></div>
68
                <div class="bounce2"></div>
69
                <div class="bounce3"></div>
70
        </div>
71
        <!-- END PAGE SPINNER -->
72
 
73
        <!-- BEGIN HEADER -->
74
        <div data-ng-include="'tpl/header.html'" data-ng-controller="HeaderController" class="page-header navbar navbar-fixed-top">
75
        </div>
76
        <!-- END HEADER -->
77
 
78
        <div class="clearfix">
79
        </div>
80
 
81
        <!-- BEGIN CONTAINER -->
82
        <div class="page-container">
83
                <!-- BEGIN SIDEBAR -->
84
                <div data-ng-include="'tpl/sidebar.html'" data-ng-controller="SidebarController" class="page-sidebar-wrapper">                 
85
                </div>
86
                <!-- END SIDEBAR -->
87
                <div class="page-content-wrapper">
88
                        <div class="page-content">
89
                                <!-- BEGIN PAGE HEAD -->
90
                                <div data-ng-include="'tpl/page-head.html'" data-ng-controller="PageHeadController" class="page-head">                 
91
                                </div>
92
                                <!-- END PAGE HEAD -->
93
                                <!-- BEGIN ACTUAL CONTENT -->
94
                                <div ui-view class="fade-in-up">
95
                                </div>
96
                                <!-- END ACTUAL CONTENT -->
97
                        </div>
98
                </div>
99
        </div>
100
        <!-- END CONTAINER -->
101
 
102
        <!-- BEGIN FOOTER -->
103
        <div data-ng-include="'tpl/footer.html'" data-ng-controller="FooterController" class="page-footer">
104
        </div>
105
        <!-- END FOOTER -->
106
 
107
        <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
108
 
109
        <!-- BEGIN CORE JQUERY PLUGINS -->
110
        <!--[if lt IE 9]>
111
        <script src="../../../assets/global/plugins/respond.min.js"></script>
112
        <script src="../../../assets/global/plugins/excanvas.min.js"></script> 
113
        <![endif]-->
114
        <script src="../../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
115
        <script src="../../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
116
        <script src="../../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
117
        <script src="../../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
118
        <script src="../../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
119
        <script src="../../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
120
        <script src="../../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
121
        <script src="../../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
122
        <!-- END CORE JQUERY PLUGINS -->
123
 
124
        <!-- BEGIN CORE ANGULARJS PLUGINS -->
125
        <script src="../../../assets/global/plugins/angularjs/angular.min.js" type="text/javascript"></script> 
126
        <script src="../../../assets/global/plugins/angularjs/angular-sanitize.min.js" type="text/javascript"></script>
127
        <script src="../../../assets/global/plugins/angularjs/angular-touch.min.js" type="text/javascript"></script>   
128
        <script src="../../../assets/global/plugins/angularjs/plugins/angular-ui-router.min.js" type="text/javascript"></script>
129
        <script src="../../../assets/global/plugins/angularjs/plugins/ocLazyLoad.min.js" type="text/javascript"></script>
130
        <script src="../../../assets/global/plugins/angularjs/plugins/ui-bootstrap-tpls.min.js" type="text/javascript"></script>
131
        <!-- END CORE ANGULARJS PLUGINS -->
132
 
133
        <!-- BEGIN APP LEVEL ANGULARJS SCRIPTS -->
134
        <script src="js/app.js" type="text/javascript"></script>
135
        <script src="js/directives.js" type="text/javascript"></script>
136
        <!-- END APP LEVEL ANGULARJS SCRIPTS -->
137
 
138
        <!-- BEGIN APP LEVEL JQUERY SCRIPTS -->
139
        <script src="../../../assets/global/scripts/metronic.js" type="text/javascript"></script>
140
        <script src="../../../assets/admin/layout4/scripts/layout.js" type="text/javascript"></script>
141
        <script src="../../../assets/admin/layout4/scripts/demo.js" type="text/javascript"></script>  
142
        <!-- END APP LEVEL JQUERY SCRIPTS -->
143
 
144
        <script type="text/javascript">
145
                /* Init Metronic's core jquery plugins and layout scripts */
146
                $(document).ready(function() {  
147
                        Metronic.init(); // Run metronic theme
148
                        Metronic.setAssetsPath('../../../assets/'); // Set the assets folder path                      
149
                });
150
        </script>
151
        <!-- END JAVASCRIPTS -->
152
</body>
153
<!-- END BODY -->
154
</html>