forked from swfdevpro/theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
709 lines (657 loc) · 27 KB
/
index.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
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
<!DOCTYPE html>
<html>
<head>
<title>Detail Admin - Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstrap -->
<link href="css/bootstrap/bootstrap.css" rel="stylesheet"/>
<link href="css/bootstrap/bootstrap-overrides.css" type="text/css" rel="stylesheet"/>
<!-- libraries -->
<link href="css/lib/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css"/>
<link href="css/lib/font-awesome.css" type="text/css" rel="stylesheet"/>
<!-- global styles -->
<link rel="stylesheet" type="text/css" href="css/compiled/layout.css"/>
<link rel="stylesheet" type="text/css" href="css/compiled/elements.css"/>
<link rel="stylesheet" type="text/css" href="css/compiled/icons.css"/>
<!-- this page specific styles -->
<link rel="stylesheet" href="css/compiled/index.css" type="text/css" media="screen"/>
<!-- open sans font -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'/>
<!-- lato font -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic'
rel='stylesheet' type='text/css'/>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- navbar -->
<header class="navbar navbar-inverse" role="banner">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" id="menu-toggler">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="img/logo.png" alt="logo"/>
</a>
</div>
<ul class="nav navbar-nav pull-right hidden-xs">
<li class="hidden-xs hidden-sm">
<input class="search" type="text"/>
</li>
<li class="notification-dropdown hidden-xs hidden-sm">
<a href="#" class="trigger">
<i class="icon-warning-sign"></i>
<span class="count">8</span>
</a>
<div class="pop-dialog">
<div class="pointer right">
<div class="arrow"></div>
<div class="arrow_border"></div>
</div>
<div class="body">
<a href="#" class="close-icon"><i class="icon-remove-sign"></i></a>
<div class="notifications">
<h3>You have 6 new notifications</h3>
<a href="#" class="item">
<i class="icon-signin"></i> New user registration
<span class="time"><i class="icon-time"></i> 13 min.</span>
</a>
<a href="#" class="item">
<i class="icon-signin"></i> New user registration
<span class="time"><i class="icon-time"></i> 18 min.</span>
</a>
<a href="#" class="item">
<i class="icon-envelope-alt"></i> New message from Alejandra
<span class="time"><i class="icon-time"></i> 28 min.</span>
</a>
<a href="#" class="item">
<i class="icon-signin"></i> New user registration
<span class="time"><i class="icon-time"></i> 49 min.</span>
</a>
<a href="#" class="item">
<i class="icon-download-alt"></i> New order placed
<span class="time"><i class="icon-time"></i> 1 day.</span>
</a>
<div class="footer">
<a href="#" class="logout">View all notifications</a>
</div>
</div>
</div>
</div>
</li>
<li class="notification-dropdown hidden-xs hidden-sm">
<a href="#" class="trigger">
<i class="icon-envelope"></i>
</a>
<div class="pop-dialog">
<div class="pointer right">
<div class="arrow"></div>
<div class="arrow_border"></div>
</div>
<div class="body">
<a href="#" class="close-icon"><i class="icon-remove-sign"></i></a>
<div class="messages">
<a href="#" class="item">
<img src="img/contact-img.png" class="display" alt="user"/>
<div class="name">Alejandra Galván</div>
<div class="msg">
There are many variations of available, but the majority have suffered alterations.
</div>
<span class="time"><i class="icon-time"></i> 13 min.</span>
</a>
<a href="#" class="item">
<img src="img/contact-img2.png" class="display" alt="user"/>
<div class="name">Alejandra Galván</div>
<div class="msg">
There are many variations of available, have suffered alterations.
</div>
<span class="time"><i class="icon-time"></i> 26 min.</span>
</a>
<a href="#" class="item last">
<img src="img/contact-img.png" class="display" alt="user"/>
<div class="name">Alejandra Galván</div>
<div class="msg">
There are many variations of available, but the majority have suffered alterations.
</div>
<span class="time"><i class="icon-time"></i> 48 min.</span>
</a>
<div class="footer">
<a href="#" class="logout">View all messages</a>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle hidden-xs hidden-sm" data-toggle="dropdown">
Your account
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="personal-info.html">Personal info</a></li>
<li><a href="#">Account settings</a></li>
<li><a href="#">Billing</a></li>
<li><a href="#">Export your data</a></li>
<li><a href="#">Send feedback</a></li>
</ul>
</li>
<li class="settings hidden-xs hidden-sm">
<a href="personal-info.html" role="button">
<i class="icon-cog"></i>
</a>
</li>
<li class="settings hidden-xs hidden-sm">
<a href="signin.html" role="button">
<i class="icon-share-alt"></i>
</a>
</li>
</ul>
</header>
<!-- end navbar -->
<!-- sidebar -->
<div id="sidebar-nav">
<ul id="dashboard-menu">
<li class="active">
<div class="pointer">
<div class="arrow"></div>
<div class="arrow_border"></div>
</div>
<a href="index.html">
<i class="icon-home"></i>
<span>Home</span>
</a>
</li>
<li>
<a href="chart-showcase.html">
<i class="icon-signal"></i>
<span>Charts</span>
</a>
</li>
<li>
<a class="dropdown-toggle" href="#">
<i class="icon-group"></i>
<span>Users</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="submenu">
<li><a href="user-list.html">User list</a></li>
<li><a href="new-user.html">New user form</a></li>
<li><a href="user-profile.html">User profile</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">
<i class="icon-edit"></i>
<span>Forms</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="submenu">
<li><a href="form-showcase.html">Form showcase</a></li>
<li><a href="form-wizard.html">Form wizard</a></li>
</ul>
</li>
<li>
<a href="gallery.html">
<i class="icon-picture"></i>
<span>Gallery</span>
</a>
</li>
<li>
<a href="calendar.html">
<i class="icon-calendar-empty"></i>
<span>Calendar</span>
</a>
</li>
<li>
<a class="dropdown-toggle" href="tables.html">
<i class="icon-th-large"></i>
<span>Tables</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="submenu">
<li><a href="tables.html">Custom tables</a></li>
<li><a href="datatables.html">DataTables</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle ui-elements" href="#">
<i class="icon-code-fork"></i>
<span>UI Elements</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="submenu">
<li><a href="ui-elements.html">UI Elements</a></li>
<li><a href="icons.html">Icons</a></li>
</ul>
</li>
<li>
<a href="personal-info.html">
<i class="icon-cog"></i>
<span>My Info</span>
</a>
</li>
<li>
<a class="dropdown-toggle" href="#">
<i class="icon-share-alt"></i>
<span>Extras</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="submenu">
<li><a href="code-editor.html">Code editor</a></li>
<li><a href="grids.html">Grids</a></li>
<li><a href="signin.html">Sign in</a></li>
<li><a href="signup.html">Sign up</a></li>
</ul>
</li>
</ul>
</div>
<!-- end sidebar -->
<!-- main container -->
<div class="content">
<!-- settings changer -->
<div class="skins-nav">
<a href="#" class="skin first_nav selected">
<span class="icon"></span><span class="text">Default skin</span>
</a>
<a href="#" class="skin second_nav" data-file="css/compiled/skins/dark.css">
<span class="icon"></span><span class="text">Dark skin</span>
</a>
</div>
<!-- upper main stats -->
<div id="main-stats">
<div class="row stats-row">
<div class="col-md-3 col-sm-3 stat">
<div class="data">
<span class="number">2457</span>
visits
</div>
<span class="date">Today</span>
</div>
<div class="col-md-3 col-sm-3 stat">
<div class="data">
<span class="number">3240</span>
users
</div>
<span class="date">February 2013</span>
</div>
<div class="col-md-3 col-sm-3 stat">
<div class="data">
<span class="number">322</span>
orders
</div>
<span class="date">This week</span>
</div>
<div class="col-md-3 col-sm-3 stat last">
<div class="data">
<span class="number">$2,340</span>
sales
</div>
<span class="date">last 30 days</span>
</div>
</div>
</div>
<!-- end upper main stats -->
<div id="pad-wrapper">
<!-- statistics chart built with jQuery Flot -->
<div class="row chart">
<div class="col-md-12">
<h4 class="clearfix pull-left">
Statistics
</h4>
<div class="btn-group pull-right">
<button class="glow left">DAY</button>
<button class="glow middle active">MONTH</button>
<button class="glow right">YEAR</button>
</div>
</div>
<div class="col-md-12">
<div id="statsChart"></div>
</div>
</div>
<!-- end statistics chart -->
<!-- UI Elements section -->
<div class="row section ui-elements">
<div class="col-md-12">
<h4>UI Elements</h4>
</div>
<div class="col-md-5 knobs">
<div class="knob-wrapper">
<input type="text" value="50" class="knob" data-thickness=".3" data-inputColor="#333"
data-fgColor="#30a1ec" data-bgColor="#d4ecfd" data-width="150">
<div class="info">
<div class="param">
<span class="line blue"></span>
Active users
</div>
</div>
</div>
<div class="knob-wrapper">
<input type="text" value="75" class="knob second" data-thickness=".3" data-inputColor="#333"
data-fgColor="#3d88ba" data-bgColor="#d4ecfd" data-width="150">
<div class="info">
<div class="param">
<span class="line blue"></span>
% disk space usage
</div>
</div>
</div>
</div>
<div class="col-md-6 showcase">
<div class="ui-sliders">
<div class="slider slider-sample1 vertical-handler"></div>
<div class="slider slider-sample2"></div>
<div class="slider slider-sample3"></div>
</div>
<div class="ui-group">
<a class="btn-flat inverse">Large Button</a>
<a class="btn-flat gray">Large Button</a>
<a class="btn-flat default">Large Button</a>
<a class="btn-flat primary">Large Button</a>
</div>
<div class="ui-group">
<a class="btn-flat icon">
<i class="tool"></i> Icon button
</a>
<a class="btn-glow small inverse">
<i class="shuffle"></i>
</a>
<a class="btn-glow small primary">
<i class="setting"></i>
</a>
<a class="btn-glow small default">
<i class="attach"></i>
</a>
<div class="ui-select">
<select>
<option selected>Dropdown</option>
<option>Custom selects</option>
<option>Pure css styles</option>
</select>
</div>
<div class="btn-group">
<button class="glow left">LEFT</button>
<button class="glow right">RIGHT</button>
</div>
</div>
</div>
</div>
<!-- end UI elements section -->
<!-- table sample -->
<!-- the script for the toggle all checkboxes from header is located in js/theme.js -->
<div class="table-products section">
<div class="row head">
<div class="col-md-12">
<h4>Products
<small>Table sample</small>
</h4>
</div>
</div>
<div class="row filter-block">
<div class="col-md-8 col-md-offset-5">
<div class="ui-select">
<select>
<option>Filter users</option>
<option>Signed last 30 days</option>
<option>Active users</option>
</select>
</div>
<input type="text" class="search">
<a class="btn-flat new-product">+ Add product</a>
</div>
</div>
<div class="row">
<table class="table table-hover">
<thead>
<tr>
<th class="col-md-3">
<input type="checkbox">
Product
</th>
<th class="col-md-3">
<span class="line"></span>Description
</th>
<th class="col-md-3">
<span class="line"></span>Status
</th>
</tr>
</thead>
<tbody>
<!-- row -->
<tr class="first">
<td>
<input type="checkbox">
<div class="img">
<img src="img/table-img.png" alt="pic"/>
</div>
<a href="#">There are many variations </a>
</td>
<td class="description">
if you are going to use a passage of Lorem Ipsum.
</td>
<td>
<span class="label label-success">Active</span>
<ul class="actions">
<li><i class="table-edit"></i></li>
<li><i class="table-settings"></i></li>
<li class="last"><i class="table-delete"></i></li>
</ul>
</td>
</tr>
<!-- row -->
<tr>
<td>
<input type="checkbox">
<div class="img">
<img src="img/table-img.png" alt="pic"/>
</div>
<a href="#">Internet tend</a>
</td>
<td class="description">
There are many variations of passages.
</td>
<td>
<ul class="actions">
<li><i class="table-edit"></i></li>
<li><i class="table-settings"></i></li>
<li class="last"><i class="table-delete"></i></li>
</ul>
</td>
</tr>
<!-- row -->
<tr>
<td>
<input type="checkbox">
<div class="img">
<img src="img/table-img.png" alt="pic"/>
</div>
<a href="#">Many desktop publishing </a>
</td>
<td class="description">
if you are going to use a passage of Lorem Ipsum.
</td>
<td>
<ul class="actions">
<li><i class="table-edit"></i></li>
<li><i class="table-settings"></i></li>
<li class="last"><i class="table-delete"></i></li>
</ul>
</td>
</tr>
<!-- row -->
<tr>
<td>
<input type="checkbox">
<div class="img">
<img src="img/table-img.png" alt="pic"/>
</div>
<a href="#">Generate Lorem </a>
</td>
<td class="description">
There are many variations of passages.
</td>
<td>
<span class="label label-info">Standby</span>
<ul class="actions">
<li><i class="table-edit"></i></li>
<li><i class="table-settings"></i></li>
<li class="last"><i class="table-delete"></i></li>
</ul>
</td>
</tr>
<!-- row -->
<tr>
<td>
<input type="checkbox">
<div class="img">
<img src="img/table-img.png" alt="pic"/>
</div>
<a href="#">Internet tend</a>
</td>
<td class="description">
There are many variations of passages.
</td>
<td>
<ul class="actions">
<li><i class="table-edit"></i></li>
<li><i class="table-settings"></i></li>
<li class="last"><i class="table-delete"></i></li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<ul class="pagination">
<li><a href="#">«</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
<!-- end table sample -->
</div>
</div>
<!-- scripts -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-ui-1.10.2.custom.min.js"></script>
<!-- knob -->
<script src="js/jquery.knob.js"></script>
<!-- flot charts -->
<script src="js/jquery.flot.js"></script>
<script src="js/jquery.flot.stack.js"></script>
<script src="js/jquery.flot.resize.js"></script>
<script src="js/theme.js"></script>
<script type="text/javascript">
$(function () {
// jQuery Knobs
$(".knob").knob();
// jQuery UI Sliders
$(".slider-sample1").slider({
value: 100,
min: 1,
max: 500
});
$(".slider-sample2").slider({
range: "min",
value: 130,
min: 1,
max: 500
});
$(".slider-sample3").slider({
range: true,
min: 0,
max: 500,
values: [40, 170],
});
// jQuery Flot Chart
var visits = [[1, 50], [2, 40], [3, 45], [4, 23], [5, 55], [6, 65], [7, 61], [8, 70], [9, 65], [10, 75], [11, 57], [12, 59]];
var visitors = [[1, 25], [2, 50], [3, 23], [4, 48], [5, 38], [6, 40], [7, 47], [8, 55], [9, 43], [10, 50], [11, 47], [12, 39]];
var plot = $.plot($("#statsChart"),
[{data: visits, label: "Signups"},
{data: visitors, label: "Visits"}], {
series: {
lines: {
show: true,
lineWidth: 1,
fill: true,
fillColor: {colors: [{opacity: 0.1}, {opacity: 0.13}]}
},
points: {
show: true,
lineWidth: 2,
radius: 3
},
shadowSize: 0,
stack: true
},
grid: {
hoverable: true,
clickable: true,
tickColor: "#f9f9f9",
borderWidth: 0
},
legend: {
// show: false
labelBoxBorderColor: "#fff"
},
colors: ["#a7b5c5", "#30a0eb"],
xaxis: {
ticks: [[1, "JAN"], [2, "FEB"], [3, "MAR"], [4, "APR"], [5, "MAY"], [6, "JUN"],
[7, "JUL"], [8, "AUG"], [9, "SEP"], [10, "OCT"], [11, "NOV"], [12, "DEC"]],
font: {
size: 12,
family: "Open Sans, Arial",
variant: "small-caps",
color: "#697695"
}
},
yaxis: {
ticks: 3,
tickDecimals: 0,
font: {size: 12, color: "#9da3a9"}
}
});
function showTooltip(x, y, contents) {
$('<div id="tooltip">' + contents + '</div>').css({
position: 'absolute',
display: 'none',
top: y - 30,
left: x - 50,
color: "#fff",
padding: '2px 5px',
'border-radius': '6px',
'background-color': '#000',
opacity: 0.80
}).appendTo("body").fadeIn(200);
}
var previousPoint = null;
$("#statsChart").bind("plothover", function (event, pos, item) {
if (item) {
if (previousPoint != item.dataIndex) {
previousPoint = item.dataIndex;
$("#tooltip").remove();
var x = item.datapoint[0].toFixed(0),
y = item.datapoint[1].toFixed(0);
var month = item.series.xaxis.ticks[item.dataIndex].label;
showTooltip(item.pageX, item.pageY,
item.series.label + " of " + month + ": " + y);
}
}
else {
$("#tooltip").remove();
previousPoint = null;
}
});
});
</script>
</body>
</html>