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"> <![endif]-->
14
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
15
<!--[if !IE]><!-->
16
<html lang="en">
17
<!--<![endif]-->
18
<!-- BEGIN HEAD -->
19
<head>
20
<meta charset="utf-8"/>
21
<title>Metronic | Page Layouts - Blank Page</title>
22
<meta http-equiv="X-UA-Compatible" content="IE=edge">
23
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
24
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
25
<meta content="" name="description"/>
26
<meta content="" name="author"/>
27
<!-- BEGIN GLOBAL MANDATORY STYLES -->
28
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css">
29
<link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
30
<link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css">
31
<link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
32
<link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css">
33
<link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/>
34
<!-- END GLOBAL MANDATORY STYLES -->
35
<!-- BEGIN THEME STYLES -->
36
<link href="../../assets/global/css/components-rounded.css" id="style_components" rel="stylesheet" type="text/css"/>
37
<link href="../../assets/global/css/plugins.css" rel="stylesheet" type="text/css"/>
38
<link href="../../assets/admin/layout4/css/layout.css" rel="stylesheet" type="text/css"/>
39
<link id="style_color" href="../../assets/admin/layout4/css/themes/light.css" rel="stylesheet" type="text/css"/>
40
<link href="../../assets/admin/layout4/css/custom.css" rel="stylesheet" type="text/css"/>
41
<!-- END THEME STYLES -->
42
<link rel="shortcut icon" href="favicon.ico"/>
43
</head>
44
<!-- END HEAD -->
45
<!-- BEGIN BODY -->
46
<!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
47
<!-- 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 -->
48
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
49
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
50
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
51
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
52
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
53
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
54
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
55
<body class="page-header-fixed page-sidebar-closed-hide-logo">
56
<!-- BEGIN HEADER -->
57
<div class="page-header navbar navbar-fixed-top">
58
        <!-- BEGIN HEADER INNER -->
59
        <div class="page-header-inner">
60
                <!-- BEGIN LOGO -->
61
                <div class="page-logo">
62
                        <a href="index.html">
63
                        <img src="../../assets/admin/layout4/img/logo-light.png" alt="logo" class="logo-default"/>
64
                        </a>
65
                        <div class="menu-toggler sidebar-toggler">
66
                                <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header -->
67
                        </div>
68
                </div>
69
                <!-- END LOGO -->
70
                <!-- BEGIN RESPONSIVE MENU TOGGLER -->
71
                <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
72
                </a>
73
                <!-- END RESPONSIVE MENU TOGGLER -->
74
                <!-- BEGIN PAGE ACTIONS -->
75
                <!-- DOC: Remove "hide" class to enable the page header actions -->
76
                <div class="page-actions">
77
                        <div class="btn-group">
78
                                <button type="button" class="btn red-haze btn-sm dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
79
                                <span class="hidden-sm hidden-xs">Actions&nbsp;</span><i class="fa fa-angle-down"></i>
80
                                </button>
81
                                <ul class="dropdown-menu" role="menu">
82
                                        <li>
83
                                                <a href="#">
84
                                                <i class="icon-docs"></i> New Post </a>
85
                                        </li>
86
                                        <li>
87
                                                <a href="#">
88
                                                <i class="icon-tag"></i> New Comment </a>
89
                                        </li>
90
                                        <li>
91
                                                <a href="#">
92
                                                <i class="icon-share"></i> Share </a>
93
                                        </li>
94
                                        <li class="divider">
95
                                        </li>
96
                                        <li>
97
                                                <a href="#">
98
                                                <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span>
99
                                                </a>
100
                                        </li>
101
                                        <li>
102
                                                <a href="#">
103
                                                <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span>
104
                                                </a>
105
                                        </li>
106
                                </ul>
107
                        </div>
108
                </div>
109
                <!-- END PAGE ACTIONS -->
110
                <!-- BEGIN PAGE TOP -->
111
                <div class="page-top">
112
                        <!-- BEGIN HEADER SEARCH BOX -->
113
                        <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box -->
114
                        <form class="search-form" action="extra_search.html" method="GET">
115
                                <div class="input-group">
116
                                        <input type="text" class="form-control input-sm" placeholder="Search..." name="query">
117
                                        <span class="input-group-btn">
118
                                        <a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a>
119
                                        </span>
120
                                </div>
121
                        </form>
122
                        <!-- END HEADER SEARCH BOX -->
123
                        <!-- BEGIN TOP NAVIGATION MENU -->
124
                        <div class="top-menu">
125
                                <ul class="nav navbar-nav pull-right">
126
                                        <li class="separator hide">
127
                                        </li>
128
                                        <!-- BEGIN NOTIFICATION DROPDOWN -->
129
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
130
                                        <li class="dropdown dropdown-extended dropdown-notification dropdown-dark" id="header_notification_bar">
131
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
132
                                                <i class="icon-bell"></i>
133
                                                <span class="badge badge-success">
134
                                                7 </span>
135
                                                </a>
136
                                                <ul class="dropdown-menu">
137
                                                        <li class="external">
138
                                                                <h3><span class="bold">12 pending</span> notifications</h3>
139
                                                                <a href="extra_profile.html">view all</a>
140
                                                        </li>
141
                                                        <li>
142
                                                                <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283">
143
                                                                        <li>
144
                                                                                <a href="javascript:;">
145
                                                                                <span class="time">just now</span>
146
                                                                                <span class="details">
147
                                                                                <span class="label label-sm label-icon label-success">
148
                                                                                <i class="fa fa-plus"></i>
149
                                                                                </span>
150
                                                                                New user registered. </span>
151
                                                                                </a>
152
                                                                        </li>
153
                                                                        <li>
154
                                                                                <a href="javascript:;">
155
                                                                                <span class="time">3 mins</span>
156
                                                                                <span class="details">
157
                                                                                <span class="label label-sm label-icon label-danger">
158
                                                                                <i class="fa fa-bolt"></i>
159
                                                                                </span>
160
                                                                                Server #12 overloaded. </span>
161
                                                                                </a>
162
                                                                        </li>
163
                                                                        <li>
164
                                                                                <a href="javascript:;">
165
                                                                                <span class="time">10 mins</span>
166
                                                                                <span class="details">
167
                                                                                <span class="label label-sm label-icon label-warning">
