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