-
Notifications
You must be signed in to change notification settings - Fork 0
/
inspinia_admin-v2.8.html
521 lines (445 loc) · 28.4 KB
/
inspinia_admin-v2.8.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
<!--
*
* INSPINIA - Responsive Admin Theme
* version 2.8
*
-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Toastr style -->
<link href="css/plugins/toastr/toastr.min.css" rel="stylesheet">
<!-- Gritter -->
<link href="js/plugins/gritter/jquery.gritter.css" rel="stylesheet">
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-lg-4">
<div class="ibox ">
<div class="ibox-title">
<h5>New data for the report</h5> <span class="label label-primary">IN+</span>
<div class="ibox-tools">
<a class="collapse-link" href="">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#" class="dropdown-item">Config option 1</a>
</li>
<li><a href="#" class="dropdown-item">Config option 2</a>
</li>
</ul>
<a class="close-link" href="">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<div>
<div class="float-right text-right">
<span class="bar_dashboard">5,3,9,6,5,9,7,3,5,2,4,7,3,2,7,9,6,4,5,7,3,2,1,0,9,5,6,8,3,2,1</span>
<br/>
<small class="font-bold">$ 20 054.43</small>
</div>
<h4>NYS report new data!
<br/>
<small class="m-r"><a href="graph_flot.html"> Check the stock price! </a> </small>
</h4>
</div>
</div>
</div>
<div class="ibox ">
<div class="ibox-title">
<h5>Read below comments</h5>
<div class="ibox-tools">
<a class="collapse-link" href="">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#" class="dropdown-item">Config option 1</a>
</li>
<li><a href="#" class="dropdown-item">Config option 2</a>
</li>
</ul>
<a class="close-link" href="">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content no-padding">
<ul class="list-group">
<li class="list-group-item">
<p><a class="text-info" href="#">@Alan Marry</a> I belive that. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<small class="block text-muted"><i class="fa fa-clock-o"></i> 1 minuts ago</small>
</li>
<li class="list-group-item">
<p><a class="text-info" href="#">@Stock Man</a> Check this stock chart. This price is crazy! </p>
<div class="text-center m">
<span id="sparkline8"></span>
</div>
<small class="block text-muted"><i class="fa fa-clock-o"></i> 2 hours ago</small>
</li>
<li class="list-group-item">
<p><a class="text-info" href="#">@Kevin Smith</a> Lorem ipsum unknown printer took a galley </p>
<small class="block text-muted"><i class="fa fa-clock-o"></i> 2 minuts ago</small>
</li>
<li class="list-group-item ">
<p><a class="text-info" href="#">@Jonathan Febrick</a> The standard chunk of Lorem Ipsum</p>
<small class="block text-muted"><i class="fa fa-clock-o"></i> 1 hour ago</small>
</li>
<li class="list-group-item">
<p><a class="text-info" href="#">@Alan Marry</a> I belive that. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<small class="block text-muted"><i class="fa fa-clock-o"></i> 1 minuts ago</small>
</li>
<li class="list-group-item">
<p><a class="text-info" href="#">@Kevin Smith</a> Lorem ipsum unknown printer took a galley </p>
<small class="block text-muted"><i class="fa fa-clock-o"></i> 2 minuts ago</small>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="ibox ">
<div class="ibox-title">
<h5>Your daily feed</h5>
<span class="label label-warning-light float-right">10 Messages</span>
</div>
<div class="ibox-content">
<div>
<div class="feed-activity-list">
<div class="feed-element">
<a class="float-left" href="profile.html">
<img alt="image" class="rounded-circle" src="img/profile.jpg">
</a>
<div class="media-body ">
<small class="float-right">5m ago</small>
<strong>Monica Smith</strong> posted a new blog. <br>
<small class="text-muted">Today 5:60 pm - 12.06.2014</small>
</div>
</div>
<div class="feed-element">
<a class="float-left" href="profile.html">
<img alt="image" class="rounded-circle" src="img/a2.jpg">
</a>
<div class="media-body ">
<small class="float-right">2h ago</small>
<strong>Mark Johnson</strong> posted message on <strong>Monica Smith</strong> site. <br>
<small class="text-muted">Today 2:10 pm - 12.06.2014</small>
</div>
</div>
<div class="feed-element">
<a class="float-left" href="profile.html">
<img alt="image" class="rounded-circle" src="img/a3.jpg">
</a>
<div class="media-body ">
<small class="float-right">2h ago</small>
<strong>Janet Rosowski</strong> add 1 photo on <strong>Monica Smith</strong>. <br>
<small class="text-muted">2 days ago at 8:30am</small>
</div>
</div>
<div class="feed-element">
<a class="float-left" href="profile.html">
<img alt="image" class="rounded-circle" src="img/a4.jpg">
</a>
<div class="media-body ">
<small class="float-right text-navy">5h ago</small>
<strong>Chris Johnatan Overtunk</strong> started following <strong>Monica Smith</strong>. <br>
<small class="text-muted">Yesterday 1:21 pm - 11.06.2014</small>
<div class="actions">
<a href="" class="btn btn-xs btn-white"><i class="fa fa-thumbs-up"></i> Like </a>
<a href="" class="btn btn-xs btn-white"><i class="fa fa-heart"></i> Love</a>
</div>
</div>
</div>
<div class="feed-element">
<a class="float-left" href="profile.html">
<img alt="image" class="rounded-circle" src="img/a5.jpg">
</a>
<div class="media-body ">
<small class="float-right">2h ago</small>
<strong>Kim Smith</strong> posted message on <strong>Monica Smith</strong> site. <br>
<small class="text-muted">Yesterday 5:20 pm - 12.06.2014</small>
<div class="well">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
Over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</div>
<div class="float-right">
<a href="" class="btn btn-xs btn-white"><i class="fa fa-thumbs-up"></i> Like </a>
</div>
</div>
</div>
<div class="feed-element">
<a class="float-left" href="profile.html">
<img alt="image" class="rounded-circle" src="img/profile.jpg">
</a>
<div class="media-body ">
<small class="float-right">23h ago</small>
<strong>Monica Smith</strong> love <strong>Kim Smith</strong>. <br>
<small class="text-muted">2 days ago at 2:30 am - 11.06.2014</small>
</div>
</div>
<div class="feed-element">
<a class="float-left" href="profile.html">
<img alt="image" class="rounded-circle" src="img/a7.jpg">
</a>
<div class="media-body ">
<small class="float-right">46h ago</small>
<strong>Mike Loreipsum</strong> started following <strong>Monica Smith</strong>. <br>
<small class="text-muted">3 days ago at 7:58 pm - 10.06.2014</small>
</div>
</div>
</div>
<button class="btn btn-primary btn-block m-t"><i class="fa fa-arrow-down"></i> Show More</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="ibox ">
<div class="ibox-title">
<h5>Alpha project</h5>
<div class="ibox-tools">
<a class="collapse-link" href="">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#" class="dropdown-item">Config option 1</a>
</li>
<li><a href="#" class="dropdown-item">Config option 2</a>
</li>
</ul>
<a class="close-link" href="">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content ibox-heading">
<h3>You have meeting today!</h3>
<small><i class="fa fa-map-marker"></i> Meeting is on 6:00am. Check your schedule to see detail.</small>
</div>
<div class="ibox-content inspinia-timeline">
<div class="timeline-item">
<div class="row">
<div class="col-4 date">
<i class="fa fa-briefcase"></i>
6:00 am
<br/>
<small class="text-navy">2 hour ago</small>
</div>
<div class="col content no-top-border">
<p class="m-b-xs"><strong>Meeting</strong></p>
<p>Conference on the sales results for the previous year. Monica please examine sales trends in marketing and products. Below please find the current status of the
sale.</p>
<p><span data-diameter="40" class="updating-chart">5,3,9,6,5,9,7,3,5,2,5,3,9,6,5,9,4,7,3,2,9,8,7,4,5,1,2,9,5,4,7,2,7,7,3,5,2</span></p>
</div>
</div>
</div>
<div class="timeline-item">
<div class="row">
<div class="col-4 date">
<i class="fa fa-file"></i>
7:00 am
<br/>
<small class="text-navy">3 hour ago</small>
</div>
<div class="col content">
<p class="m-b-xs"><strong>Send documents to Mike</strong></p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.</p>
</div>
</div>
</div>
<div class="timeline-item">
<div class="row">
<div class="col-4 date">
<i class="fa fa-coffee"></i>
8:00 am
<br/>
</div>
<div class="col content">
<p class="m-b-xs"><strong>Coffee Break</strong></p>
<p>
Go to shop and find some products.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's.
</p>
</div>
</div>
</div>
<div class="timeline-item">
<div class="row">
<div class="col-4 date">
<i class="fa fa-phone"></i>
11:00 am
<br/>
<small class="text-navy">21 hour ago</small>
</div>
<div class="col content">
<p class="m-b-xs"><strong>Phone with Jeronimo</strong></p>
<p>
Lorem Ipsum has been the industry's standard dummy text ever since.
</p>
</div>
</div>
</div>
<div class="timeline-item">
<div class="row">
<div class="col-4 date">
<i class="fa fa-user-md"></i>
09:00 pm
<br/>
<small>21 hour ago</small>
</div>
<div class="col content">
<p class="m-b-xs"><strong>Go to the doctor dr Smith</strong></p>
<p>
Find some issue and go to doctor.
</p>
</div>
</div>
</div>
<div class="timeline-item">
<div class="row">
<div class="col-4 date">
<i class="fa fa-comments"></i>
12:50 pm
<br/>
<small class="text-navy">48 hour ago</small>
</div>
<div class="col content">
<p class="m-b-xs"><strong>Chat with Monica and Sandra</strong></p>
<p>
Web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Mainly scripts -->
<!-- Flot -->
<script src="js/plugins/flot/jquery.flot.js"></script>
<script src="js/plugins/flot/jquery.flot.tooltip.min.js"></script>
<script src="js/plugins/flot/jquery.flot.spline.js"></script>
<script src="js/plugins/flot/jquery.flot.resize.js"></script>
<script src="js/plugins/flot/jquery.flot.pie.js"></script>
<!-- Peity -->
<script src="js/demo/peity-demo.js"></script>
<!-- Custom and plugin javascript -->
<script src="js/common.js"></script>
<!-- jQuery UI -->
<script src="js/plugins/jquery-ui/jquery-ui.min.js"></script>
<!-- GITTER -->
<script src="js/plugins/gritter/jquery.gritter.min.js"></script>
<!-- Sparkline -->
<script src="js/plugins/sparkline/jquery.sparkline.min.js"></script>
<!-- Sparkline demo data -->
<script src="js/demo/sparkline-demo.js"></script>
<!-- ChartJS-->
<script src="js/plugins/chartJs/Chart.min.js"></script>
<!-- Toastr -->
<script src="js/plugins/toastr/toastr.min.js"></script>
<script>
$(document).ready(function() {
setTimeout(function() {
toastr.options = {
closeButton: true,
progressBar: true,
showMethod: 'slideDown',
timeOut: 4000
};
toastr.success('Responsive Admin Theme', 'Welcome to INSPINIA');
}, 1300);
var data1 = [
[0,4],[1,8],[2,5],[3,10],[4,4],[5,16],[6,5],[7,11],[8,6],[9,11],[10,30],[11,10],[12,13],[13,4],[14,3],[15,3],[16,6]
];
var data2 = [
[0,1],[1,0],[2,2],[3,0],[4,1],[5,3],[6,1],[7,5],[8,2],[9,3],[10,2],[11,1],[12,0],[13,2],[14,8],[15,0],[16,0]
];
$("#flot-dashboard-chart").length && $.plot($("#flot-dashboard-chart"), [
data1, data2
],
{
series: {
lines: {
show: false,
fill: true
},
splines: {
show: true,
tension: 0.4,
lineWidth: 1,
fill: 0.4
},
points: {
radius: 0,
show: true
},
shadowSize: 2
},
grid: {
hoverable: true,
clickable: true,
tickColor: "#d5d5d5",
borderWidth: 1,
color: '#d5d5d5'
},
colors: ["#1ab394", "#1C84C6"],
xaxis:{
},
yaxis: {
ticks: 4
},
tooltip: false
}
);
var doughnutData = {
labels: ["App","Software","Laptop" ],
datasets: [{
data: [300,50,100],
backgroundColor: ["#a3e1d4","#dedede","#9CC3DA"]
}]
} ;
var doughnutOptions = {
responsive: false,
legend: {
display: false
}
};
var ctx4 = document.getElementById("doughnutChart").getContext("2d");
new Chart(ctx4, {type: 'doughnut', data: doughnutData, options:doughnutOptions});
var doughnutData = {
labels: ["App","Software","Laptop" ],
datasets: [{
data: [70,27,85],
backgroundColor: ["#a3e1d4","#dedede","#9CC3DA"]
}]
} ;
var doughnutOptions = {
responsive: false,
legend: {
display: false
}
};
var ctx4 = document.getElementById("doughnutChart2").getContext("2d");
new Chart(ctx4, {type: 'doughnut', data: doughnutData, options:doughnutOptions});
});
</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-4625583-2', 'webapplayers.com');
ga('send', 'pageview');
</script>