168
                                                                                <i class="fa fa-bell-o"></i>
169
                                                                                </span>
170
                                                                                Server #2 not responding. </span>
171
                                                                                </a>
172
                                                                        </li>
173
                                                                        <li>
174
                                                                                <a href="javascript:;">
175
                                                                                <span class="time">14 hrs</span>
176
                                                                                <span class="details">
177
                                                                                <span class="label label-sm label-icon label-info">
178
                                                                                <i class="fa fa-bullhorn"></i>
179
                                                                                </span>
180
                                                                                Application error. </span>
181
                                                                                </a>
182
                                                                        </li>
183
                                                                        <li>
184
                                                                                <a href="javascript:;">
185
                                                                                <span class="time">2 days</span>
186
                                                                                <span class="details">
187
                                                                                <span class="label label-sm label-icon label-danger">
188
                                                                                <i class="fa fa-bolt"></i>
189
                                                                                </span>
190
                                                                                Database overloaded 68%. </span>
191
                                                                                </a>
192
                                                                        </li>
193
                                                                        <li>
194
                                                                                <a href="javascript:;">
195
                                                                                <span class="time">3 days</span>
196
                                                                                <span class="details">
197
                                                                                <span class="label label-sm label-icon label-danger">
198
                                                                                <i class="fa fa-bolt"></i>
199
                                                                                </span>
200
                                                                                A user IP blocked. </span>
201
                                                                                </a>
202
                                                                        </li>
203
                                                                        <li>
204
                                                                                <a href="javascript:;">
205
                                                                                <span class="time">4 days</span>
206
                                                                                <span class="details">
207
                                                                                <span class="label label-sm label-icon label-warning">
208
                                                                                <i class="fa fa-bell-o"></i>
209
                                                                                </span>
210
                                                                                Storage Server #4 not responding dfdfdfd. </span>
211
                                                                                </a>
212
                                                                        </li>
213
                                                                        <li>
214
                                                                                <a href="javascript:;">
215
                                                                                <span class="time">5 days</span>
216
                                                                                <span class="details">
217
                                                                                <span class="label label-sm label-icon label-info">
218
                                                                                <i class="fa fa-bullhorn"></i>
219
                                                                                </span>
220
                                                                                System Error. </span>
221
                                                                                </a>
222
                                                                        </li>
223
                                                                        <li>
224
                                                                                <a href="javascript:;">
225
                                                                                <span class="time">9 days</span>
226
                                                                                <span class="details">
227
                                                                                <span class="label label-sm label-icon label-danger">
228
                                                                                <i class="fa fa-bolt"></i>
229
                                                                                </span>
230
                                                                                Storage server failed. </span>
231
                                                                                </a>
232
                                                                        </li>
233
                                                                </ul>
234
                                                        </li>
235
                                                </ul>
236
                                        </li>
237
                                        <!-- END NOTIFICATION DROPDOWN -->
238
                                        <li class="separator hide">
239
                                        </li>
240
                                        <!-- BEGIN INBOX DROPDOWN -->
241
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
242
                                        <li class="dropdown dropdown-extended dropdown-inbox dropdown-dark" id="header_inbox_bar">
243
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
244
                                                <i class="icon-envelope-open"></i>
245
                                                <span class="badge badge-danger">
246
                                                4 </span>
247
                                                </a>
248
                                                <ul class="dropdown-menu">
249
                                                        <li class="external">
250
                                                                <h3>You have <span class="bold">7 New</span> Messages</h3>
251
                                                                <a href="inbox.html">view all</a>
252
                                                        </li>
253
                                                        <li>
254
                                                                <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
255
                                                                        <li>
256
                                                                                <a href="inbox.html?a=view">
257
                                                                                <span class="photo">
258
                                                                                <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
259
                                                                                </span>
260
                                                                                <span class="subject">
261
                                                                                <span class="from">
262
                                                                                Lisa Wong </span>
263
                                                                                <span class="time">Just Now </span>
264
                                                                                </span>
265
                                                                                <span class="message">
266
                                                                                Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span>
267
                                                                                </a>
268
                                                                        </li>
269
                                                                        <li>
270
                                                                                <a href="inbox.html?a=view">
271
                                                                                <span class="photo">
272
                                                                                <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
273
                                                                                </span>
274
                                                                                <span class="subject">
275
                                                                                <span class="from">
276
                                                                                Richard Doe </span>
277
                                                                                <span class="time">16 mins </span>
278
                                                                                </span>
279
                                                                                <span class="message">
280
                                                                                Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
281
                                                                                </a>
282
                                                                        </li>
283
                                                                        <li>
284
                                                                                <a href="inbox.html?a=view">
285
                                                                                <span class="photo">
286
                                                                                <img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt="">
287
                                                                                </span>
288
                                                                                <span class="subject">
289
                                                                                <span class="from">
290
                                                                                Bob Nilson </span>
291
                                                                                <span class="time">2 hrs </span>
292
                                                                                </span>
293
                                                                                <span class="message">
294
                                                                                Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
295
                                                                                </a>
296
                                                                        </li>
297
                                                                        <li>
298
                                                                                <a href="inbox.html?a=view">
299
                                                                                <span class="photo">
300
                                                                                <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
301
                                                                                </span>
302
                                                                                <span class="subject">
303
                                                                                <span class="from">
304
                                                                                Lisa Wong </span>
305
                                                                                <span class="time">40 mins </span>
306
                                                                                </span>
307
                                                                                <span class="message">
308
                                                                                Vivamus sed auctor 40% nibh congue nibh... </span>
309
                                                                                </a>
310
                                                                        </li>
311
                                                                        <li>
312
                                                                                <a href="inbox.html?a=view">
313
                                                                                <span class="photo">
314
                                                                                <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
315
                                                                                </span>
316
                                                                                <span class="subject">
317
                                                                                <span class="from">
318
                                                                                Richard Doe </span>
319
                                                                                <span class="time">46 mins </span>
320
                                                                                </span>
321
                                                                                <span class="message">
322
                                                                                Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
323
                                                                                </a>
324
                                                                        </li>
325
                                                                </ul>
326
                                                        </li>
327
                                                </ul>
328
                                        </li>
329
                                        <!-- END INBOX DROPDOWN -->
330
                                        <li class="separator hide">
331
                                        </li>
