-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathui_toasts.html
673 lines (667 loc) · 39.4 KB
/
ui_toasts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
<!DOCTYPE html>
<html>
<head>
<title>Sing App Dashboard - UI Toasts</title>
<link href="../css/application.min.css" rel="stylesheet">
<!-- as of IE9 cannot parse css files with more that 4K classes separating in two files -->
<!--[if IE 9]>
<link href="css/application-ie9-part2.css" rel="stylesheet">
<![endif]-->
<!-- <link rel="shortcut icon" href="../img/favicon.png">
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Sing App - Bootstrap 4 Admin Dashboard Template">
<meta name="keywords" content="bootstrap admin template,admin template,admin dashboard,admin dashboard template,admin,dashboard,bootstrap,template">
<meta name="author" content="Flatlogic LLC">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script>
/* yeah we need this empty stylesheet here. It's cool chrome & chromium fix
chrome fix https://code.google.com/p/chromium/issues/detail?id=167083
https://code.google.com/p/chromium/issues/detail?id=332189
*/
</script>
<script src="../js/charts/d3-version-wrapper.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-36759672-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-36759672-9');
</script>
<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js", "ym"); ym(48020168, "init", { id:48020168, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true, ecommerce:"dataLayer" }); </script> <!-- /Yandex.Metrika counter -->
</head>
<body class="">
<div class="logo">
<h4><a href="https://demo.flatlogic.com/sing-app/">Light <strong>Sing</strong></a></h4>
</div>
<!--
Main sidebar seen on the left. may be static or collapsing depending on selected state.
* Collapsing - navigation automatically collapse when mouse leaves it and expand when enters.
* Static - stays always open.
-->
<nav id="sidebar" class="sidebar" role="navigation">
<div id="side-nav" class="js-sidebar-content">
<!-- seems like lots of recent admin template have this feature of user info in the sidebar.
looks good, so adding it and enhancing with notifications -->
<!-- main notification links are placed inside of .sidebar-nav -->
<ul id="sidebar-nav" class="sidebar-nav">
<li class="">
<!-- an example of nested submenu. basic bootstrap collapse component -->
<a class="accordion-toggle" href="#sidebar-dashboard" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-home"></i>
</span>
Dashboard
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-dashboard" class="collapse ">
<li class=""><a href="../dashboard/index.html">Analytics</a></li>
<li class=""><a href="../dashboard/visits.html">Visits</a></li>
<li class=""><a href="../dashboard/widgets.html">Widgets</a></li>
</ul>
</li>
<li class="">
<a href="../other/package.html">
<span class="icon">
<i class="fi flaticon-database-1"></i>
</span>
Sing Package
</a>
</li>
<li class="">
<a href="../other/profile.html">
<span class="icon">
<i class="fi flaticon-user"></i>
</span>
Profile
</a>
</li>
<li class="">
<a href="../other/inbox.html">
<span class="icon">
<i class="fi flaticon-paper-plane"></i>
</span>
Email
<span class="badge bg-warning">
9
</span>
</a>
</li>
<li class="">
<a class="collapsed" href="#sidebar-pages" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-diamond"></i>
</span>
E-commerce
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-pages" class="collapse ">
<li class=""><a href="../e-commerce/product_detail.html">Product Detail</a></li>
<li class=""><a href="../e-commerce/product_grid.html">Product Grid</a></li>
</ul>
</li>
</ul>
<!-- every .sidebar-nav may have a title -->
<h5 class="sidebar-nav-title">Template <a class="action-link" href="#"><i class="glyphicon glyphicon-refresh"></i></a></h5>
<ul class="sidebar-nav">
<li class="">
<!-- an example of nested submenu. basic bootstrap collapse component -->
<a class="collapsed" href="#sidebar-core" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-network"></i>
</span>
Core
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-core" class="collapse ">
<li class=""><a href="../core/core_typography.html">Typography</a></li>
<li class=""><a href="../core/core_colors.html">Colors</a></li>
<li class=""><a href="../core/core_grid.html">Grid</a></li>
</ul>
</li>
<li class="">
<a class="collapsed" href="#sidebar-ui" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-layers"></i>
</span>
UI Elements
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-ui" class="collapse show ">
<li class=""><a href="../components/ui_alerts.html">Alerts</a></li>
<li class=""><a href="../components/ui_badge.html">Badge</a></li>
<li class=""><a href="../components/ui_buttons.html">Buttons</a></li>
<li class=""><a href="../components/ui_card.html">Card</a></li>
<li class=""><a href="../components/ui_carousel.html">Carousel</a></li>
<li class=""><a href="../components/ui_jumbotron.html">Jumbotron</a></li>
<li class=""><a href="../components/ui_icons.html">Icons</a></li>
<li class=""><a href="../components/ui_list_groups.html">List Groups</a></li>
<li class=""><a href="../components/ui_modal.html">Modal</a></li>
<li class=""><a href="../components/ui_nav.html">Nav</a></li>
<li class=""><a href="../components/ui_navbar.html">Navbar</a></li>
<li class=""><a href="../components/ui_notifications.html">Notifications</a></li>
<li><a href="../tables/tables_dynamic.html">Pagination</a></li>
<li class=""><a href="../components/ui_popovers_tooltips.html">Popovers & Tooltips</a></li>
<li class=""><a href="../components/ui_progress.html">Progress</a></li>
<li class=""><a href="../components/ui_tabs_accordion.html">Tabs & Accordion</a></li>
<li class=" active "><a href="../components/ui_toasts.html">Toasts
<sup class="text-warning fw-semi-bold">
new
</sup></a></li>
</ul>
</li>
<li class="">
<!-- an example of nested submenu. basic bootstrap collapse component -->
<a class="collapsed" href="#sidebar-forms" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-list"></i>
</span>
Forms
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-forms" class="collapse ">
<li class=""><a href="../form/form_elements.html">Form Elements</a></li>
<li class=""><a href="../form/form_validation.html">Form Validation</a></li>
<li class=""><a href="../form/form_wizard.html">Form Wizard</a></li>
</ul>
</li>
<li class="">
<!-- an example of nested submenu. basic bootstrap collapse component -->
<a class="collapsed" href="#sidebar-charts" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-controls"></i>
</span>
Charts
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-charts"
class="collapse ">
<li class="">
<a href="../charts/charts.html">Charts Overview</a>
</li>
<li class="">
<a href="../charts/flot.html">Flot Charts</a>
</li>
<li class="">
<a href="../charts/morris.html">Morris Charts</a>
</li>
<li class="">
<a href="../charts/rickshaw.html">Rickshaw Charts</a>
</li>
<li class="">
<a href="../charts/sparkline.html">Sparkline Charts</a>
</li>
<li class="">
<a class="no-pjax" href="../charts/d3_plain.html">D3 version 5 Charts</a>
</li>
<li class="">
<a href="../charts/easy_pie.html">Easy Pie Charts</a>
</li>
</ul>
</li>
<li class="">
<a href="../other/grid.html">
<span class="icon">
<i class="fi flaticon-menu-4"></i>
</span>
Grid
</a>
</li>
<li class="">
<a class="collapsed" href="#sidebar-maps" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-map-location"></i>
</span>
Maps
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-maps" class="collapse ">
<!-- data-no-pjax turns off pjax loading for this link. Use in case of complicated js loading on the
target page -->
<li class=""><a href="../maps/maps_google.html" data-no-pjax>Google Maps</a></li>
<li class=""><a href="../maps/maps_vector.html">Vector Maps</a></li>
</ul>
</li>
<li class="">
<!-- an example of nested submenu. basic bootstrap collapse component -->
<a class="collapsed" href="#sidebar-tables" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-equal-1"></i>
</span>
Tables
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-tables" class="collapse ">
<li class=""><a href="../tables/tables_basic.html">Tables Basic</a></li>
<li class=""><a href="../tables/tables_dynamic.html">Tables Dynamic</a></li>
</ul>
</li>
<li class="">
<a class="collapsed" href="#sidebar-extra" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-star"></i>
</span>
Extra
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-extra" class="collapse ">
<li class=""><a href="../extra/calendar.html">Calendar</a></li>
<li class=""><a href="../extra/invoice.html">Invoice</a></li>
<li class=""><a href="../extra/login.html" target="_blank" data-no-pjax>Login Page</a></li>
<li class=""><a href="../extra/error.html" target="_blank" data-no-pjax>Error Page</a></li>
<li class=""><a href="../extra/gallery.html">Gallery</a></li>
<li class=""><a href="../extra/search.html">Search Results</a></li>
<li class=""><a href="../extra/time_line.html" data-no-pjax>Time Line</a></li>
</ul>
</li>
<li>
<a class="collapsed" href="#sidebar-levels" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="fi flaticon-folder-10"></i>
</span>
Menu Levels
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-levels" class="collapse">
<li><a href="#">Level 1</a></li>
<li>
<a class="collapsed" href="#sidebar-sub-levels" data-toggle="collapse" data-parent="#sidebar-levels">
Level 2
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-sub-levels" class="collapse">
<li><a href="#">Level 3</a></li>
<li><a href="#">Level 3</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h5 class="sidebar-nav-title">Labels <a class="action-link" href="#"><i class="glyphicon glyphicon-plus"></i></a></h5>
<!-- some styled links in sidebar. ready to use as links to email folders, projects, groups, etc -->
<ul class="sidebar-labels">
<li>
<a href="#">
<!-- yep, .circle again -->
<i class="fa fa-circle text-warning mr-xs"></i>
<span class="label-name">My Recent</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-circle text-gray mr-xs"></i>
<span class="label-name">Starred</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-circle text-danger mr-xs"></i>
<span class="label-name">Background</span>
</a>
</li>
</ul>
<h5 class="sidebar-nav-title">Projects</h5>
<!-- A place for sidebar notifications & alerts -->
<div class="sidebar-alerts">
<div class="alert">
<a href="#" class="close" data-dismiss="alert" aria-hidden="true">×</a>
<span class="fw-normal">Sales Report</span> <br>
<div class="progress progress-xs mt-2">
<div class="progress-bar progress-bar-gray-light" role="progressbar" style="width: 16%" aria-valuenow="16" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<small>Calculating x-axis bias... 65%</small>
</div>
<div class="alert">
<a href="#" class="close" data-dismiss="alert" aria-hidden="true">×</a>
<span class="fw-normal">Personal Responsibility</span> <br>
<div class="progress progress-xs mt-2">
<div class="progress-bar bg-danger" role="progressbar" style="width: 23%" aria-valuenow="23" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<small>Provide required notes</small>
</div>
</div>
</div>
</nav>
<div class="content-wrap">
<header class="page-header">
<div class="navbar">
<ul class="nav navbar-nav navbar-right pull-right">
<li class="visible-phone-landscape">
<a href="#" id="search-toggle">
<i class="fa fa-search"></i>
</a>
</li>
<li class="dropdown">
<a href="#" title="Messages" id="messages"
class="dropdown-toggle"
data-toggle="dropdown">
<i class="glyphicon glyphicon-comment"></i>
</a>
<ul id="messages-menu" class="dropdown-menu messages" role="menu">
<li role="presentation">
<a href="#" class="message">
<img src="../img/1.png" alt="">
<div class="details">
<div class="sender">Jane Hew</div>
<div class="text">
Hey, John! How is it going? ...
</div>
</div>
</a>
</li>
<li role="presentation">
<a href="#" class="message">
<img src="../img/2.png" alt="">
<div class="details">
<div class="sender">Alies Rumiancaŭ</div>
<div class="text">
I'll definitely buy this template
</div>
</div>
</a>
</li>
<li role="presentation">
<a href="#" class="message">
<img src="../img/3.png" alt="">
<div class="details">
<div class="sender">Michał Rumiancaŭ</div>
<div class="text">
Is it really Lore ipsum? Lore ...
</div>
</div>
</a>
</li>
<li role="presentation">
<a href="#" class="text-align-center see-all">
See all messages <i class="fa fa-arrow-right"></i>
</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" title="8 support tickets"
class="dropdown-toggle"
data-toggle="dropdown">
<i class="glyphicon glyphicon-globe"></i>
<span class="count">8</span>
</a>
<ul id="support-menu" class="dropdown-menu support" role="menu">
<li role="presentation">
<a href="#" class="support-ticket">
<div class="picture">
<span class="label label-important"><i class="fa fa-bell-o"></i></span>
</div>
<div class="details">
Check out this awesome ticket
</div>
</a>
</li>
<li role="presentation">
<a href="#" class="support-ticket">
<div class="picture">
<span class="label label-warning"><i class="fa fa-question-circle"></i></span>
</div>
<div class="details">
"What is the best way to get ...
</div>
</a>
</li>
<li role="presentation">
<a href="#" class="support-ticket">
<div class="picture">
<span class="label label-success"><i class="fa fa-tag"></i></span>
</div>
<div class="details">
This is just a simple notification
</div>
</a>
</li>
<li role="presentation">
<a href="#" class="support-ticket">
<div class="picture">
<span class="label label-info"><i class="fa fa-info-circle"></i></span>
</div>
<div class="details">
12 new orders has arrived today
</div>
</a>
</li>
<li role="presentation">
<a href="#" class="support-ticket">
<div class="picture">
<span class="label label-important"><i class="fa fa-plus"></i></span>
</div>
<div class="details">
One more thing that just happened
</div>
</a>
</li>
<li role="presentation">
<a href="#" class="text-align-center see-all">
See all tickets <i class="fa fa-arrow-right"></i>
</a>
</li>
</ul>
</li>
<li class="divider"></li>
<li class="hidden-xs">
<a href="#" id="settings"
title="Settings"
data-toggle="popover"
data-placement="bottom">
<i class="glyphicon glyphicon-cog"></i>
</a>
</li>
<li class="hidden-xs dropdown">
<a href="#" title="Account" id="account"
class="dropdown-toggle"
data-toggle="dropdown">
<i class="glyphicon glyphicon-user"></i>
</a>
<ul id="account-menu" class="dropdown-menu account" role="menu">
<li role="presentation" class="account-picture">
<img src="../img/2.png" alt="">
Philip Daineka
</li>
<li role="presentation">
<a href="form_account.html" class="link">
<i class="fa fa-user"></i>
Profile
</a>
</li>
<li role="presentation">
<a href="component_calendar.html" class="link">
<i class="fa fa-calendar"></i>
Calendar
</a>
</li>
<li role="presentation">
<a href="#" class="link">
<i class="fa fa-inbox"></i>
Inbox
</a>
</li>
</ul>
</li>
<li class="visible-xs">
<a href="#"
class="btn-navbar"
data-toggle="collapse"
data-target=".sidebar"
title="">
<i class="fa fa-bars"></i>
</a>
</li>
<li class="hidden-xs"><a href="../extra/login.html"><i class="glyphicon glyphicon-off"></i></a></li>
</ul>
<form id="search-form" class="navbar-form pull-right" role="search">
<input type="search" class="form-control search-query" placeholder="Search...">
</form>
<div class="notifications pull-right">
<div class="alert pull-right">
<a href="#" class="close ml-xs" data-dismiss="alert">×</a>
<i class="fa fa-info-circle mr-xs"></i> Check out Sing App <a id="notification-link" href="#">settings</a> on the right!
</div>
</div>
</div>
</header> <!-- main page content. the place to put widgets in. usually consists of .row > .col-lg-* > .widget. -->
<main id="content" class="content" role="main">
<!-- Page content -->
<ol class="breadcrumb">
<li class="breadcrumb-item">YOU ARE HERE</li>
<li class="breadcrumb-item active">UI Badge</li>
</ol>
<h1 class="page-title">Toasts - <span class="fw-semi-bold">Push Notifications</span></h1>
<div class="row">
<div class="col-md-8">
<section class="widget">
<header>
<h5>
Toasts <span class="fw-semi-bold">Examples</span> <span class="badge badge-primary">Bootstrap 4.2.1</span>
</h5>
<div class="widget-controls">
<a data-widgster="expand" title="Expand" href="#"><i class="la la-angle-up"></i></a>
<a data-widgster="collapse" title="Collapse" href="#"><i class="la la-angle-down"></i></a>
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
</div>
</header>
<div class="widget-body">
<p>
Toasts are Bootstrap notifications component designed to simulate push notifications that have
obtained popularity recently.
They are built using flexbox model, so alignment and positioning will be easy.</p>
<div class="btn-toolbar mb-0">
<button class="btn btn-primary" data-toggle-toast="toast-basic">
Basic Toast
</button>
<button type="button" class="btn btn-secondary" data-toggle-toast="toast-delay">
Toast with delay
</button>
<button type="button" class="btn btn-success" data-toggle-toast="toast-left">
Toast on left
</button>
</div>
<div id="toast-basic" class="toast toast-flatlogic" role="alert"
aria-live="assertive" aria-atomic="true"
data-autohide="false">
<div class="toast-header">
<i class="toast-icon fa fa-square text-primary"></i>
<strong class="mr-auto">New customer joined</strong>
<time datetime="2019-01-22">just now</time>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true"><i class="la la-remove"></i></span>
</button>
</div>
<div class="toast-body">
Will Smith <span class="fw-semi-bold">@wsmith</span> has just joined
</div>
</div>
<div id="toast-delay" class="toast toast-flatlogic" role="alert"
aria-live="assertive" aria-atomic="true"
data-delay="4000">
<div class="toast-header">
<i class="toast-icon fa fa-square text-primary"></i>
<strong class="mr-auto">Annual sales report</strong>
<time datetime="2019-01-22">11 min ago</time>
</div>
<div class="toast-body">
<a href="#">Annual sales report</a> is ready for a review
</div>
</div>
<div id="toast-left" class="toast toast-flatlogic toast-flatlogic-left" role="alert"
aria-live="assertive" aria-atomic="true"
data-delay="4000">
<div class="toast-header">
<i class="toast-icon fa fa-square text-success"></i>
<strong class="mr-auto">New customer joined</strong>
<time datetime="2019-01-22">3 hours ago</time>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true"><i class="la la-remove"></i></span>
</button>
</div>
<div class="toast-body">
Flatlogic LLC <span class="fw-semi-bold">@flatlogic</span> has just joined
</div>
</div>
</div>
</section>
</div>
</div>
<footer class="content-footer">
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com" rel="nofollow" target="_blank">Flatlogic</a>
</footer>
</main>
</div>
<!-- The Loader. Is shown when pjax happens -->
<div class="loader-wrap hiding hide">
<i class="fa fa-circle-o-notch fa-spin-fast"></i>
</div>
<!-- common libraries. required for every page-->
<script src="../../bower_components/jquery/dist/jquery.min.js"></script>
<script src="../../bower_components/jquery-pjax/jquery.pjax.js"></script>
<script src="../../bower_components/popper.js/dist/umd/popper.js"></script>
<script src="../../bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="../../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="../../bower_components/bootstrap/js/dist/util.js"></script>
<script src="../../bower_components/slimScroll/jquery.slimscroll.js"></script>
<script src="../../bower_components/widgster/widgster.js"></script>
<script src="../../bower_components/underscore/underscore.js"></script>
<script src="../../bower_components/pace.js/pace.js" data-pace-options='{ "target": ".content-wrap", "ghostTime": 1000 }'></script>
<!-- <script src="../../bower_components/hammerjs/hammer.js"></script>
<script src="../../bower_components/jquery-hammerjs/jquery.hammer.js"></script>
-->
<!-- common app js -->
<script src="../js/settings.js"></script>
<script src="../js/app.js"></script>
<!-- common templates -->
<script type="text/template" id="settings-template">
<div class="setting clearfix">
<div>Sidebar on the</div>
<div id="sidebar-toggle" class="pull-left btn-group" data-toggle="buttons-radio">
<% onRight = sidebar == 'right'%>
<button type="button" data-value="left" class="btn btn-sm btn-default <%= onRight? '' : 'active' %>">Left</button>
<button type="button" data-value="right" class="btn btn-sm btn-default <%= onRight? 'active' : '' %>">Right</button>
</div>
</div>
<div class="setting clearfix">
<div>Sidebar</div>
<div id="display-sidebar-toggle" class="pull-left btn-group" data-toggle="buttons-radio">
<% display = displaySidebar%>
<button type="button" data-value="true" class="btn btn-sm btn-default <%= display? 'active' : '' %>">Show</button>
<button type="button" data-value="false" class="btn btn-sm btn-default <%= display? '' : 'active' %>">Hide</button>
</div>
</div>
<div class="setting clearfix">
<div>Light Version</div>
<div>
<a href="#" class="btn btn-sm btn-default"> Switch <i class="fa fa-angle-right"></i></a>
</div>
</div>
<div class="setting clearfix">
<div>White Version</div>
<div>
<a href="#" class="btn btn-sm btn-default"> Switch <i class="fa fa-angle-right"></i></a>
</div>
</div>
</script>
<script type="text/template" id="sidebar-settings-template">
<% auto = sidebarState == 'auto'%>
<% if (auto) {%>
<button type="button"
data-value="icons"
class="btn-icons btn btn-transparent btn-sm">Icons</button>
<button type="button"
data-value="auto"
class="btn-auto btn btn-transparent btn-sm">Auto</button>
<%} else {%>
<button type="button"
data-value="auto"
class="btn btn-transparent btn-sm">Auto</button>
<% } %>
</script>
<!-- Page scripts -->
<script src="../js/components/ui-toasts.js"></script>
</body>
</html>