|
2 | 2 | <html> |
3 | 3 |
|
4 | 4 | <head> |
5 | | - {{> meta}} |
6 | | - |
7 | | - <!-- Bootstrap --> |
8 | | - <link rel="stylesheet" href="{{assets}}/lib/bootstrap/css/bootstrap{{#if rtl}}.rtl{{/if}}{{#if production}}.min{{/if}}.css"> |
9 | | - |
10 | | - <!-- Font Awesome --> |
11 | | - <link rel="stylesheet" href="{{assets}}/lib/font-awesome/css/font-awesome{{#if production}}.min{{/if}}.css"> |
12 | | - |
13 | | - <!-- Metis core stylesheet --> |
14 | | - <link rel="stylesheet" href="{{assets}}/css/main{{#if rtl}}.rtl{{/if}}{{#if production}}.min{{/if}}.css"> |
15 | | - |
16 | | - <!-- metisMenu stylesheet --> |
17 | | - <link rel="stylesheet" href="{{assets}}/metismenu/metisMenu{{#if production}}.min{{/if}}.css"> |
18 | | - |
19 | | - {{#if rtl}} |
20 | | - <style>body{direction: rtl;}</style> |
21 | | - {{/if}} |
22 | | - {{#if stylesheets}} |
23 | | - {{#each stylesheets}} |
24 | | - {{.}} |
25 | | - {{/each}} |
26 | | - {{/if}} |
27 | | - {{#if cdncss}} |
28 | | - {{#each cdncss}} |
29 | | - {{.}} |
30 | | - {{/each}} |
31 | | - {{/if}} |
32 | | - |
33 | | - <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
34 | | - <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
35 | | - <!--[if lt IE 9]> |
| 5 | + {{> meta}} |
| 6 | + |
| 7 | + <!-- Bootstrap --> |
| 8 | + <link rel="stylesheet" href="{{assets}}/lib/bootstrap/css/bootstrap{{#if rtl}}.rtl{{/if}}{{#if production}}.min{{/if}}.css"> |
| 9 | + |
| 10 | + <!-- Font Awesome --> |
| 11 | + <link rel="stylesheet" href="{{assets}}/lib/font-awesome/css/font-awesome{{#if production}}.min{{/if}}.css"> |
| 12 | + |
| 13 | + <!-- Metis core stylesheet --> |
| 14 | + <link rel="stylesheet" href="{{assets}}/css/main{{#if rtl}}.rtl{{/if}}{{#if production}}.min{{/if}}.css"> |
| 15 | + |
| 16 | + <!-- metisMenu stylesheet --> |
| 17 | + <link rel="stylesheet" href="{{assets}}/metismenu/metisMenu{{#if production}}.min{{/if}}.css"> |
| 18 | + |
| 19 | +{{> rtl-style}} |
| 20 | + |
| 21 | + {{#if stylesheets}} |
| 22 | + {{#each stylesheets}} |
| 23 | + {{.}} |
| 24 | + {{/each}} |
| 25 | + {{/if}} |
| 26 | + {{#if cdncss}} |
| 27 | + {{#each cdncss}} |
| 28 | + {{.}} |
| 29 | + {{/each}} |
| 30 | + {{/if}} |
| 31 | + |
| 32 | +<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 33 | +<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 34 | +<!--[if lt IE 9]> |
36 | 35 | <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> |
37 | 36 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
38 | | - <![endif]--> |
39 | | - |
40 | | - <!--For Development Only. Not required --> |
41 | | - <script> |
42 | | - less = { |
43 | | - env: "development", |
44 | | - relativeUrls: false, |
45 | | - rootpath: "{{assets}}/" |
46 | | - }; |
47 | | - </script> |
48 | | - <link rel="stylesheet" href="{{assets}}/css/style-switcher{{#if production}}.min{{/if}}.css"> |
49 | | - <link rel="stylesheet/less" type="text/css" href="{{assets}}/less/theme.less"> |
50 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/2.7.1/less{{#if production}}.min{{/if}}.js"></script> |
51 | | - |
52 | | - {{!-- {{> analytic}} --}} |
53 | | - |
54 | | -</head> |
55 | | - |
56 | | -<body class="{{#if boXed}}boxed{{/if}} {{#if sideMini}}sidebar-left-mini{{/if}} {{#if fixedMenu}}menu-affix{{/if}}"> |
57 | | - <div class="bg-dark dk" id="wrap"> |
58 | | - <div id="top"> |
59 | | - {{> nav }} |
60 | | - {{#if noHeader}} |
61 | | - {{else}} |
62 | | - <header class="head"> |
63 | | - {{#if noMainSearch}} |
64 | | - {{else}} |
65 | | - <div class="search-bar"> |
66 | | - {{> mainSearch }} |
67 | | - </div> |
68 | | - <!-- /.search-bar --> |
69 | | - {{/if}} |
70 | | - <div class="main-bar"> |
71 | | - <h3> |
| 37 | +<![endif]--> |
| 38 | + |
| 39 | + <!--For Development Only. Not required --> |
| 40 | + <script> |
| 41 | + less = { |
| 42 | + env: "development", |
| 43 | + relativeUrls: false, |
| 44 | + rootpath: "{{assets}}/" |
| 45 | + }; |
| 46 | + </script> |
| 47 | + <link rel="stylesheet" href="{{assets}}/css/style-switcher{{#if production}}.min{{/if}}.css"> |
| 48 | + <link rel="stylesheet/less" type="text/css" href="{{assets}}/less/theme.less"> |
| 49 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/2.7.1/less{{#if production}}.min{{/if}}.js"></script> |
| 50 | + |
| 51 | + {{!-- {{> analytic}} |
| 52 | + --}} |
| 53 | + </head> |
| 54 | + |
| 55 | + <body class="{{#if boXed}}boxed{{/if}} {{#if sideMini}}sidebar-left-mini{{/if}} {{#if fixedMenu}}menu-affix{{/if}}"> |
| 56 | + <div class="bg-dark dk" id="wrap"> |
| 57 | + <div id="top"> |
| 58 | + {{> nav }} |
| 59 | + {{#if noHeader}} |
| 60 | + {{else}} |
| 61 | + <header class="head"> |
| 62 | + {{#if noMainSearch}} |
| 63 | + {{else}} |
| 64 | + <div class="search-bar"> |
| 65 | + {{> mainSearch }} |
| 66 | + </div> |
| 67 | + <!-- /.search-bar --> |
| 68 | + {{/if}} |
| 69 | + <div class="main-bar"> |
| 70 | + <h3> |
72 | 71 | {{#if icon}} |
73 | 72 | <i class="{{ icon }}"></i> |
74 | 73 | {{/if}} |
75 | 74 | {{ title }} |
76 | 75 | </h3> |
77 | | - </div> |
78 | | - <!-- /.main-bar --> |
79 | | - </header> |
80 | | - <!-- /.head --> |
81 | | - {{/if}} |
82 | | - </div> |
83 | | - <!-- /#top --> |
84 | | - {{#if noLeftSidebar}} |
85 | | - {{else}} |
86 | | - <div id="left"> |
87 | | - {{> left }} |
88 | | - </div> |
89 | | - <!-- /#left --> |
90 | | - {{/if}} |
91 | | - <div id="content"> |
92 | | - <div class="outer"> |
93 | | - <div class="inner bg-light lter"> |
94 | | - {% body %} |
95 | | - </div> |
96 | | - <!-- /.inner --> |
97 | | - </div> |
98 | | - <!-- /.outer --> |
99 | | - </div> |
100 | | - <!-- /#content --> |
101 | | - {{#if noRightSidebar}} |
102 | | - {{else}} |
103 | | - <div id="right" class="bg-light lter"> |
104 | | - {{> right }} |
105 | | - </div> |
106 | | - <!-- /#right --> |
107 | | - {{/if}} |
108 | | - </div> |
109 | | - <!-- /#wrap --> |
110 | | - <footer class="Footer bg-dark dker"> |
111 | | - <p>2016 © Metis Bootstrap Admin Template</p> |
112 | | - </footer> |
113 | | - <!-- /#footer --> |
114 | | - {{> helpModal }} |
115 | | - |
116 | | - <!--jQuery --> |
117 | | - <script src="{{assets}}/lib/jquery/jquery{{#if production}}.min{{/if}}.js"></script> |
118 | | - |
119 | | - {{#if cdnjs}} |
120 | | - {{#each cdnjs}} |
121 | | - <script src="{{.}}"></script> |
122 | | - {{/each}} |
123 | | - {{/if}} |
124 | | - |
125 | | - <!--Bootstrap --> |
126 | | - <script src="{{assets}}/lib/bootstrap/js/bootstrap{{#if production}}.min{{/if}}.js"></script> |
127 | | - <!-- MetisMenu --> |
128 | | - <script src="{{assets}}/lib/metismenu/metisMenu{{#if production}}.min{{/if}}.js"></script> |
129 | | - <!-- Screenfull --> |
130 | | - <script src="{{assets}}/lib/screenfull/screenfull{{#if production}}.min{{/if}}.js"></script> |
131 | | - |
132 | | - {{#if javascripts}} |
133 | | - {{#each javascripts}} |
134 | | - <script src="{{assets}}/{{.}}"></script> |
135 | | - {{/each}} |
136 | | - {{/if}} |
137 | | - |
138 | | - <!-- Metis core scripts --> |
139 | | - <script src="{{assets}}/js/core{{#if production}}.min{{/if}}.js"></script> |
140 | | - <!-- Metis demo scripts --> |
141 | | - <script src="{{assets}}/js/app{{#if production}}.min{{/if}}.js"></script> |
142 | | - |
143 | | - {{#if scripts}} |
144 | | - <script> |
145 | | - $(function(){ |
146 | | - {{#each scripts}} |
147 | | - {{.}}; |
148 | | - {{/each}} |
149 | | - }); |
150 | | - </script> |
151 | | - {{/if}} |
| 76 | + </div> |
| 77 | + <!-- /.main-bar --> |
| 78 | + </header> |
| 79 | + <!-- /.head --> |
| 80 | + {{/if}} |
| 81 | + </div> |
| 82 | + <!-- /#top --> |
| 83 | + {{#if noLeftSidebar}} |
| 84 | + {{else}} |
| 85 | + <div id="left"> |
| 86 | + {{> left }} |
| 87 | + </div> |
| 88 | + <!-- /#left --> |
| 89 | + {{/if}} |
| 90 | + <div id="content"> |
| 91 | + <div class="outer"> |
| 92 | + <div class="inner bg-light lter"> |
| 93 | + {% body %} |
| 94 | + </div> |
| 95 | + <!-- /.inner --> |
| 96 | + </div> |
| 97 | + <!-- /.outer --> |
| 98 | + </div> |
| 99 | + <!-- /#content --> |
| 100 | + {{#if noRightSidebar}} |
| 101 | + {{else}} |
| 102 | + <div id="right" class="bg-light lter"> |
| 103 | + {{> right }} |
| 104 | + </div> |
| 105 | + <!-- /#right --> |
| 106 | + {{/if}} |
| 107 | + </div> |
| 108 | + <!-- /#wrap --> |
| 109 | + <footer class="Footer bg-dark dker"> |
| 110 | + <p>2016 © Metis Bootstrap Admin Template</p> |
| 111 | + </footer> |
| 112 | + <!-- /#footer --> |
| 113 | + {{> helpModal }} |
| 114 | + |
| 115 | + <!--jQuery --> |
| 116 | + <script src="{{assets}}/lib/jquery/jquery{{#if production}}.min{{/if}}.js"></script> |
| 117 | + |
| 118 | + {{#if cdnjs}} |
| 119 | + {{#each cdnjs}} |
| 120 | + <script src="{{.}}"></script> |
| 121 | + {{/each}} |
| 122 | + {{/if}} |
| 123 | + |
| 124 | + <!--Bootstrap --> |
| 125 | + <script src="{{assets}}/lib/bootstrap/js/bootstrap{{#if production}}.min{{/if}}.js"></script> |
| 126 | + <!-- MetisMenu --> |
| 127 | + <script src="{{assets}}/lib/metismenu/metisMenu{{#if production}}.min{{/if}}.js"></script> |
| 128 | + <!-- Screenfull --> |
| 129 | + <script src="{{assets}}/lib/screenfull/screenfull{{#if production}}.min{{/if}}.js"></script> |
| 130 | + |
| 131 | + {{#if javascripts}} |
| 132 | + {{#each javascripts}} |
| 133 | + <script src="{{assets}}/{{.}}"></script> |
| 134 | + {{/each}} |
| 135 | + {{/if}} |
| 136 | + |
| 137 | + <!-- Metis core scripts --> |
| 138 | + <script src="{{assets}}/js/core{{#if production}}.min{{/if}}.js"></script> |
| 139 | + <!-- Metis demo scripts --> |
| 140 | + <script src="{{assets}}/js/app{{#if production}}.min{{/if}}.js"></script> |
| 141 | + |
| 142 | + {{#if scripts}} |
| 143 | + <script> |
| 144 | + $(function() { |
| 145 | + {{#each scripts }} |
| 146 | + {{.}}; |
| 147 | + {{/each}} |
| 148 | + }); |
| 149 | + </script> |
| 150 | + {{/if}} |
152 | 151 |
|
153 | | - <script src="{{assets}}/js/style-switcher{{#if production}}.min{{/if}}.js"></script> |
154 | | -</body> |
| 152 | + <script src="{{assets}}/js/style-switcher{{#if production}}.min{{/if}}.js"></script> |
| 153 | + </body> |
155 | 154 |
|
156 | 155 | </html> |
0 commit comments