332
                                        <!-- BEGIN TODO DROPDOWN -->
333
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
334
                                        <li class="dropdown dropdown-extended dropdown-tasks dropdown-dark" id="header_task_bar">
335
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
336
                                                <i class="icon-calendar"></i>
337
                                                <span class="badge badge-primary">
338
                                                3 </span>
339
                                                </a>
340
                                                <ul class="dropdown-menu extended tasks">
341
                                                        <li class="external">
342
                                                                <h3>You have <span class="bold">12 pending</span> tasks</h3>
343
                                                                <a href="page_todo.html">view all</a>
344
                                                        </li>
345
                                                        <li>
346
                                                                <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
347
                                                                        <li>
348
                                                                                <a href="javascript:;">
349
                                                                                <span class="task">
350
                                                                                <span class="desc">New release v1.2 </span>
351
                                                                                <span class="percent">30%</span>
352
                                                                                </span>
353
                                                                                <span class="progress">
354
                                                                                <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">40% Complete</span></span>
355
                                                                                </span>
356
                                                                                </a>
357
                                                                        </li>
358
                                                                        <li>
359
                                                                                <a href="javascript:;">
360
                                                                                <span class="task">
361
                                                                                <span class="desc">Application deployment</span>
362
                                                                                <span class="percent">65%</span>
363
                                                                                </span>
364
                                                                                <span class="progress">
365
                                                                                <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">65% Complete</span></span>
366
                                                                                </span>
367
                                                                                </a>
368
                                                                        </li>
369
                                                                        <li>
370
                                                                                <a href="javascript:;">
371
                                                                                <span class="task">
372
                                                                                <span class="desc">Mobile app release</span>
373
                                                                                <span class="percent">98%</span>
374
                                                                                </span>
375
                                                                                <span class="progress">
376
                                                                                <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">98% Complete</span></span>
377
                                                                                </span>
378
                                                                                </a>
379
                                                                        </li>
380
                                                                        <li>
381
                                                                                <a href="javascript:;">
382
                                                                                <span class="task">
383
                                                                                <span class="desc">Database migration</span>
384
                                                                                <span class="percent">10%</span>
385
                                                                                </span>
386
                                                                                <span class="progress">
387
                                                                                <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">10% Complete</span></span>
388
                                                                                </span>
389
                                                                                </a>
390
                                                                        </li>
391
                                                                        <li>
392
                                                                                <a href="javascript:;">
393
                                                                                <span class="task">
394
                                                                                <span class="desc">Web server upgrade</span>
395
                                                                                <span class="percent">58%</span>
396
                                                                                </span>
397
                                                                                <span class="progress">
398
                                                                                <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">58% Complete</span></span>
399
                                                                                </span>
400
                                                                                </a>
401
                                                                        </li>
402
                                                                        <li>
403
                                                                                <a href="javascript:;">
404
                                                                                <span class="task">
405
                                                                                <span class="desc">Mobile development</span>
406
                                                                                <span class="percent">85%</span>
407
                                                                                </span>
408
                                                                                <span class="progress">
409
                                                                                <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">85% Complete</span></span>
410
                                                                                </span>
411
                                                                                </a>
412
                                                                        </li>
413
                                                                        <li>
414
                                                                                <a href="javascript:;">
415
                                                                                <span class="task">
416
                                                                                <span class="desc">New UI release</span>
417
                                                                                <span class="percent">38%</span>
418
                                                                                </span>
419
                                                                                <span class="progress progress-striped">
420
                                                                                <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">38% Complete</span></span>
421
                                                                                </span>
422
                                                                                </a>
423
                                                                        </li>
424
                                                                </ul>
425
                                                        </li>
426
                                                </ul>
427
                                        </li>
428
                                        <!-- END TODO DROPDOWN -->
429
                                        <!-- BEGIN USER LOGIN DROPDOWN -->
430
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
431
                                        <li class="dropdown dropdown-user dropdown-dark">
432
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
433
                                                <span class="username username-hide-on-mobile">
434
                                                Nick </span>
435
                                                <!-- DOC: Do not remove below empty space(&nbsp;) as its purposely used -->
436
                                                <img alt="" class="img-circle" src="../../assets/admin/layout4/img/avatar9.jpg"/>
437
                                                </a>
438
                                                <ul class="dropdown-menu dropdown-menu-default">
439
                                                        <li>
440
                                                                <a href="extra_profile.html">
441
                                                                <i class="icon-user"></i> My Profile </a>
442
                                                        </li>
443
                                                        <li>
444
                                                                <a href="page_calendar.html">
445
                                                                <i class="icon-calendar"></i> My Calendar </a>
446
                                                        </li>
447
                                                        <li>
448
                                                                <a href="inbox.html">
449
                                                                <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger">
450
                                                                3 </span>
451
                                                                </a>
452
                                                        </li>
453
                                                        <li>
454
                                                                <a href="page_todo.html">
455
                                                                <i class="icon-rocket"></i> My Tasks <span class="badge badge-success">
456
                                                                7 </span>
457
                                                                </a>
458
                                                        </li>
459
                                                        <li class="divider">
460
                                                        </li>
461
                                                        <li>
462
                                                                <a href="extra_lock.html">
463
                                                                <i class="icon-lock"></i> Lock Screen </a>
464
                                                        </li>
465
                                                        <li>
466
                                                                <a href="login.html">
467
                                                                <i class="icon-key"></i> Log Out </a>
468
                                                        </li>
469
                                                </ul>
470
                                        </li>
471
                                        <!-- END USER LOGIN DROPDOWN -->
472
                                </ul>
473
                        </div>
474
                        <!-- END TOP NAVIGATION MENU -->
475
                </div>
476
                <!-- END PAGE TOP -->
477
        </div>
478
        <!-- END HEADER INNER -->
479
</div>
480
<!-- END HEADER -->
481
<div class="clearfix">
482
</div>
483
<!-- BEGIN CONTAINER -->
484
<div class="page-container">
485
        <!-- BEGIN SIDEBAR -->
486
        <div class="page-sidebar-wrapper">
487
                <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
488
                <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
489
                <div class="page-sidebar navbar-collapse collapse">
490
                        <!-- BEGIN SIDEBAR MENU -->
491
                        <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) -->
492
                        <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode -->
