forked from ithoq/MagicTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages-timeline.html
892 lines (867 loc) · 36.9 KB
/
pages-timeline.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
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="assets/images/required/ico/favicon.ico">
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/required/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/required/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/required/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/images/required/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="assets/images/required/ico/favicon.png">
<title>Circloid - Responsive HTML Admin Template</title>
<!-- Required CSS Files -->
<link type="text/css" href="assets/css/required/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link type="text/css" href="assets/js/required/jquery-ui-1.11.0.custom/jquery-ui.min.css" rel="stylesheet" />
<link type="text/css" href="assets/js/required/jquery-ui-1.11.0.custom/jquery-ui.structure.min.css" rel="stylesheet" />
<link type="text/css" href="assets/js/required/jquery-ui-1.11.0.custom/jquery-ui.theme.min.css" rel="stylesheet" />
<link type="text/css" href="assets/css/required/mCustomScrollbar/jquery.mCustomScrollbar.min.css" rel="stylesheet" />
<link type="text/css" href="assets/css/required/icheck/all.css" rel="stylesheet" />
<link type="text/css" href="assets/fonts/metrize-icons/styles-metrize-icons.css" rel="stylesheet">
<!-- Optional CSS Files -->
<link type="text/css" href="assets/css/optional/timeline/component.css" rel="stylesheet" />
<!-- add CSS files here -->
<!-- More Required CSS Files -->
<link type="text/css" href="assets/css/styles-core.css" rel="stylesheet" />
<link type="text/css" href="assets/css/styles-core-responsive.css" rel="stylesheet" />
<!-- Demo CSS Files -->
<link type="text/css" href="assets/css/demo-files/pages-timeline.css" rel="stylesheet" />
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/required/misc/ie10-viewport-bug-workaround.js"></script>
<!--[if IE 7]>
<link type="text/css" href="assets/css/required/misc/style-ie7.css" rel="stylesheet">
<script type="text/javascript" src="assets/fonts/lte-ie7.js"></script>
<![endif]-->
<!--[if IE 8]>
<link type="text/css" href="assets/css/required/misc/style-ie8.css" rel="stylesheet">
<![endif]-->
<!--[if lte IE 8]>
<script type="text/javascript" src="assets/css/required/misc/excanvas.min.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<!-- START Header Container -->
<div id="header-container">
<div class="header-bar navbar navbar-inverse" role="navigation"> <!-- NOTE TO READER: Accepts the following class(es) "navbar-fixed-top" class -->
<div class="container">
<div class="navbar-header">
<!-- START logo -->
<div class="logo">
<a href="index.html">
<img class="default-logo" src="assets/images/required/logo-default.png" width="156" height="44" alt="Logo" />
<img class="small-logo" src="assets/images/required/logo-small.png" width="48" height="44" alt="Logo" />
</a>
</div>
<!-- END logo -->
<!-- START Mobile Menu Toggle -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- END Mobile Menu Toggle -->
<!-- START Language Selector -->
<div class="header-language"> <!-- NOTE TO READER: Accepts the following class(es) "animate" class -->
<ul>
<li>
<a href="#" class="language-closed">
<span aria-hidden="true" class="icon icon-wireframe-globe"></span>
<span class="main-text">Language</span>
</a>
<a href="#" class="language-opened">
<span aria-hidden="true" class="icon icon-cross"></span>
<span class="main-text">Language</span>
</a>
<ul>
<li class="language-list-item">
<div class="language-block">
<a href="#">
<span class="language-flag">
<img src="assets/images/optional/flags/united-kingdom.png" width="32" height="32" alt="english-flag" />
</span>
<span class="language-name">
English
</span>
</a>
</div>
</li>
<li class="language-list-item">
<div class="language-block">
<a href="#">
<span class="language-flag">
<img src="assets/images/optional/flags/spain.png" width="32" height="32" alt="espanol-flag" />
</span>
<span class="language-name">
Español
</span>
</a>
</div>
</li>
<li class="language-list-item">
<div class="language-block">
<a href="#">
<span class="language-flag">
<img src="assets/images/optional/flags/germany.png" width="32" height="32" alt="germany-flag" />
</span>
<span class="language-name">
Deutsch
</span>
</a>
</div>
</li>
<li class="language-list-item">
<div class="language-block">
<a href="#">
<span class="language-flag">
<img src="assets/images/optional/flags/china.png" width="32" height="32" alt="china-flag" />
</span>
<span class="language-name">
中文
</span>
</a>
</div>
</li>
</ul>
</li>
</ul>
</div>
<!-- END Language Selector -->
<!-- START Search Bar -->
<div class="header-search"> <!-- NOTE TO READER: Accepts the following class(es) "animate" class -->
<form role="form" class="icheck-square" method="post" action="pages-search-results.html">
<ul>
<li>
<a href="#" class="search-closed">
<span aria-hidden="true" class="icon icon-search"></span>
<span class="main-text">Search</span>
</a>
<a href="#" class="search-opened">
<span aria-hidden="true" class="icon icon-cross"></span>
<span class="main-text">Search</span>
</a>
<ul>
<li class="simple-search">
<div class="simple-search-inner">
<div class="simple-search-block">
<div class="input-group">
<input type="text" class="form-control" id="input-search" placeholder="Enter Search Terms...">
<span class="input-group-btn">
<button type="submit" class="btn btn-default">
<span class="main-text">Search</span>
</button>
</span>
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="input-advanced-search"> Use Advanced Search
</label>
</div>
</div>
</div>
</li>
<li class="advanced-search">
<div class="advanced-search-block">
<div class="form-group">
<label for="input-advanced-select">Advanced Option as dropdown list</label>
<select id="input-advanced-select" class="form-control">
<option>Advanced Option 1</option>
<option>Advanced Option 2</option>
<option>Advanced Option 3</option>
<option>Advanced Option 4</option>
</select>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="" id="input-advanced-checkbox-1">
Must contain at least one search term
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="input-advanced-radio-set-1" id="input-advanced-radio-1" value="option1" checked>
Must only be in "Themes" category
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="input-advanced-radio-set-1" id="input-advanced-radio-2" value="option2">
Must only be in "Plugins" category
</label>
</div>
</div>
</li>
</ul>
</li>
</ul>
</form>
</div>
<!-- END Search Bar -->
<!-- START Header Info Container -->
<div class="header-info">
<!-- START Header User Profile -->
<div class="header-profile"> <!-- NOTE TO READER: Accepts the following class(es) "animate" class -->
<ul class="header-profile-menu">
<li>
<a href="#" class="top">
<span class="header-profile-menu-icon">
<img class="list-thumbnail" src="assets/images/required/profile/profile-pic-4.jpg" width="39" height="39" alt="profile-pic-4" />
</span>
<span class="main-menu-text">
Ken Adams
<i class="icon icon-arrow-down-bold-round icon-size-small"></i>
</span>
</a>
<ul>
<li>
<a href="pages-profile-admin.html">
<span aria-hidden="true" class="icon icon-user"></span>
<span class="main-text">Profile</span>
</a>
</li>
<li>
<a href="pages-mailbox-inbox.html">
<span aria-hidden="true" class="icon icon-mail"></span>
<span class="main-text">
<span class="badge pull-right">42</span>
Mailbox
</span>
</a>
</li>
<li>
<a href="pages-calendar.html">
<span aria-hidden="true" class="icon icon-star "></span>
<span class="main-text">
Calendar
<span class="badge pull-right">9</span>
</span>
</a>
</li>
<li>
<a href="pages-signin-1.html">
<span aria-hidden="true" class="icon icon-arrow-curve-right"></span>
<span class="main-text">Logout</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
<!-- END Header User Profile -->
<!-- START Header Notification Alert -->
<div class="header-notifications"> <!-- NOTE TO READER: Accepts the following class(es) "animate" class -->
<ul class="header-notifications-inner">
<li class="notifications-alert-info notifications-alert notifications-alert-mobile">
<a href="#">
<span aria-hidden="true" class="icon icon-three-points"></span>
</a>
</li>
<li class="notifications-alert-info notifications-alert">
<a href="#">
<span aria-hidden="true" class="icon icon-email-download"></span>
</a>
<span class="badge badge-bordered pull-bottom-right highlight-color-orange">4</span>
<ul>
<li class="notifications-alert-desc">
<p>You have 4 new messages</p>
</li>
<li class="notifications-alert-block">
<ul class="notifications-alert-list">
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-image">
<img class="list-thumbnail" src="assets/images/required/profile/profile-pic-6.jpg" width="40" height="40" alt="profile-pic-6" />
</span>
<span class="notifications-alert-list-header">Samantha Carter</span>
Re: Updated proposal. Approved.
<span class="timestamp">Just now</span>
</span>
</a>
</li>
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-image">
<img class="list-thumbnail" src="assets/images/required/profile/profile-pic-3.jpg" width="40" height="40" alt="profile-pic-3" />
</span>
<span class="notifications-alert-list-header">Daniel Jackson</span>
Meeting minutes attached
<span class="timestamp">2 minutes ago</span>
</span>
</a>
</li>
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-image">
<img class="list-thumbnail" src="assets/images/required/profile/profile-pic-2.jpg" width="40" height="40" alt="profile-pic-2" />
</span>
<span class="notifications-alert-list-header">Sally Skyler</span>
Bug Report #2
<span class="timestamp">2 hours ago</span>
</span>
</a>
</li>
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-image">
<img class="list-thumbnail" src="assets/images/required/profile/profile-pic-5.jpg" width="40" height="40" alt="profile-pic-5" />
</span>
<span class="notifications-alert-list-header">Teal'c Jafar</span>
Interesting Sales Tips
<span class="timestamp">5 hours ago</span>
</span>
</a>
</li>
</ul>
</li>
<li class="notifications-alert-more">
<p>
<a href="#">See all messages<i class="icon icon-arrow-right-bold-round icon-size-small"></i></a>
</p>
</li>
</ul>
</li>
<li class="notifications-alert-info notifications-alert">
<a href="#">
<span aria-hidden="true" class="icon icon-info"></span>
</a>
<span class="badge badge-bordered pull-bottom-right highlight-color-orange">5</span>
<ul>
<li class="notifications-alert-desc">
<p>You have 5 new notifications</p>
</li>
<li class="notifications-alert-block">
<ul class="notifications-alert-list">
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-icon">
<span class="icon icon-settings"></span>
</span>
System upgrade complete
<span class="timestamp">Just now</span>
</span>
</a>
</li>
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-icon">
<span class="icon icon-user-add"></span>
</span>
<span class="main-text">
Bulk user email import
<span class="progress">
<span class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</span>
</span>
</span>
<span class="timestamp">4 minutes ago</span>
</span>
</a>
</li>
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-icon">
<span class="icon icon-info"></span>
</span>
You now have a total of 2500 registered users.
<span class="timestamp">5 minutes ago</span>
</span>
</a>
</li>
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-icon">
<span class="icon icon-sos"></span>
</span>
General maintenance
<span class="progress">
<span class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (success)</span>
</span>
</span>
<span class="timestamp">10 minutes ago</span>
</span>
</a>
</li>
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-icon">
<span class="icon icon-user-add"></span>
</span>
New user registration
<span class="timestamp">30 minutes ago</span>
</span>
</a>
</li>
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-icon">
<span class="icon icon-comments"></span>
</span>
You have a new chat message
<span class="timestamp">1 hour ago</span>
</span>
</a>
</li>
<li class="notifications-alert-list-item">
<a href="#">
<span class="notifications-alert-list-text">
<span class="notifications-alert-list-icon">
<span class="icon icon-pin"></span>
</span>
New location added
<span class="timestamp">Yesterday</span>
</span>
</a>
</li>
</ul>
</li>
<li class="notifications-alert-more">
<p>
<a href="#">See all notifications<i class="icon icon-arrow-right-bold-round icon-size-small"></i></a>
</p>
</li>
</ul>
</li>
</ul>
</div>
<!-- END Header Notification Alert -->
</div>
<!-- END Header Info Container -->
</div>
</div>
</div>
</div>
<!-- END Header Container -->
<div id="body-container">
<div id="left-column" class=""> <!-- NOTE TO READER: Accepts the following class(es) "menu-icon-only", "fixed" class -->
<div id="mainnav">
<ul class="mainnav"> <!-- NOTE TO READER: Accepts the following class(es) "animate" class -->
<li class="menu-item-top">
<a href="index.html" class="top">
<span class="main-menu-icon">
<span aria-hidden="true" class="icon icon-grid-big"></span>
</span>
<span class="main-menu-text">Dashboard</span>
</a>
</li>
<li class="menu-item-top">
<a href="#" class="top">
<span class="main-menu-icon">
<span aria-hidden="true" class="icon icon-dollar"></span>
</span>
<span class="main-menu-text">eCommerce</span>
</a>
<ul>
<li><a href="ecommerce-dashboard-1.html">Dashboard</a></li>
<li><a href="ecommerce-order-list.html">Order List</a></li>
<li><a href="ecommerce-order-view.html">Order View</a></li>
<li><a href="ecommerce-product-list.html">Product List</a></li>
<li><a href="ecommerce-product-edit.html">Product Edit</a></li>
</ul>
</li>
<li class="menu-item-top">
<a href="#" class="top">
<span class="main-menu-icon">
<span aria-hidden="true" class="icon icon-layers"></span>
</span>
<span class="badge pull-right-corner">3</span>
<span class="main-menu-text">Layouts</span>
</a>
<ul>
<li><a href="menu-left-header-fixed.html">Left Menu (Fixed Header)</a></li>
<li><a href="menu-left-icon-only.html">Left Menu (Icon Only)</a></li>
<li><a href="menu-left-fixed.html">Left Menu (Fixed)</a></li>
<li><a href="menu-left-boxed.html">Boxed Layout</a></li>
<li><a href="menu-horizontal-normal.html">Horizontal Menu (Normal)</a></li>
<li><a href="menu-horizontal-text-only.html">Horizontal Menu (Text Only)</a></li>
<li><a href="menu-horizontal-fixed.html">Horizontal Menu (Fixed + Header)</a></li>
<li><a href="menu-horizontal-boxed.html">Boxed Layout (Horizontal Menu)</a></li>
</ul>
</li>
<li class="menu-item-top">
<a href="#" class="top">
<span class="main-menu-icon">
<span aria-hidden="true" class="icon icon-star"></span>
</span>
<span class="main-menu-text">UI Kits</span>
</a>
<ul>
<li><a href="ui-blocks.html">Blocks</a></li>
<li><a href="ui-panels-wells.html">Panels & Wells</a></li>
<li><a href="ui-buttons.html">Buttons</a></li>
<li><a href="ui-widgets.html">Widgets</a></li>
<li><a href="ui-charts.html">Charts</a></li>
<li><a href="ui-icons.html">Icons</a></li>
<li><a href="ui-typography.html">Typography</a></li>
<li><a href="ui-tabs-accordions.html">Tabs & Accordions</a></li>
<li><a href="ui-tooltips-popover.html">Tooltips & Popover</a></li>
<li><a href="ui-modal.html">Modal</a></li>
<li><a href="ui-bootstrap-others.html">Other Bootstrap Elements</a></li>
<li><a href="ui-notification-toastr.html">Notifications (Toastr)</a></li>
<li><a href="ui-grid-layout.html">Grid Layout</a></li>
</ul>
</li>
<li class="menu-item-top selected">
<a href="#" class="top">
<span class="main-menu-icon">
<span aria-hidden="true" class="icon icon-documents"></span>
</span>
<span class="badge pull-right-corner hidden-collapsed highlight-color-green">7</span>
<span class="main-menu-text">Pages</span>
</a>
<ul>
<li><a href="pages-blank.html">Blank Page</a></li>
<li><a href="pages-basic-text.html">Basic Text Page</a></li>
<li><a href="pages-search-results.html">Search Results</a></li>
<li><a href="pages-mailbox-inbox.html">Mailbox - Inbox</a></li>
<li><a href="pages-profile.html">Profile - Customer</a></li>
<li><a href="pages-profile-admin.html">Profile - Admin</a></li>
<li><a href="pages-signup.html">Sign Up</a></li>
<li><a href="pages-signin-1.html">Sign In - Type 1</a></li>
<li>
<a href="pages-signin-2.html">
<span class="badge pull-right">Fancy Effects</span>
Sign In - Type 2
</a>
</li>
<li><a href="pages-forgot-password.html">Forgot Password</a></li>
<li><a href="pages-404.html">404 Page</a></li>
<li><a href="pages-500.html">500 Page</a></li>
<li><a href="pages-invoice.html">Invoice</a></li>
<li><a href="pages-changelog-faqs.html">Changelog/FAQs</a></li>
<li><a href="pages-calendar.html">Calendar</a></li>
<li><a href="pages-task-list.html">Task List</a></li>
<li><a href="pages-timeline.html">Timeline</a></li>
<li><a href="pages-pricelist.html">Price List</a></li>
</ul>
</li>
<li class="menu-item-top">
<a href="#" class="top">
<span class="main-menu-icon">
<span aria-hidden="true" class="icon icon-settings"></span>
</span>
<span class="main-menu-text">Forms</span>
</a>
<ul>
<li><a href="form-elements.html">Form Elements</a></li>
<li>
<a href="form-extras.html">
<span class="badge pull-right">Goodies</span>
Form Extras
</a>
</li>
<li><a href="form-validation.html">Form Validation</a></li>
<li><a href="form-wizard.html">Form Wizard</a></li>
<li><a href="form-file-upload.html">Form Upload</a></li>
<li><a href="form-image-cropping.html">Image Cropping</a></li>
</ul>
</li>
<li class="menu-item-top">
<a href="#" class="top">
<span class="main-menu-icon">
<span aria-hidden="true" class="icon icon-grids"></span>
</span>
<span class="main-menu-text">Tables</span>
</a>
<ul>
<li><a href="tables-basic.html">Basic Tables</a></li>
<li><a href="tables-responsive.html">Responsive Tables</a></li>
<li><a href="tables-datatables.html">Data Tables</a></li>
</ul>
</li>
<li class="menu-item-top">
<a href="#" class="top">
<span class="main-menu-icon">
<span aria-hidden="true" class="icon icon-block-menu"></span>
</span>
<span class="main-menu-text">Menu Levels</span>
</a>
<ul>
<li>
<a href="#">Menu Level 1.1</a>
<ul>
<li>
<a href="#">Menu Level 2.1</a>
<ul>
<li>
<a href="#">Menu Level 3.1</a>
<ul>
<li>
<a href="#">Menu Level 4.1</a>
<ul>
<li><a href="#">Menu Level 5.1</a></li>
<li><a href="#">Menu Level 5.2</a></li>
<li><a href="#">Menu Level 5.3</a></li>
</ul>
</li>
<li><a href="#">Menu Level 4.2</a></li>
<li><a href="#">Menu Level 4.3</a></li>
</ul>
</li>
<li><a href="#">Menu Level 3.2</a></li>
<li><a href="#">Menu Level 3.3</a></li>
</ul>
</li>
<li><a href="#">Menu Level 2.2</a></li>
<li><a href="#">Menu Level 2.3</a></li>
</ul>
</li>
<li><a href="#">Menu Level 1.2</a></li>
<li><a href="#">Menu Level 1.3</a></li>
</ul>
</li>
<li class="menu-item-top">
<a href="#" class="top">
<span class="main-menu-icon">
<span aria-hidden="true" class="icon icon-map"></span>
</span>
<span class="main-menu-text">Maps</span>
</a>
<ul>
<li><a href="maps-google.html">Google Maps</a></li>
<li><a href="maps-vector.html">Vector Maps</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="right-column">
<div class="right-column-content">
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="pages-timeline.html">Pages</a>
</li>
<li class="active">
<a href="pages-timeline.html">Timeline</a>
</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h1>
<span aria-hidden="true" class="icon icon-documents"></span>
<span class="main-text">
Timeline
</span>
</h1>
</div>
<div class="col-md-6">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Ken Adams' Timeline</h2>
<ul class="c_tmtimeline">
<li class="highlight-color-yellow highlight-color-yellow-icon">
<time class="c_tmtime" datetime="2013-04-10 18:30"><span>4/10/14</span> <span>18:30</span></time>
<span class="icon icon-pin"></span>
<div class="c_tmlabel">
<div class="c_tmlabel_inner">
<h2>Check In - I Was Here</h2>
<div class="google-map-container">
<!-- SAMPLE CODE: You need to change the data within this space - Start -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- REQUIRED: The following classes are required: .graph, .graph-size-large (change graph-size-large based on the presets. See documentation.) -->
<div id="gmap_canvas" class="graph graph-size-large"></div>
<style>#gmap_canvas img{max-width:none!important;background:none!important}</style>
<script type="text/javascript">
function init_map(){
var myOptions = {
zoom:14,
center:new google.maps.LatLng(40.805478,-73.96522499999998),
mapTypeId: google.maps.MapTypeId.ROADMAP
};
map = new google.maps.Map(document.getElementById("gmap_canvas"),myOptions);
marker = new google.maps.Marker({
map: map,position: new google.maps.LatLng(40.805478, -73.96522499999998)
});
infowindow = new google.maps.InfoWindow({
content:"<b>The Breslin</b><br/>2880 Broadway<br/> New York"
});
google.maps.event.addListener(marker, "click", function(){
infowindow.open(map,marker);
});
infowindow.open(map,marker);
}
google.maps.event.addDomListener(window, 'load', init_map);
</script>
<!-- SAMPLE CODE: You need to change the data within this space - End -->
</div>
</div>
</div>
</li>
<li class="highlight-color-green highlight-color-green-icon">
<time class="c_tmtime" datetime="2013-04-11T12:04"><span>4/11/14</span> <span>12:04</span></time>
<span class="icon icon-social-envato"></span>
<div class="c_tmlabel">
<div class="c_tmlabel_inner">
<h2>Greens Radish Template</h2>
<p>Congratulations! Your item "Greens Radish Template" has been approved. Good like with sales!</p>
</div>
</div>
</li>
<li class="highlight-color-red highlight-color-red-icon">
<time class="c_tmtime" datetime="2013-04-13 05:36"><span>4/13/14</span> <span>05:36</span></time>
<span class="icon icon-camera"></span>
<div class="c_tmlabel">
<div class="c_tmlabel_inner">
<h2>Your Picture Diary</h2>
<div class="gallery-preview">
<div class="gallery-item">
<div class="gallery-item-image">
<a href="#">
<img src="test-data/pages-timeline/images/image-1.jpg">
</a>
</div>
</div>
<div class="gallery-item">
<div class="gallery-item-image">
<a href="#">
<img src="test-data/pages-timeline/images/image-2.jpg">
</a>
</div>
</div>
<div class="gallery-item">
<div class="gallery-item-image">
<a href="#">
<img src="test-data/pages-timeline/images/image-3.jpg">
</a>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="highlight-color-blue highlight-color-blue-icon">
<time class="c_tmtime" datetime="2013-04-15 13:15"><span>4/15/14</span> <span>13:15</span></time>
<span class="icon icon-hdd-net"></span>
<div class="c_tmlabel">
<div class="c_tmlabel_inner">
<h2>Server Recovery Complete</h2>
<p>Server restored. <a href="#">Click here for full server log</a>.</p>
</div>
</div>
</li>
<li class="highlight-color-purple highlight-color-purple-icon">
<time class="c_tmtime" datetime="2013-04-16 21:30"><span>4/16/14</span> <span>21:30</span></time>
<span class="icon icon-cloud"></span>
<div class="c_tmlabel">
<div class="c_tmlabel_inner">
<h2>Upload Started</h2>
<p>List of uploaded items:</p>
<ul>
<li>Windows Server Logs - [ <a href="#">Download</a> ]</li>
<li>Company Xedd - Website Redesign Proposal - [ <a href="#">Download</a> ]</li>
<li>Wedding Photo IMG0001 - [ <a href="#">View</a> ] [ <a href="#">Download</a> ]</li>
<li>Wedding Photo IMG0003 - [ <a href="#">View</a> ] [ <a href="#">Download</a> ]</li>
<li>Wedding Photo IMG0004 - [ <a href="#">View</a> ] [ <a href="#">Download</a> ]</li>
<li>Wedding Photo IMG0005 - [ <a href="#">View</a> ] [ <a href="#">Download</a> ]</li>
<li>... [ <a href="#">More</a> ]</li>
</ul>
</div>
</div>
</li>
<li class="highlight-color-lime highlight-color-lime-icon">
<time class="c_tmtime" datetime="2013-04-17 12:11"><span>4/17/14</span> <span>12:11</span></time>
<span class="icon icon-mailbox"></span>
<div class="c_tmlabel">
<div class="c_tmlabel_inner">
<h2>Greens radish arugula</h2>
<p>Caulie dandelion maize lentil collard greens radish arugula sweet pepper water spinach kombu courgette lettuce. Celery coriander bitterleaf epazote radicchio shallot winter purslane collard greens spring onion squash lentil. Artichoke salad bamboo shoot black-eyed pea brussels sprout garlic kohlrabi.</p>
</div>
</div>
</li>
<li class="highlight-color-orange highlight-color-orange-icon">
<time class="c_tmtime" datetime="2013-04-18 09:56"><span>4/18/14</span> <span>09:56</span></time>
<span class="icon icon-off"></span>
<div class="c_tmlabel">
<div class="c_tmlabel_inner">
<h2>Logged In</h2>
<p>Welcome, Ken.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="footer-container">
<div class="footer-content">
© <a href="#?ref=Base5Builder">Circloid</a> was made with <span style="color:#FF0000;">❤</span> and supported by - <a href="http://base5builder.com/" target="_blank" style="font-weight:300;color:#ffffff;background:#1d1d1d;padding:0 3px;">Base<span style="color:#ffa733;font-weight:bold">5</span>Builder</a>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Required JS Files -->
<script type="text/javascript" src="assets/js/required/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="assets/js/required/jquery-ui-1.11.0.custom/jquery-ui.min.js"></script>
<script type="text/javascript" src="assets/js/required/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/required/jquery.easing.1.3-min.js"></script>
<script type="text/javascript" src="assets/js/required/jquery.mCustomScrollbar.min.js"></script>
<script type="text/javascript" src="assets/js/required/misc/jquery.mousewheel-3.0.6.min.js"></script>
<script type="text/javascript" src="assets/js/required/misc/retina.min.js"></script>
<script type="text/javascript" src="assets/js/required/icheck.min.js"></script>
<script type="text/javascript" src="assets/js/required/misc/jquery.ui.touch-punch.min.js"></script>
<script type="text/javascript" src="assets/js/required/circloid-functions.js"></script>
<!-- Optional JS Files -->
<!-- add optional JS plugin files here -->
<!-- REQUIRED: User Editable JS Files -->
<script type="text/javascript" src="assets/js/script.js"></script>
<!-- add additional User Editable files here -->
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10227118;
var sc_invisible=1;
var sc_security="b8dc3e52";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="site stats"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/10227118/0/b8dc3e52/1/"
alt="site stats"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
<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-41035904-5', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>