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
<link href="../../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/>
35
<!-- END GLOBAL MANDATORY STYLES -->
36
 
37
<!-- BEGIN DYMANICLY LOADED CSS FILES(all plugin and page related styles must be loaded between GLOBAL and THEME css files ) -->
38
<link id="ng_load_plugins_before"/>
39
<!-- END DYMANICLY LOADED CSS FILES -->
40
 
41
<!-- BEGIN THEME STYLES -->
42
<!-- DOC: To use 'rounded corners' style just load 'components-rounded.css' stylesheet instead of 'components.css' in the below style tag -->
43
<link href="../../../assets/global/css/components.css" id="style_components" rel="stylesheet" type="text/css"/>
44
<link href="../../../assets/global/css/plugins.css" rel="stylesheet" type="text/css"/>
45
<link href="../../../assets/admin/layout/css/layout.css" rel="stylesheet" type="text/css"/>
46
<link href="../../../assets/admin/layout/css/themes/darkblue.css" rel="stylesheet" type="text/css" id="style_color"/>
47
<link href="../../../assets/admin/layout/css/custom.css" rel="stylesheet" type="text/css"/>
48
<!-- END THEME STYLES -->
49
 
50
<link rel="shortcut icon" href="favicon.ico"/>
51
</head>
52
<!-- END HEAD -->
53
 
54
<!-- BEGIN BODY -->
55
<!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
56
<!-- 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 -->
57
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
58
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
59
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
60
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
61
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
62
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
63
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
64
<body ng-controller="AppController" class="page-header-fixed page-sidebar-closed-hide-logo page-quick-sidebar-over-content page-on-load" ng-class="{'page-container-bg-solid': settings.layout.pageBodySolid, 'page-sidebar-closed': settings.layout.pageSidebarClosed}">
65
 
66
        <!-- BEGIN PAGE SPINNER -->
67
        <div ng-spinner-bar class="page-spinner-bar">
68
                <div class="bounce1"></div>
69
                <div class="bounce2"></div>
70
                <div class="bounce3"></div>
71
        </div>
72
        <!-- END PAGE SPINNER -->
73
 
74
        <!-- BEGIN HEADER -->
75
        <div data-ng-include="'tpl/header.html'" data-ng-controller="HeaderController" class="page-header navbar navbar-fixed-top">
76
        </div>
77
        <!-- END HEADER -->
78
 
79
        <div class="clearfix">
80
        </div>
81
 
82
        <!-- BEGIN CONTAINER -->
83
        <div class="page-container">
84
                <!-- BEGIN SIDEBAR -->
85
                <div data-ng-include="'tpl/sidebar.html'" data-ng-controller="SidebarController" class="page-sidebar-wrapper">                 
86
                </div>
87
                <!-- END SIDEBAR -->
88
 
89
                <!-- BEGIN CONTENT -->
90
                <div class="page-content-wrapper">
91
                        <div class="page-content">
92
                                <!-- BEGIN STYLE CUSTOMIZER(optional) -->
93
                                <div data-ng-include="'tpl/theme-panel.html'" data-ng-controller="ThemePanelController" class="theme-panel hidden-xs hidden-sm">                               
94
                                </div>
95
                                <!-- END STYLE CUSTOMIZER -->
96
 
97
                                <!-- BEGIN ACTUAL CONTENT -->
98
                                <div ui-view class="fade-in-up">
99
                                </div>
100
                                <!-- END ACTUAL CONTENT -->
101
                        </div> 
102
                </div>
103
                <!-- END CONTENT -->
104
 
105
                <!-- BEGIN QUICK SIDEBAR -->
106
                <a href="javascript:;" class="page-quick-sidebar-toggler"><i class="icon-close"></i></a>
107
                <div data-ng-include="'tpl/quick-sidebar.html'" data-ng-controller="QuickSidebarController" class="page-quick-sidebar-wrapper"></div>
108
                <!-- END QUICK SIDEBAR -->
109
        </div>
110
        <!-- END CONTAINER -->
111
 
112
        <!-- BEGIN FOOTER -->
113
        <div data-ng-include="'tpl/footer.html'" data-ng-controller="FooterController" class="page-footer">
114
        </div>
115
        <!-- END FOOTER -->
116
 
117
        <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
118
 
119
        <!-- BEGIN CORE JQUERY PLUGINS -->
120
        <!--[if lt IE 9]>
121
        <script src="../../../assets/global/plugins/respond.min.js"></script>
122
        <script src="../../../assets/global/plugins/excanvas.min.js"></script> 
123
        <![endif]-->
124
        <script src="../../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
125
        <script src="../../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
126
        <script src="../../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
127
        <script src="../../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
128
        <script src="../../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
129
        <script src="../../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
130
        <script src="../../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
131
        <script src="../../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>    
132
        <script src="../../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
133
        <!-- END CORE JQUERY PLUGINS -->
134
 
135
        <!-- BEGIN CORE ANGULARJS PLUGINS -->
136
        <script src="../../../assets/global/plugins/angularjs/angular.min.js" type="text/javascript"></script> 
137
        <script src="../../../assets/global/plugins/angularjs/angular-sanitize.min.js" type="text/javascript"></script>
138
        <script src="../../../assets/global/plugins/angularjs/angular-touch.min.js" type="text/javascript"></script>   
139
        <script src="../../../assets/global/plugins/angularjs/plugins/angular-ui-router.min.js" type="text/javascript"></script>
140
        <script src="../../../assets/global/plugins/angularjs/plugins/ocLazyLoad.min.js" type="text/javascript"></script>
141
        <script src="../../../assets/global/plugins/angularjs/plugins/ui-bootstrap-tpls.min.js" type="text/javascript"></script>
142
        <!-- END CORE ANGULARJS PLUGINS -->
143
 
144
        <!-- BEGIN APP LEVEL ANGULARJS SCRIPTS -->
145
        <script src="js/app.js" type="text/javascript"></script>
146
        <script src="js/directives.js" type="text/javascript"></script>
147
        <!-- END APP LEVEL ANGULARJS SCRIPTS -->
148
 
149
        <!-- BEGIN APP LEVEL JQUERY SCRIPTS -->
150
        <script src="../../../assets/global/scripts/metronic.js" type="text/javascript"></script>
151
        <script src="../../../assets/admin/layout/scripts/layout.js" type="text/javascript"></script>
152
        <script src="../../../assets/admin/layout/scripts/quick-sidebar.js" type="text/javascript"></script>
153
        <script src="../../../assets/admin/layout/scripts/demo.js" type="text/javascript"></script>  
154
        <!-- END APP LEVEL JQUERY SCRIPTS -->
155
 
156
        <script type="text/javascript">
157
                /* Init Metronic's core jquery plugins and layout scripts */
158
                $(document).ready(function() {  
159
                        Metronic.init(); // Run metronic theme
160
                        Metronic.setAssetsPath('../../../assets/'); // Set the assets folder path                      
161
                });
162
        </script>
163
        <!-- END JAVASCRIPTS -->
164
</body>
165
<!-- END BODY -->
166
</html>