493
                        <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode -->
494
                        <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
495
                        <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->
496
                        <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->
497
                        <ul class="page-sidebar-menu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200">
498
                                <li class="start ">
499
                                        <a href="index.html">
500
                                        <i class="icon-home"></i>
501
                                        <span class="title">Dashboard</span>
502
                                        </a>
503
                                </li>
504
                                <li>
505
                                        <a href="javascript:;">
506
                                        <i class="icon-basket"></i>
507
                                        <span class="title">eCommerce</span>
508
                                        <span class="arrow "></span>
509
                                        </a>
510
                                        <ul class="sub-menu">
511
                                                <li>
512
                                                        <a href="ecommerce_index.html">
513
                                                        <i class="icon-home"></i>
514
                                                        Dashboard</a>
515
                                                </li>
516
                                                <li>
517
                                                        <a href="ecommerce_orders.html">
518
                                                        <i class="icon-basket"></i>
519
                                                        Orders</a>
520
                                                </li>
521
                                                <li>
522
                                                        <a href="ecommerce_orders_view.html">
523
                                                        <i class="icon-tag"></i>
524
                                                        Order View</a>
525
                                                </li>
526
                                                <li>
527
                                                        <a href="ecommerce_products.html">
528
                                                        <i class="icon-handbag"></i>
529
                                                        Products</a>
530
                                                </li>
531
                                                <li>
532
                                                        <a href="ecommerce_products_edit.html">
533
                                                        <i class="icon-pencil"></i>
534
                                                        Product Edit</a>
535
                                                </li>
536
                                        </ul>
537
                                </li>
538
                                <li class="active open">
539
                                        <a href="javascript:;">
540
                                        <i class="icon-rocket"></i>
541
                                        <span class="title">Page Layouts</span>
542
                                        <span class="arrow open"></span>
543
                                        </a>
544
                                        <ul class="sub-menu">
545
                                                <li>
546
                                                        <a href="layout_sidebar_reversed.html">
547
                                                        <span class="badge badge-warning">new</span>Right Sidebar Page</a>
548
                                                </li>
549
                                                <li>
550
                                                        <a href="layout_sidebar_fixed.html">
551
                                                        Sidebar Fixed Page</a>
552
                                                </li>
553
                                                <li>
554
                                                        <a href="layout_sidebar_closed.html">
555
                                                        Sidebar Closed Page</a>
556
                                                </li>
557
                                                <li class="active">
558
                                                        <a href="layout_blank_page.html">
559
                                                        Blank Page</a>
560
                                                </li>
561
                                                <li>
562
                                                        <a href="layout_boxed_page.html">
563
                                                        Boxed Page</a>
564
                                                </li>
565
                                                <li>
566
                                                        <a href="layout_language_bar.html">
567
                                                        Language Switch Bar</a>
568
                                                </li>
569
                                        </ul>
570
                                </li>
571
                                <li>
572
                                        <a href="javascript:;">
573
                                        <i class="icon-diamond"></i>
574
                                        <span class="title">UI Features</span>
575
                                        <span class="arrow "></span>
576
                                        </a>
577
                                        <ul class="sub-menu">
578
                                                <li>
579
                                                        <a href="ui_general.html">
580
                                                        General Components</a>
581
                                                </li>
582
                                                <li>
583
                                                        <a href="ui_buttons.html">
584
                                                        Buttons</a>
585
                                                </li>
586
                                                <li>
587
                                                        <a href="ui_icons.html">
588
                                                        <span class="badge badge-danger">new</span>Font Icons</a>
589
                                                </li>
590
                                                <li>
591
                                                        <a href="ui_colors.html">
592
                                                        Flat UI Colors</a>
593
                                                </li>
594
                                                <li>
595
                                                        <a href="ui_typography.html">
596
                                                        Typography</a>
597
                                                </li>
598
                                                <li>
599
                                                        <a href="ui_tabs_accordions_navs.html">
600
                                                        Tabs, Accordions & Navs</a>
601
                                                </li>
602
                                                <li>
603
                                                        <a href="ui_tree.html">
604
                                                        <span class="badge badge-danger">new</span>Tree View</a>
605
                                                </li>
606
                                                <li>
607
                                                        <a href="ui_page_progress_style_1.html">
608
                                                        <span class="badge badge-warning">new</span>Page Progress Bar - Style 1</a>
609
                                                </li>
610
                                                <li>
611
                                                        <a href="ui_blockui.html">
612
                                                        Block UI</a>
613
                                                </li>
614
                                                <li>
615
                                                        <a href="ui_notific8.html">
616
                                                        Notific8 Notifications</a>
617
                                                </li>
618
                                                <li>
619
                                                        <a href="ui_toastr.html">
620
                                                        Toastr Notifications</a>
621
                                                </li>
622
                                                <li>
623
                                                        <a href="ui_alert_dialog_api.html">
624
                                                        <span class="badge badge-danger">new</span>Alerts & Dialogs API</a>
625
                                                </li>
626
                                                <li>
627
                                                        <a href="ui_session_timeout.html">
628
                                                        Session Timeout</a>
629
                                                </li>
630
                                                <li>
631
                                                        <a href="ui_idle_timeout.html">
632
                                                        User Idle Timeout</a>
633
                                                </li>
634
                                                <li>
635
                                                        <a href="ui_modals.html">
636
                                                        Modals</a>
637
                                                </li>
638
                                                <li>
639
                                                        <a href="ui_extended_modals.html">
640
                                                        Extended Modals</a>
641
                                                </li>
642
                                                <li>
643
                                                        <a href="ui_tiles.html">
644
                                                        Tiles</a>
645
                                                </li>
646
                                                <li>
647
                                                        <a href="ui_datepaginator.html">
648
                                                        <span class="badge badge-success">new</span>Date Paginator</a>
649
                                                </li>
650
                                                <li>
651
                                                        <a href="ui_nestable.html">
652
                                                        Nestable List</a>
653
                                                </li>
654
                                        </ul>
655
                                </li>
656
                                <li>
657
                                        <a href="javascript:;">
658
                                        <i class="icon-puzzle"></i>
659
                                        <span class="title">UI Components</span>
660
                                        <span class="arrow "></span>
661
                                        </a>
662
                                        <ul class="sub-menu">
663
                                                <li>
