forked from ljb-2000/theme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
widgets.html
630 lines (539 loc) · 22.1 KB
/
widgets.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
<!DOCTYPE html>
<html>
<head>
<title>Sugoi Admin</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/admin.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script src="js/lib/modernizr.js"></script>
</head>
<body class="bg-gray-light widgets">
<nav class="navbar navbar-fixed-top not-collapse bg-g-ln-gray" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#" class="hover-white-shade-bg">
Sugoi Admin
<small class="font-w-100 text-gray-alt hidden-xs hidden-sm">Awesome admin template</small>
</a>
</div>
<div id="top-nav">
<a href="https://wrapbootstrap.com/theme/sugoi-admin-WB0H6TMC9" type="button" class="btn btn-default navbar-btn navbar-right btn-primary m-r-30 mm-r-10">Purchase</a>
<div class="navbar-dropdown navbar-right navbar-avatar">
<a href="#" data-target="#topavatar-toggle" class="hover-no-underline dropdown-toggle m-lr-30 mm-lr-10" data-toggle="dropdown">
<img src="placeholders/avatars/avatar.jpg" class="img-circle" width=25>
<span class="text-gray-light hidden-sm hidden-xs">John Doe</span>
<span class="caret text-white hidden-sm hidden-xs"></span>
</a>
<ul id="topavatar-toggle" class="dropdown-menu avatar-dropdown">
<li><a href="settings.html">Settings</a></li>
<li><a href="login.html">Signup</a></li>
</ul>
</div>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="messages.html">
<span class="glyphicon glyphicon-envelope"></span>
<span
class="text-white circle-12px bg-orange text-small text-center icon-counter">4</span>
<span class="hidden-sm hidden-xs">Messages</span>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="glyphicon glyphicon-plus-sign"></span>
<span class="hidden-sm hidden-xs">Pages</span>
</a>
<ul class="dropdown-menu">
<li><a href="/">Dashboard</a></li>
<li><a href="messages.html">Inbox</a></li>
<li><a href="message-single.html">Message</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="ui.html">UI</a></li>
<li><a href="widgets.html">Widgets</a></li>
<li><a href="settings.html">Settings</a></li>
<li class="divider"></li>
<li><a href="login.html">Login</a></li>
<li><a href="signup.html">Signup</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<div class="sidebar bg-gray-dark text-white text-center pushy pushy-left">
<header class="bg-g-ln-gray p-tb-30 pm-tb-10 p-lr-10 b-bot-2px-gray-dark hidden-xs">
<a href="#" data-target="#avatar-toggle" class="hover-no-underline" data-toggle="dropdown">
<img src="placeholders/avatars/avatar.jpg" class="img-circle" width=35>
<span class="text-gray-alt">Welcome</span>
<span class="text-gray-light">John Doe</span>
<span class="caret white"></span>
</a>
</header>
<ul id="avatar-toggle" class="dropdown-sidebar-avatar" role="menu" aria-labelledby="dLabel">
<li><a href="settings.html">Settings</a></li>
<li><a href="login.html">Sign out</a></li>
</ul>
<hr class="no-margin">
<ul class="unstyled nav">
<li><a href="index.html" class="text-left">Dashboard</a></li>
<li>
<a href="messages.html" class="text-left">
Inbox
<span class="badge bg-blue-light pull-right text-gray-dark brad-small">4</span>
</a>
</li>
<li><a href="gallery.html" class="text-left">Gallery</a></li>
<li class="active">
<a href="#" class="text-left dropdown-toggle" data-toggle="dropdown">
UI Elements
<b class="caret"></b>
</a>
<ul class="dropdown-menu" role="menu">
<li class="active"><a href="ui.html">UI</a></li>
<li><a href="widgets.html">Widgets</a></li>
</ul>
</li>
<li><a href="pricing.html" class="text-left">Pricing</a></li>
<li><a href="settings.html" class="text-left">Settings</a></li>
</ul>
<div class="bg-gray-dark-shade text-left search">
<i class="glyphicon glyphicon-search text-gray-alt"></i>
<input type="text" placeholder="Search" class="input-invisible">
</div>
<div class="sidebar-chart chart m-t-30" data-percent="73" data-scale-color="rgba(255,255,255,.2)">
<div class="percentage text-gray-alt font-w-100">73%</div>
<div class="label text-gray-alt font-w-100 text-uppercase">Bandwidth</div>
</div>
</div>
<div class="preloader">
<div class="timer"></div>
</div>
<div id="container" class="main-content p-lr-30 tp-t-60 p-b-30 tp-lr-10">
<button class="menu-btn btn btn-bordered text-gray-alt text-bold top-left-corner">☰ MENU</button>
<h1 class="text-center">Widgets</h1>
<div class="row">
<!-- TASKS -->
<div class="col-sm-6">
<div class="bg-white p-30 m-t-30 b-bot-2px-gray-light b-right-1px-gray-light">
<div class="pos-rel">
<div class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#receipt-shopping"></use>
</g>
</svg>
</div>
<span class="text-gray-dark text-large align-with-button pos-abs hidden-xs">
Interactive tasks list
</span>
<span class="hidden-sm hidden-md hidden-lg text-gray-dark text-large align-with-button pos-abs">
Tasks
</span>
<div class="top-left-abs clearfix over-text">
<input type="text"
id="task-content"
class="text-over-header pull-left opacity-0 icheck"
placeholder="Add new task...">
<a href="#"
id="task-toggle"
class="btn btn-primary btn-text-square text-large pull-right">
+</a>
</div>
</div>
<hr class="m-b-0">
<div id="tasks-list" class="tasks-wrapper">
<ul class="list-editable unstyled">
<li style="display: none;" id="item-template">
<input type="checkbox" class="icheck">
<span class="body"></span>
<a href="#" class="remove-box">
<div class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#delete-garbage"></use>
</g>
</svg>
</div>
</a>
</li>
<li>
<input type="checkbox" class="icheck">
<span class="body">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, incidunt.</span>
<a href="#" class="remove-box">
<div class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#delete-garbage"></use>
</g>
</svg>
</div>
</a>
</li>
<li>
<input type="checkbox" checked class="icheck">
<span class="body">lMaecenas faucibus mollis interdum.</span>
<a href="#" class="remove-box">
<div class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#delete-garbage"></use>
</g>
</svg>
</div>
</a>
</li>
<li>
<input type="checkbox" class="icheck">
<span class="body">Nullam id dolor id nibh ultricies vehicula ut id elit.</span>
<div class="remove-box">
<a href="#" class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#delete-garbage"></use>
</g>
</svg>
</a>
</div>
</li>
<li>
<input type="checkbox" class="icheck">
<span class="body">Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.</span>
<div class="remove-box">
<a href="#" class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#delete-garbage"></use>
</g>
</svg>
</a>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- SOCIAL STREAM -->
<div class="col-sm-6">
<div class="bg-white p-lr-30 p-t-30 m-t-30 b-bot-2px-gray-light b-right-1px-gray-light">
<div class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#bubble-love-talk"></use>
</g>
</svg>
</div>
<span class="text-gray-dark text-large align-with-button pos-abs">
Social stream
</span>
<div class="btn-group pull-right">
<button class="btn btn-primary">
<i class="glyphicon glyphicon-cog text-white"></i>
</button>
</div>
<hr class="m-b-0">
<div id="social-feed" class="social-feed"></div>
</div>
</div>
</div> <!-- /.row -->
<!-- IMAGE UPLOADER -->
<div class="bg-white p-30 clearfix m-t-30">
<form action="http://www.torrentplease.com/dropzone.php" class="dropzone dz-clickable m-b-0" id="demo-upload">
<div class="dz-default dz-message"><span>Drop files or click here to upload</span></div></form>
</div>
<div class="row">
<div class="col-sm-6">
<div class="bg-white p-lr-30 p-t-30 m-t-30 b-bot-2px-gray-light b-right-1px-gray-light">
<div class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#clock-time"></use>
</g>
</svg>
</div>
<span class="text-gray-dark text-large align-with-button">
Calendar
</span>
<div class="btn-group pull-right">
<div class="btn btn-alt">
<i class="glyphicon glyphicon-plus text-white"></i>
</div>
<div class="btn btn-primary">
Add
</div>
</div>
<hr>
<div class="cal1" id="events-calendar"></div>
</div>
</div>
<div class="col-sm-6">
<div class="bg-white p-t-30 m-t-30 b-bot-2px-gray-light b-right-1px-gray-light">
<div class="iconmelon m-r-10 m-l-30">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#email-mail"></use>
</g>
</svg>
</div>
<span class="text-gray-dark text-large align-with-button">
Messages
</span>
<div class="btn btn-alt pull-right m-r-30">
<i class="glyphicon glyphicon-list text-white"></i>
</div>
<hr class="m-b-0">
<ul class="unstyled messages">
<li>
<a href="message-single.html" class="p-lr-30 p-tb-10 pm-lr-10 active">
<span class="avatar">
<img src="placeholders/avatars/4.jpg" alt="" class="img-circle retina">
</span>
<span class="author hidden-xs">Eddie Mcgee</span>
<span class="subject">
<i class="glyphicon glyphicon-star m-r-10 text-orange"></i>
This product is meant for educational purposes only. Any resemblance to real persons, living or dead is purely coincidental.
</span>
<span class="date">Today <span class="text-gray-alt">1:05pm</span></span>
</a>
</li>
<li>
<a href="message-single.html" class="p-lr-30 p-tb-10 pm-lr-10">
<span class="avatar">
<img src="placeholders/avatars/6.jpg" alt="" class="img-circle retina">
</span>
<span class="author hidden-xs">Timmy Osborne</span>
<span class="subject">
<i class="glyphicon glyphicon-star m-r-10 text-gray-light"></i>
Own yo' eget tortizzle. Sizzle erizzle.
</span>
<span class="date">Today <span class="text-gray-alt">1:05pm</span></span>
</a>
</li>
<li>
<a href="message-single.html" class="p-lr-30 p-tb-10 pm-lr-10">
<span class="avatar">
<img src="placeholders/avatars/7.jpg" alt="" class="img-circle retina">
</span>
<span class="author hidden-xs">Doug Ross</span>
<span class="subject">
<i class="glyphicon glyphicon-star m-r-10 text-gray-light"></i>
Children of the sun, see your time has just begun, searching for your ways, through adventures every day.
</span>
<span class="date">Today <span class="text-gray-alt">1:05pm</span></span>
</a>
</li>
<li>
<a href="message-single.html" class="p-lr-30 p-tb-10 pm-lr-10">
<span class="avatar">
<img src="placeholders/avatars/8.jpg" alt="" class="img-circle retina">
</span>
<span class="author hidden-xs">Victor Benson</span>
<span class="subject">
<i class="glyphicon glyphicon-star m-r-10 text-gray-light"></i>
And I was getting a tattoo during the death from above.
</span>
<span class="date">Today <span class="text-gray-alt">1:05pm</span></span>
</a>
</li>
<li>
<a href="message-single.html" class="p-lr-30 p-tb-10 pm-lr-10">
<span class="avatar">
<img src="placeholders/avatars/9.jpg" alt="" class="img-circle retina">
</span>
<span class="author hidden-xs">Henry Mccormick</span>
<span class="subject">
<i class="glyphicon glyphicon-star m-r-10 text-gray-light"></i>
Lorem ipsum dolor sir amet non omnis moriar. Lorem ipsum dolor sir amet non omnis moriar.
</span>
<span class="date">Today <span class="text-gray-alt">1:05pm</span></span>
</a>
</li>
<li>
<a href="message-single.html" class="p-lr-30 p-tb-10 pm-lr-10">
<span class="avatar">
<img src="placeholders/avatars/10.jpg" alt="" class="img-circle retina">
</span>
<span class="author hidden-xs">Ricky Greene</span>
<span class="subject">
<i class="glyphicon glyphicon-star m-r-10 text-gray-light"></i>
Meh. We'll go deliver this crate like professionals, and then we'll go home. So I really am important?
</span>
<span class="date">Today <span class="text-gray-alt">1:05pm</span></span>
</a>
</li>
<li>
<a href="message-single.html" class="p-lr-30 p-tb-10 pm-lr-10">
<span class="avatar">
<img src="placeholders/avatars/11.jpg" alt="" class="img-circle retina">
</span>
<span class="author hidden-xs">Clint Mills</span>
<span class="subject">
<i class="glyphicon glyphicon-star m-r-10 text-gray-light"></i>
<span class="label label-info">Code</span>
Pushed new feature to master branch. Please, check it out!
</span>
<span class="date">Today <span class="text-gray-alt">1:05pm</span></span>
</a>
</li>
<li>
<a href="message-single.html" class="p-lr-30 p-tb-10 pm-lr-10">
<span class="avatar">
<img src="placeholders/avatars/12.jpg" alt="" class="img-circle retina">
</span>
<span class="author hidden-xs">Theodore Jordan</span>
<span class="subject">
<i class="glyphicon glyphicon-star m-r-10 text-orange"></i>
Would you censor the Venus de Venus just because you can see her spewers?
</span>
<span class="date">Today <span class="text-gray-alt">1:05pm</span></span>
</a>
</li>
<li>
<a href="message-single.html" class="p-lr-30 p-tb-10 pm-lr-10">
<span class="avatar">
<img src="placeholders/avatars/13.jpg" alt="" class="img-circle retina">
</span>
<span class="author hidden-xs">Virgin Barnett</span>
<span class="subject">
<i class="glyphicon glyphicon-star m-r-10 text-gray-light"></i>
We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.
</span>
<span class="date">Today <span class="text-gray-alt">1:05pm</span></span>
</a>
</li>
</ul>
</div>
</div>
</div> <!-- /.row -->
<h1>Graphs and charts</h1>
<div class="row">
<div class="col-sm-6">
<div class="bg-white p-30 b-bot-2px-gray-light b-right-1px-gray-light">
<div class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#email-mail"></use>
</g>
</svg>
</div>
<span class="text-gray-dark text-large align-with-button">
Sparklines
</span>
<hr>
<div class="row m-b-30">
<div class="col-sm-4 text-center m-t-30">
<span class="ui-sparkline">Loading..</span>
<div class="text-uppercase text-small text-gray-alt m-t-10">BAR</div>
</div>
<div class="col-sm-4 text-center m-t-30">
<span class="ui-sparkline2">Loading..</span>
<div class="text-uppercase text-small text-gray-alt m-t-10">LINE</div>
</div>
<div class="col-sm-4 text-center m-t-30">
<span class="ui-sparkline3">Loading..</span>
<div class="text-uppercase text-small text-gray-alt m-t-10">TRISTATE</div>
</div>
</div>
<div class="row">
<div class="col-sm-4 text-center m-t-30">
<span class="ui-sparkline4">Loading..</span>
<div class="text-uppercase text-small text-gray-alt m-t-10">BOX</div>
</div>
<div class="col-sm-4 text-center m-t-30">
<span class="ui-sparkline5">Loading..</span>
<div class="text-uppercase text-small text-gray-alt m-t-10">BULLET</div>
</div>
<div class="col-sm-4 text-center m-t-30">
<span class="ui-sparkline6">Loading..</span>
<div class="text-uppercase text-small text-gray-alt m-t-10">PIE</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="bg-white p-30 b-bot-2px-gray-light b-right-1px-gray-light">
<div class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#email-mail"></use>
</g>
</svg>
</div>
<span class="text-gray-dark text-large align-with-button">
Pie Charts
</span>
<hr>
<div class="row">
<div class="col-sm-6 m-b-30">
<div class="ui-piechart chart m-t-10 m-b-10" data-percent="23" data-scale-color="rgba(255,255,255,.2)">
<div class="percentage text-gray-alt font-w-100">23%</div>
<div class="label text-gray-alt font-w-100 text-uppercase">LABEL</div>
</div>
</div>
<div class="col-sm-6 m-b-30">
<div class="ui-piechart2 chart m-t-10" data-percent="89" data-scale-color="rgba(255,255,255,.2)">
<div class="percentage text-gray-alt font-w-100">89%</div>
<div class="label text-gray-alt font-w-100 text-uppercase">ANOTHER LABEL</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /.row -->
<div class="bg-white p-30 b-bot-2px-gray-light b-right-1px-gray-light m-t-30">
<div class="iconmelon m-r-10">
<svg viewBox="0 0 32 32">
<g filter="">
<use xlink:href="#email-mail"></use>
</g>
</svg>
</div>
<span class="text-gray-dark text-large align-with-button">
Morris Charts
</span>
<hr>
<div id="ui-chart-1" style="height: 350px;"></div>
<div class="row">
<div class="col-sm-6">
<div id="ui-chart-2" style="height: 350px;" class="m-t-30"></div>
</div>
<div class="col-sm-6">
<div id="ui-chart-3" style="height: 350px;" class="m-t-30"></div>
</div>
</div>
</div>
</div> <!-- /main content -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/lib/bootstrap.js"></script>
<script src="js/lib/pushy.js"></script>
<script src="js/lib/moment.js"></script>
<script src="js/lib/jquery.timeago.js"></script>
<script src="js/lib/jquery.eventCalendar.js"></script>
<script src="js/lib/icheck.js"></script>
<script src="js/lib/lifestream.js"></script>
<script src="js/lib/raphael.js"></script>
<script src="js/lib/morris.js"></script>
<script src="js/lib/easypiechart.js"></script>
<script src="js/lib/sparkline.js"></script>
<script src="js/lib/dropzone.js"></script>
<script src="js/admin.js"></script>
<script>
var url ='icons/icons.svg';
var c=new XMLHttpRequest(); c.open('GET', url, false); c.setRequestHeader('Content-Type', 'text/xml'); c.send();
document.body.insertBefore(c.responseXML.firstChild, document.body.firstChild)
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49617882-1', 'sugoi-admin-v104.herokuapp.com');
ga('send', 'pageview');
</script>
</body>
</html>