664
                                                        <a href="components_pickers.html">
665
                                                        Date & Time Pickers</a>
666
                                                </li>
667
                                                <li>
668
                                                        <a href="components_context_menu.html">
669
                                                        Context Menu</a>
670
                                                </li>
671
                                                <li>
672
                                                        <a href="components_dropdowns.html">
673
                                                        Custom Dropdowns</a>
674
                                                </li>
675
                                                <li>
676
                                                        <a href="components_form_tools.html">
677
                                                        Form Tools</a>
678
                                                </li>
679
                                                <li>
680
                                                        <a href="components_editors.html">
681
                                                        Markdown & WYSIWYG Editors</a>
682
                                                </li>
683
                                                <li>
684
                                                        <a href="components_ion_sliders.html">
685
                                                        Ion Range Sliders</a>
686
                                                </li>
687
                                                <li>
688
                                                        <a href="components_noui_sliders.html">
689
                                                        NoUI Range Sliders</a>
690
                                                </li>
691
                                                <li>
692
                                                        <a href="components_jqueryui_sliders.html">
693
                                                        jQuery UI Sliders</a>
694
                                                </li>
695
                                                <li>
696
                                                        <a href="components_knob_dials.html">
697
                                                        Knob Circle Dials</a>
698
                                                </li>
699
                                        </ul>
700
                                </li>
701
                                <!-- BEGIN ANGULARJS LINK -->
702
                                <li class="tooltips" data-container="body" data-placement="right" data-html="true" data-original-title="AngularJS version demo">
703
                                        <a href="angularjs" target="_blank">
704
                                        <i class="icon-paper-plane"></i>
705
                                        <span class="title">
706
                                        AngularJS Version </span>
707
                                        </a>
708
                                </li>
709
                                <!-- END ANGULARJS LINK -->
710
                                <li>
711
                                        <a href="javascript:;">
712
                                        <i class="icon-settings"></i>
713
                                        <span class="title">Form Stuff</span>
714
                                        <span class="arrow "></span>
715
                                        </a>
716
                                        <ul class="sub-menu">
717
                                                <li>
718
                                                        <a href="form_controls.html">
719
                                                        Form Controls</a>
720
                                                </li>
721
                                                <li>
722
                                                        <a href="form_icheck.html">
723
                                                        iCheck Controls</a>
724
                                                </li>
725
                                                <li>
726
                                                        <a href="form_layouts.html">
727
                                                        Form Layouts</a>
728
                                                </li>
729
                                                <li>
730
                                                        <a href="form_editable.html">
731
                                                        <span class="badge badge-warning">new</span>Form X-editable</a>
732
                                                </li>
733
                                                <li>
734
                                                        <a href="form_wizard.html">
735
                                                        Form Wizard</a>
736
                                                </li>
737
                                                <li>
738
                                                        <a href="form_validation.html">
739
                                                        Form Validation</a>
740
                                                </li>
741
                                                <li>
742
                                                        <a href="form_image_crop.html">
743
                                                        <span class="badge badge-danger">new</span>Image Cropping</a>
744
                                                </li>
745
                                                <li>
746
                                                        <a href="form_fileupload.html">
747
                                                        Multiple File Upload</a>
748
                                                </li>
749
                                                <li>
750
                                                        <a href="form_dropzone.html">
751
                                                        Dropzone File Upload</a>
752
                                                </li>
753
                                        </ul>
754
                                </li>
755
                                <li>
756
                                        <a href="javascript:;">
757
                                        <i class="icon-briefcase"></i>
758
                                        <span class="title">Data Tables</span>
759
                                        <span class="arrow "></span>
760
                                        </a>
761
                                        <ul class="sub-menu">
762
                                                <li>
763
                                                        <a href="table_basic.html">
764
                                                        Basic Datatables</a>
765
                                                </li>
766
                                                <li>
767
                                                        <a href="table_tree.html">
768
                                                        Tree Datatables</a>
769
                                                </li>
770
                                                <li>
771
                                                        <a href="table_responsive.html">
772
                                                        Responsive Datatables</a>
773
                                                </li>
774
                                                <li>
775
                                                        <a href="table_managed.html">
776
                                                        Managed Datatables</a>
777
                                                </li>
778
                                                <li>
779
                                                        <a href="table_editable.html">
780
                                                        Editable Datatables</a>
781
                                                </li>
782
                                                <li>
783
                                                        <a href="table_advanced.html">
784
                                                        Advanced Datatables</a>
785
                                                </li>
786
                                                <li>
787
                                                        <a href="table_ajax.html">
788
                                                        Ajax Datatables</a>
789
                                                </li>
790
                                        </ul>
791
                                </li>
792
                                <li>
793
                                        <a href="javascript:;">
794
                                        <i class="icon-wallet"></i>
795
                                        <span class="title">Portlets</span>
796
                                        <span class="arrow "></span>
797
                                        </a>
798
                                        <ul class="sub-menu">
799
                                                <li>
800
                                                        <a href="portlet_general.html">
801
                                                        General Portlets</a>
802
                                                </li>
803
                                                <li>
804
                                                        <a href="portlet_general2.html">
805
                                                        <span class="badge badge-danger">new</span>New Portlets #1</a>
806
                                                </li>
807
                                                <li>
808
                                                        <a href="portlet_general3.html">
809
                                                        <span class="badge badge-danger">new</span>New Portlets #2</a>
810
                                                </li>
811
                                                <li>
812
                                                        <a href="portlet_ajax.html">
813
                                                        Ajax Portlets</a>
814
                                                </li>
815
                                                <li>
816
                                                        <a href="portlet_draggable.html">
817
                                                        Draggable Portlets</a>
818
                                                </li>
819
                                        </ul>
820
                                </li>
821
                                <li>
822
                                        <a href="javascript:;">
823
                                        <i class="icon-bar-chart"></i>
824
                                        <span class="title">Charts</span>
825
                                        <span class="arrow "></span>
826
                                        </a>
827
                                        <ul class="sub-menu">
828
                                                <li>
829
                                                        <a href="charts_amcharts.html">
830
                                                        Amchart</a>
831
                                                </li>
832
                                                <li>
833
                                                        <a href="charts_flotcharts.html">
834
                                                        Flotchart</a>
835
                                                </li>
836
                                        </ul>
837
                                </li>
838
                                <li>
839
                                        <a href="javascript:;">
840
                                        <i class="icon-docs"></i>
841
                                        <span class="title">Pages</span>
842
                                        <span class="arrow "></span>
843
                                        </a>
844
                                        <ul class="sub-menu">
845
                                                <li>
846
                                                        <a href="page_timeline.html">
847
                                                        <i class="icon-paper-plane"></i>
848
                                                        <span class="badge badge-warning">2</span>New Timeline</a>
849
                                                </li>
850
                                                <li>
851
                                                        <a href="extra_profile.html">
852
                                                        <i class="icon-user-following"></i>
853
                                                        <span class="badge badge-success badge-roundless">new</span>New User Profile</a>
854
                                                </li>
855
                                                <li>
856
                                                        <a href="page_todo.html">
857
                                                        <i class="icon-hourglass"></i>
858
                                                        <span class="badge badge-danger">4</span>Todo</a>
859
                                                </li>
860
                                                <li>
861
                                                        <a href="inbox.html">
862
                                                        <i class="icon-envelope"></i>
863
                                                        <span class="badge badge-danger">4</span>Inbox</a>
864
                                                </li>
865
                                                <li>
866
                                                        <a href="extra_faq.html">
867
                                                        <i class="icon-info"></i>
868
                                                        FAQ</a>
869
                                                </li>
870
                                                <li>
871
                                                        <a href="page_portfolio.html">
872
                                                        <i class="icon-feed"></i>
873
                                                        Portfolio</a>
874
                                                </li>
875
                                                <li>
876
                                                        <a href="page_timeline.html">
877
                                                        <i class="icon-clock"></i>
878
                                                        <span class="badge badge-info">4</span>Timeline</a>
879
                                                </li>
880
                                                <li>
881
                                                        <a href="page_coming_soon.html">
882
                                                        <i class="icon-flag"></i>
883
                                                        Coming Soon</a>
884
                                                </li>
885
                                                <li>
886
                                                        <a href="page_calendar.html">
887
                                                        <i class="icon-calendar"></i>
888
                                                        <span class="badge badge-danger">14</span>Calendar</a>
889
                                                </li>
890
                                                <li>
891
                                                        <a href="extra_invoice.html">
892
                                                        <i class="icon-flag"></i>
893
                                                        Invoice</a>
894
                                                </li>
895
                                                <li>
896
                                                        <a href="page_blog.html">
897
                                                        <i class="icon-speech"></i>
898
                                                        Blog</a>
899
                                                </li>
900
                                                <li>
901
                                                        <a href="page_blog_item.html">
902
                                                        <i class="icon-link"></i>
903
                                                        Blog Post</a>
904
                                                </li>
905
                                                <li>
906
                                                        <a href="page_news.html">
907
                                                        <i class="icon-eye"></i>
908
                                                        <span class="badge badge-success">9</span>News</a>
909
                                                </li>
910
                                                <li>
911
                                                        <a href="page_news_item.html">
912
                                                        <i class="icon-bell"></i>
913
                                                        News View</a>
914
                                                </li>
915
                                                <li>
916
                                                        <a href="page_timeline_old.html">
917
                                                        <i class="icon-paper-plane"></i>
918
                                                        <span class="badge badge-warning">2</span>Old Timeline</a>
919
                                                </li>
920
                                                <li>
921
                                                        <a href="extra_profile_old.html">
922
                                                        <i class="icon-user"></i>
923
                                                        Old User Profile</a>
924
                                                </li>
925
                                        </ul>
926
                                </li>
927
                                <li>
928
                                        <a href="javascript:;">
929
                                        <i class="icon-present"></i>
930
                                        <span class="title">Extra</span>
931
                                        <span class="arrow "></span>
932
                                        </a>
933
                                        <ul class="sub-menu">
934
                                                <li>
935
                                                        <a href="page_about.html">
936
                                                        About Us</a>
937
                                                </li>
938
                                                <li>
939
                                                        <a href="page_contact.html">
940
                                                        Contact Us</a>
941
                                                </li>
942
                                                <li>
943
                                                        <a href="extra_search.html">
944
                                                        Search Results</a>
945
                                                </li>
946
                                                <li>
947
                                                        <a href="extra_pricing_table.html">
948
                                                        Pricing Tables</a>
949
                                                </li>
950
                                                <li>
951
                                                        <a href="extra_404_option1.html">
952
                                                        404 Page Option 1</a>
953
                                                </li>
954
                                                <li>
955
                                                        <a href="extra_404_option2.html">
956
                                                        404 Page Option 2</a>
957
                                                </li>
958
                                                <li>
959
                                                        <a href="extra_404_option3.html">
960
                                                        404 Page Option 3</a>
961
                                                </li>
962
                                                <li>
963
                                                        <a href="extra_500_option1.html">
964
                                                        500 Page Option 1</a>
965
                                                </li>
966
                                                <li>
967
                                                        <a href="extra_500_option2.html">
968
                                                        500 Page Option 2</a>
969
                                                </li>
970
                                        </ul>
971
                                </li>
972
                                <li>
973
                                        <a href="javascript:;">
974
                                        <i class="icon-folder"></i>
975
                                        <span class="title">Multi Level Menu</span>
976
                                        <span class="arrow "></span>
977
                                        </a>
978
                                        <ul class="sub-menu">
979
                                                <li>
980
                                                        <a href="javascript:;">
981
                                                        <i class="icon-settings"></i> Item 1 <span class="arrow"></span>
982
                                                        </a>
983
                                                        <ul class="sub-menu">
984
                                                                <li>
985
                                                                        <a href="javascript:;">
986
                                                                        <i class="icon-user"></i>
987
                                                                        Sample Link 1 <span class="arrow"></span>
988
                                                                        </a>
989
                                                                        <ul class="sub-menu">
990
                                                                                <li>
991
                                                                                        <a href="#"><i class="icon-power"></i> Sample Link 1</a>
992
                                                                                </li>
993
                                                                                <li>
994
                                                                                        <a href="#"><i class="icon-paper-plane"></i> Sample Link 1</a>
995
                                                                                </li>
996
                                                                                <li>
997
                                                                                        <a href="#"><i class="icon-star"></i> Sample Link 1</a>
998
                                                                                </li>
999
                                                                        </ul>
1000
                                                                </li>
1001
                                                                <li>
1002
                                                                        <a href="#"><i class="icon-camera"></i> Sample Link 1</a>
1003
                                                                </li>
1004
                                                                <li>
1005
                                                                        <a href="#"><i class="icon-link"></i> Sample Link 2</a>
1006
                                                                </li>
1007
                                                                <li>
1008
                                                                        <a href="#"><i class="icon-pointer"></i> Sample Link 3</a>
1009
                                                                </li>
1010
                                                        </ul>
1011
                                                </li>
1012
                                                <li>
1013
                                                        <a href="javascript:;">
1014
                                                        <i class="icon-globe"></i> Item 2 <span class="arrow"></span>
1015
                                                        </a>
1016
                                                        <ul class="sub-menu">
1017
                                                                <li>
1018
                                                                        <a href="#"><i class="icon-tag"></i> Sample Link 1</a>
1019
                                                                </li>
1020
                                                                <li>
1021
                                                                        <a href="#"><i class="icon-pencil"></i> Sample Link 1</a>
1022
                                                                </li>
1023
                                                                <li>
1024
                                                                        <a href="#"><i class="icon-graph"></i> Sample Link 1</a>
1025
                                                                </li>
1026
                                                        </ul>
1027
                                                </li>
1028
                                                <li>
1029
                                                        <a href="#">
1030
                                                        <i class="icon-bar-chart"></i>
1031
                                                        Item 3 </a>
1032
                                                </li>
1033
                                        </ul>
1034
                                </li>
1035
                                <li>
1036
                                        <a href="javascript:;">
1037
                                        <i class="icon-user"></i>
1038
                                        <span class="title">Login Options</span>
1039
                                        <span class="arrow "></span>
1040
                                        </a>
1041
                                        <ul class="sub-menu">
1042
                                                <li>
1043
                                                        <a href="login.html">
1044
                                                        Login Form 1</a>
1045
                                                </li>
1046
                                                <li>
1047
                                                        <a href="login_2.html">
1048
                                                        Login Form 2</a>
1049
                                                </li>
1050
                                                <li>
1051
                                                        <a href="login_3.html">
1052
                                                        Login Form 3</a>
1053
                                                </li>
1054
                                                <li>
1055
                                                        <a href="login_soft.html">
1056
                                                        Login Form 4</a>
1057
                                                </li>
1058
                                                <li>
1059
                                                        <a href="extra_lock.html">
1060
                                                        Lock Screen 1</a>
1061
                                                </li>
1062
                                                <li>
1063
                                                        <a href="extra_lock2.html">
1064
                                                        Lock Screen 2</a>
1065
                                                </li>
1066
                                        </ul>
1067
                                </li>
1068
                                <li>
1069
                                        <a href="javascript:;">
1070
                                        <i class="icon-envelope-open"></i>
1071
                                        <span class="title">Email Templates</span>
1072
                                        <span class="arrow "></span>
1073
                                        </a>
1074
                                        <ul class="sub-menu">
1075
                                                <li>
1076
                                                        <a href="email_newsletter.html">
1077
                                                        Responsive Newsletter<br>
1078
                                                         Email Template</a>
1079
                                                </li>
1080
                                                <li>
1081
                                                        <a href="email_system.html">
1082
                                                        Responsive System<br>
1083
                                                         Email Template</a>
1084
                                                </li>
1085
                                        </ul>
1086
                                </li>
1087
                                <li class="last ">
1088
                                        <a href="javascript:;">
1089
                                        <i class="icon-pointer"></i>
1090
                                        <span class="title">Maps</span>
1091
                                        <span class="arrow "></span>
1092
                                        </a>
1093
                                        <ul class="sub-menu">
1094
                                                <li>
1095
                                                        <a href="maps_google.html">
1096
                                                        Google Maps</a>
1097
                                                </li>
1098
                                                <li>
1099
                                                        <a href="maps_vector.html">
1100
                                                        Vector Maps</a>
1101
                                                </li>
1102
                                        </ul>
1103
                                </li>
1104
                        </ul>
1105
                        <!-- END SIDEBAR MENU -->
1106
                </div>
1107
        </div>
1108
        <!-- END SIDEBAR -->
1109
        <!-- BEGIN CONTENT -->
1110
        <div class="page-content-wrapper">
1111
                <div class="page-content">
1112
                        <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM-->
1113
                        <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
1114
                                <div class="modal-dialog">
1115
                                        <div class="modal-content">
1116
                                                <div class="modal-header">
1117
                                                        <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
1118
                                                        <h4 class="modal-title">Modal title</h4>
1119
                                                </div>
1120
                                                <div class="modal-body">
1121
                                                         Widget settings form goes here
1122
                                                </div>
1123
                                                <div class="modal-footer">
1124
                                                        <button type="button" class="btn blue">Save changes</button>
1125
                                                        <button type="button" class="btn default" data-dismiss="modal">Close</button>
1126
                                                </div>
1127
                                        </div>
1128
                                        <!-- /.modal-content -->
1129
                                </div>
1130
                                <!-- /.modal-dialog -->
1131
                        </div>
1132
                        <!-- /.modal -->
1133
                        <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM-->
1134
                        <!-- BEGIN PAGE HEADER-->
1135
                        <!-- BEGIN PAGE HEAD -->
1136
                        <div class="page-head">
1137
                                <!-- BEGIN PAGE TITLE -->
1138
                                <div class="page-title">
1139
                                        <h1>Blank Page <small>blank page</small></h1>
1140
                                </div>
1141
                                <!-- END PAGE TITLE -->
1142
                                <!-- BEGIN PAGE TOOLBAR -->
1143
                                <div class="page-toolbar">
1144
                                        <!-- BEGIN THEME PANEL -->
1145
                                        <div class="btn-group btn-theme-panel">
1146
                                                <a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown">
1147
                                                <i class="icon-settings"></i>
1148
                                                </a>
1149
                                                <div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click">
1150
                                                        <div class="row">
1151
                                                                <div class="col-md-4 col-sm-4 col-xs-12">
1152
                                                                        <h3>THEME</h3>
1153
                                                                        <ul class="theme-colors">
1154
                                                                                <li class="theme-color theme-color-default active" data-theme="default">
1155
                                                                                        <span class="theme-color-view"></span>
1156
                                                                                        <span class="theme-color-name">Dark Header</span>
1157
                                                                                </li>
1158
                                                                                <li class="theme-color theme-color-light" data-theme="light">
1159
                                                                                        <span class="theme-color-view"></span>
1160
                                                                                        <span class="theme-color-name">Light Header</span>
1161
                                                                                </li>
1162
                                                                        </ul>
1163
                                                                </div>
1164
                                                                <div class="col-md-8 col-sm-8 col-xs-12 seperator">
1165
                                                                        <h3>LAYOUT</h3>
1166
                                                                        <ul class="theme-settings">
1167
                                                                                <li>
1168
                                                                                         Theme Style
1169
                                                                                        <select class="layout-style-option form-control input-small input-sm">
1170
                                                                                                <option value="square" selected="selected">Square corners</option>
1171
                                                                                                <option value="rounded">Rounded corners</option>
1172
                                                                                        </select>
1173
                                                                                </li>
1174
                                                                                <li>
1175
                                                                                         Layout
1176
                                                                                        <select class="layout-option form-control input-small input-sm">
1177
                                                                                                <option value="fluid" selected="selected">Fluid</option>
1178
                                                                                                <option value="boxed">Boxed</option>
1179
                                                                                        </select>
1180
                                                                                </li>
1181
                                                                                <li>
1182
                                                                                         Header
1183
                                                                                        <select class="page-header-option form-control input-small input-sm">
1184
                                                                                                <option value="fixed" selected="selected">Fixed</option>
1185
                                                                                                <option value="default">Default</option>
1186
                                                                                        </select>
1187
                                                                                </li>
1188
                                                                                <li>
1189
                                                                                         Top Dropdowns
1190
                                                                                        <select class="page-header-top-dropdown-style-option form-control input-small input-sm">
1191
                                                                                                <option value="light">Light</option>
1192
                                                                                                <option value="dark" selected="selected">Dark</option>
1193
                                                                                        </select>
1194
                                                                                </li>
1195
                                                                                <li>
1196
                                                                                         Sidebar Mode
1197
                                                                                        <select class="sidebar-option form-control input-small input-sm">
1198
                                                                                                <option value="fixed">Fixed</option>
1199
                                                                                                <option value="default" selected="selected">Default</option>
1200
                                                                                        </select>
1201
                                                                                </li>
1202
                                                                                <li>
1203
                                                                                         Sidebar Menu
1204
                                                                                        <select class="sidebar-menu-option form-control input-small input-sm">
1205
                                                                                                <option value="accordion" selected="selected">Accordion</option>
1206
                                                                                                <option value="hover">Hover</option>
1207
                                                                                        </select>
1208
                                                                                </li>
1209
                                                                                <li>
1210
                                                                                         Sidebar Position
1211
                                                                                        <select class="sidebar-pos-option form-control input-small input-sm">
1212
                                                                                                <option value="left" selected="selected">Left</option>
1213
                                                                                                <option value="right">Right</option>
1214
                                                                                        </select>
1215
                                                                                </li>
1216
                                                                                <li>
1217
                                                                                         Footer
1218
                                                                                        <select class="page-footer-option form-control input-small input-sm">
1219
                                                                                                <option value="fixed">Fixed</option>
1220
                                                                                                <option value="default" selected="selected">Default</option>
1221
                                                                                        </select>
1222
                                                                                </li>
1223
                                                                        </ul>
1224
                                                                </div>
1225
                                                        </div>
1226
                                                </div>
1227
                                        </div>
1228
                                        <!-- END THEME PANEL -->
1229
                                </div>
1230
                                <!-- END PAGE TOOLBAR -->
1231
                        </div>
1232
                        <!-- END PAGE HEAD -->
1233
                        <!-- BEGIN PAGE BREADCRUMB -->
1234
                        <ul class="page-breadcrumb breadcrumb">
1235
                                <li>
1236
                                        <a href="index.html">Home</a>
1237
                                        <i class="fa fa-circle"></i>
1238
                                </li>
1239
                                <li>
1240
                                        <a href="#">Page Layouts</a>
1241
                                        <i class="fa fa-circle"></i>
1242
                                </li>
1243
                                <li>
1244
                                        <a href="#">Blank Page</a>
1245
                                </li>
1246
                        </ul>
1247
                        <!-- END PAGE BREADCRUMB -->
1248
                        <!-- END PAGE HEADER-->
1249
                        <!-- BEGIN PAGE CONTENT-->
1250
                        <div class="row">
1251
                                <div class="col-md-12">
1252
                                         Page content goes here
1253
                                </div>
1254
                        </div>
1255
                        <!-- END PAGE CONTENT-->
1256
                </div>
1257
        </div>
1258
        <!-- END CONTENT -->
1259
</div>
1260
<!-- END CONTAINER -->
1261
<!-- BEGIN FOOTER -->
1262
<div class="page-footer">
1263
        <div class="page-footer-inner">
1264
                 2014 &copy; Metronic by keenthemes.
1265
        </div>
1266
        <div class="scroll-to-top">
1267
                <i class="icon-arrow-up"></i>
1268
        </div>
1269
</div>
1270
<!-- END FOOTER -->
1271
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
1272
<!-- BEGIN CORE PLUGINS -->
1273
<!--[if lt IE 9]>
1274
<script src="../../assets/global/plugins/respond.min.js"></script>
1275
<script src="../../assets/global/plugins/excanvas.min.js"></script> 
1276
<![endif]-->
1277
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
1278
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
1279
<!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
1280
<script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
1281
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
1282
<script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
1283
<script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
1284
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
1285
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
1286
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
1287
<script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
1288
<!-- END CORE PLUGINS -->
1289
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
1290
<script src="../../assets/admin/layout4/scripts/layout.js" type="text/javascript"></script>
1291
<script src="../../assets/admin/layout4/scripts/demo.js" type="text/javascript"></script>
1292
<script>
1293
      jQuery(document).ready(function() {    
1294
         Metronic.init(); // init metronic core components
1295
Layout.init(); // init current layout
1296
Demo.init(); // init demo features
1297
      });
1298
   </script>
1299
<!-- END JAVASCRIPTS -->
1300
</body>
1301
<!-- END BODY -->
1302
</html>