Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<!DOCTYPE html>
2
<!-- 
3
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2
4
Version: 3.6.2
5
Author: KeenThemes
6
Website: http://www.keenthemes.com/
7
Contact: support@keenthemes.com
8
Follow: www.twitter.com/keenthemes
9
Like: www.facebook.com/keenthemes
10
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
11
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
12
-->
13
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
14
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
15
<!--[if !IE]><!-->
16
<html lang="en">
17
<!--<![endif]-->
18
<!-- BEGIN HEAD -->
19
<head>
20
<meta charset="utf-8"/>
21
<title>Metronic | Pages - Old Timeline</title>
22
<meta http-equiv="X-UA-Compatible" content="IE=edge">
23
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
24
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
25
<meta content="" name="description"/>
26
<meta content="" name="author"/>
27
<!-- BEGIN GLOBAL MANDATORY STYLES -->
28
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css">
29
<link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
30
<link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css">
31
<link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
32
<link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css">
33
<link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/>
34
<!-- END GLOBAL MANDATORY STYLES -->
35
<!-- BEGIN PAGE LEVEL STYLES -->
36
<link href="../../assets/admin/pages/css/timeline-old.css" rel="stylesheet" type="text/css"/>
37
<!-- END PAGE LEVEL STYLES -->
38
<!-- BEGIN THEME STYLES -->
39
<link href="../../assets/global/css/components-rounded.css" id="style_components" rel="stylesheet" type="text/css"/>
40
<link href="../../assets/global/css/plugins.css" rel="stylesheet" type="text/css"/>
41
<link href="../../assets/admin/layout4/css/layout.css" rel="stylesheet" type="text/css"/>
42
<link id="style_color" href="../../assets/admin/layout4/css/themes/light.css" rel="stylesheet" type="text/css"/>
43
<link href="../../assets/admin/layout4/css/custom.css" rel="stylesheet" type="text/css"/>
44
<!-- END THEME STYLES -->
45
<link rel="shortcut icon" href="favicon.ico"/>
46
</head>
47
<!-- END HEAD -->
48
<!-- BEGIN BODY -->
49
<!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
50
<!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default -->
51
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
52
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
53
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
54
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
55
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
56
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
57
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
58
<body class="page-header-fixed page-sidebar-closed-hide-logo ">
59
<!-- BEGIN HEADER -->
60
<div class="page-header navbar navbar-fixed-top">
61
        <!-- BEGIN HEADER INNER -->
62
        <div class="page-header-inner">
63
                <!-- BEGIN LOGO -->
64
                <div class="page-logo">
65
                        <a href="index.html">
66
                        <img src="../../assets/admin/layout4/img/logo-light.png" alt="logo" class="logo-default"/>
67
                        </a>
68
                        <div class="menu-toggler sidebar-toggler">
69
                                <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header -->
70
                        </div>
71
                </div>
72
                <!-- END LOGO -->
73
                <!-- BEGIN RESPONSIVE MENU TOGGLER -->
74
                <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
75
                </a>
76
                <!-- END RESPONSIVE MENU TOGGLER -->
77
                <!-- BEGIN PAGE ACTIONS -->
78
                <!-- DOC: Remove "hide" class to enable the page header actions -->
79
                <div class="page-actions">
80
                        <div class="btn-group">
81
                                <button type="button" class="btn red-haze btn-sm dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
82
                                <span class="hidden-sm hidden-xs">Actions&nbsp;</span><i class="fa fa-angle-down"></i>
83
                                </button>
84
                                <ul class="dropdown-menu" role="menu">
85
                                        <li>
86
                                                <a href="#">
87
                                                <i class="icon-docs"></i> New Post </a>
88
                                        </li>
89
                                        <li>
90
                                                <a href="#">
91
                                                <i class="icon-tag"></i> New Comment </a>
92
                                        </li>
93
                                        <li>
94
                                                <a href="#">
95
                                                <i class="icon-share"></i> Share </a>
96
                                        </li>
97
                                        <li class="divider">
98
                                        </li>
99
                                        <li>
100
                                                <a href="#">
101
                                                <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span>
102
                                                </a>
103
                                        </li>
104
                                        <li>
105
                                                <a href="#">
106
                                                <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span>
107
                                                </a>
108
                                        </li>
109
                                </ul>
110
                        </div>
111
                </div>
112
                <!-- END PAGE ACTIONS -->
113
                <!-- BEGIN PAGE TOP -->
114
                <div class="page-top">
115
                        <!-- BEGIN HEADER SEARCH BOX -->
116
                        <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box -->
117
                        <form class="search-form" action="extra_search.html" method="GET">
118
                                <div class="input-group">
119
                                        <input type="text" class="form-control input-sm" placeholder="Search..." name="query">
120
                                        <span class="input-group-btn">
121
                                        <a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a>
122
                                        </span>
123
                                </div>
124
                        </form>
125
                        <!-- END HEADER SEARCH BOX -->
126
                        <!-- BEGIN TOP NAVIGATION MENU -->
127
                        <div class="top-menu">
128
                                <ul class="nav navbar-nav pull-right">
129
                                        <li class="separator hide">
130
                                        </li>
131
                                        <!-- BEGIN NOTIFICATION DROPDOWN -->
132
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
133
                                        <li class="dropdown dropdown-extended dropdown-notification dropdown-dark" id="header_notification_bar">
134
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
135
                                                <i class="icon-bell"></i>
136
                                                <span class="badge badge-success">
137
                                                7 </span>
138
                                                </a>
139
                                                <ul class="dropdown-menu">
140
                                                        <li class="external">
141
                                                                <h3><span class="bold">12 pending</span> notifications</h3>
142
                                                                <a href="extra_profile.html">view all</a>
143
                                                        </li>
144
                                                        <li>
145
                                                                <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283">
146
                                                                        <li>
147
                                                                                <a href="javascript:;">
148
                                                                                <span class="time">just now</span>
149
                                                                                <span class="details">
150
                                                                                <span class="label label-sm label-icon label-success">
151
                                                                                <i class="fa fa-plus"></i>
152
                                                                                </span>
153
                                                                                New user registered. </span>
154
                                                                                </a>
155
                                                                        </li>
156
                                                                        <li>
157
                                                                                <a href="javascript:;">
158
                                                                                <span class="time">3 mins</span>
159
                                                                                <span class="details">
160
                                                                                <span class="label label-sm label-icon label-danger">
161
                                                                                <i class="fa fa-bolt"></i>
162
                                                                                </span>
163
                                                                                Server #12 overloaded. </span>
164
                                                                                </a>
165
                                                                        </li>
166
                                                                        <li>
167
                                                                                <a href="javascript:;">
168
                                                                                <span class="time">10 mins</span>
169
                                                                                <span class="details">
170
                                                                                <span class="label label-sm label-icon label-warning">
171
                                                                                <i class="fa fa-bell-o"></i>
172
                                                                                </span>
173
                                                                                Server #2 not responding. </span>
174
                                                                                </a>
175
                                                                        </li>
176
                                                                        <li>
177
                                                                                <a href="javascript:;">
178
                                                                                <span class="time">14 hrs</span>
179
                                                                                <span class="details">
180
                                                                                <span class="label label-sm label-icon label-info">
181
                                                                                <i class="fa fa-bullhorn"></i>
182
                                                                                </span>
183
                                                                                Application error. </span>
184
                                                                                </a>
185
                                                                        </li>
186
                                                                        <li>
187
                                                                                <a href="javascript:;">
188
                                                                                <span class="time">2 days</span>
189
                                                                                <span class="details">
190
                                                                                <span class="label label-sm label-icon label-danger">
191
                                                                                <i class="fa fa-bolt"></i>
192
                                                                                </span>
193
                                                                                Database overloaded 68%. </span>
194
                                                                                </a>
195
                                                                        </li>
196
                                                                        <li>
197
                                                                                <a href="javascript:;">
198
                                                                                <span class="time">3 days</span>
199
                                                                                <span class="details">
200
                                                                                <span class="label label-sm label-icon label-danger">
201
                                                                                <i class="fa fa-bolt"></i>
202
                                                                                </span>
203
                                                                                A user IP blocked. </span>
204
                                                                                </a>
205
                                                                        </li>
206
                                                                        <li>
207
                                                                                <a href="javascript:;">
208
                                                                                <span class="time">4 days</span>
209
                                                                                <span class="details">
210
                                                                                <span class="label label-sm label-icon label-warning">
211
                                                                                <i class="fa fa-bell-o"></i>
212
                                                                                </span>
213
                                                                                Storage Server #4 not responding dfdfdfd. </span>
214
                                                                                </a>
215
                                                                        </li>
216
                                                                        <li>
217
                                                                                <a href="javascript:;">
218
                                                                                <span class="time">5 days</span>
219
                                                                                <span class="details">
220
                                                                                <span class="label label-sm label-icon label-info">
221
                                                                                <i class="fa fa-bullhorn"></i>
222
                                                                                </span>
223
                                                                                System Error. </span>
224
                                                                                </a>
225
                                                                        </li>
226
                                                                        <li>
227
                                                                                <a href="javascript:;">
228
                                                                                <span class="time">9 days</span>
229
                                                                                <span class="details">
230
                                                                                <span class="label label-sm label-icon label-danger">
231
                                                                                <i class="fa fa-bolt"></i>
232
                                                                                </span>
233
                                                                                Storage server failed. </span>
234
                                                                                </a>
235
                                                                        </li>
236
                                                                </ul>
237
                                                        </li>
238
                                                </ul>
239
                                        </li>
240
                                        <!-- END NOTIFICATION DROPDOWN -->
241
                                        <li class="separator hide">
242
                                        </li>
243
                                        <!-- BEGIN INBOX DROPDOWN -->
244
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
245
                                        <li class="dropdown dropdown-extended dropdown-inbox dropdown-dark" id="header_inbox_bar">
246
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
247
                                                <i class="icon-envelope-open"></i>
248
                                                <span class="badge badge-danger">
249
                                                4 </span>
250
                                                </a>
251
                                                <ul class="dropdown-menu">
252
                                                        <li class="external">
253
                                                                <h3>You have <span class="bold">7 New</span> Messages</h3>
254
                                                                <a href="inbox.html">view all</a>
255
                                                        </li>
256
                                                        <li>
257
                                                                <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
258
                                                                        <li>
259
                                                                                <a href="inbox.html?a=view">
260
                                                                                <span class="photo">
261
                                                                                <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
262
                                                                                </span>
263
                                                                                <span class="subject">
264
                                                                                <span class="from">
265
                                                                                Lisa Wong </span>
266
                                                                                <span class="time">Just Now </span>
267
                                                                                </span>
268
                                                                                <span class="message">
269
                                                                                Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span>
270
                                                                                </a>
271
                                                                        </li>
272
                                                                        <li>
273
                                                                                <a href="inbox.html?a=view">
274
                                                                                <span class="photo">
275
                                                                                <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
276
                                                                                </span>
277
                                                                                <span class="subject">
278
                                                                                <span class="from">
279
                                                                                Richard Doe </span>
280
                                                                                <span class="time">16 mins </span>
281
                                                                                </span>
282
                                                                                <span class="message">
283
                                                                                Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
284
                                                                                </a>
285
                                                                        </li>
286
                                                                        <li>
287
                                                                                <a href="inbox.html?a=view">
288
                                                                                <span class="photo">
289
                                                                                <img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt="">
290
                                                                                </span>
291
                                                                                <span class="subject">
292
                                                                                <span class="from">
293
                                                                                Bob Nilson </span>
294
                                                                                <span class="time">2 hrs </span>
295
                                                                                </span>
296
                                                                                <span class="message">
297
                                                                                Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
298
                                                                                </a>
299
                                                                        </li>
300
                                                                        <li>
301
                                                                                <a href="inbox.html?a=view">
302
                                                                                <span class="photo">
303
                                                                                <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
304
                                                                                </span>
305
                                                                                <span class="subject">
306
                                                                                <span class="from">
307
                                                                                Lisa Wong </span>
308
                                                                                <span class="time">40 mins </span>
309
                                                                                </span>
310
                                                                                <span class="message">
311
                                                                                Vivamus sed auctor 40% nibh congue nibh... </span>
312
                                                                                </a>
313
                                                                        </li>
314
                                                                        <li>
315
                                                                                <a href="inbox.html?a=view">
316
                                                                                <span class="photo">
317
                                                                                <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
318
                                                                                </span>
319
                                                                                <span class="subject">
320
                                                                                <span class="from">
321
                                                                                Richard Doe </span>
322
                                                                                <span class="time">46 mins </span>
323
                                                                                </span>
324
                                                                                <span class="message">
325
                                                                                Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
326
                                                                                </a>
327
                                                                        </li>
328
                                                                </ul>
329
                                                        </li>
330
                                                </ul>
331
                                        </li>
332
                                        <!-- END INBOX DROPDOWN -->
333
                                        <li class="separator hide">
334
                                        </li>
335
                                        <!-- BEGIN TODO DROPDOWN -->
336
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
337
                                        <li class="dropdown dropdown-extended dropdown-tasks dropdown-dark" id="header_task_bar">
338
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
339
                                                <i class="icon-calendar"></i>
340
                                                <span class="badge badge-primary">
341
                                                3 </span>
342
                                                </a>
343
                                                <ul class="dropdown-menu extended tasks">
344
                                                        <li class="external">
345
                                                                <h3>You have <span class="bold">12 pending</span> tasks</h3>
346
                                                                <a href="page_todo.html">view all</a>
347
                                                        </li>
348
                                                        <li>
349
                                                                <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
350
                                                                        <li>
351
                                                                                <a href="javascript:;">
352
                                                                                <span class="task">
353
                                                                                <span class="desc">New release v1.2 </span>
354
                                                                                <span class="percent">30%</span>
355
                                                                                </span>
356
                                                                                <span class="progress">
357
                                                                                <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">40% Complete</span></span>
358
                                                                                </span>
359
                                                                                </a>
360
                                                                        </li>
361
                                                                        <li>
362
                                                                                <a href="javascript:;">
363
                                                                                <span class="task">
364
                                                                                <span class="desc">Application deployment</span>
365
                                                                                <span class="percent">65%</span>
366
                                                                                </span>
367
                                                                                <span class="progress">
368
                                                                                <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">65% Complete</span></span>
369
                                                                                </span>
370
                                                                                </a>
371
                                                                        </li>
372
                                                                        <li>
373
                                                                                <a href="javascript:;">
374
                                                                                <span class="task">
375
                                                                                <span class="desc">Mobile app release</span>
376
                                                                                <span class="percent">98%</span>
377
                                                                                </span>
378
                                                                                <span class="progress">
379
                                                                                <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">98% Complete</span></span>
380
                                                                                </span>
381
                                                                                </a>
382
                                                                        </li>
383
                                                                        <li>
384
                                                                                <a href="javascript:;">
385
                                                                                <span class="task">
386
                                                                                <span class="desc">Database migration</span>
387
                                                                                <span class="percent">10%</span>
388
                                                                                </span>
389
                                                                                <span class="progress">
390
                                                                                <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">10% Complete</span></span>
391
                                                                                </span>
392
                                                                                </a>
393
                                                                        </li>
394
                                                                        <li>
395
                                                                                <a href="javascript:;">
396
                                                                                <span class="task">
397
                                                                                <span class="desc">Web server upgrade</span>
398
                                                                                <span class="percent">58%</span>
399
                                                                                </span>
400
                                                                                <span class="progress">
401
                                                                                <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">58% Complete</span></span>
402
                                                                                </span>
403
                                                                                </a>
404
                                                                        </li>
405
                                                                        <li>
406
                                                                                <a href="javascript:;">
407
                                                                                <span class="task">
408
                                                                                <span class="desc">Mobile development</span>
409
                                                                                <span class="percent">85%</span>
410
                                                                                </span>
411
                                                                                <span class="progress">
412
                                                                                <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">85% Complete</span></span>
413
                                                                                </span>
414
                                                                                </a>
415
                                                                        </li>
416
                                                                        <li>
417
                                                                                <a href="javascript:;">
418
                                                                                <span class="task">
419
                                                                                <span class="desc">New UI release</span>
420
                                                                                <span class="percent">38%</span>
421
                                                                                </span>
422
                                                                                <span class="progress progress-striped">
423
                                                                                <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">38% Complete</span></span>
424
                                                                                </span>
425
                                                                                </a>
426
                                                                        </li>
427
                                                                </ul>
428
                                                        </li>
429
                                                </ul>
430
                                        </li>
431
                                        <!-- END TODO DROPDOWN -->
432
                                        <!-- BEGIN USER LOGIN DROPDOWN -->
433
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
434
                                        <li class="dropdown dropdown-user dropdown-dark">
435
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
436
                                                <span class="username username-hide-on-mobile">
437
                                                Nick </span>
438
                                                <!-- DOC: Do not remove below empty space(&nbsp;) as its purposely used -->
439
                                                <img alt="" class="img-circle" src="../../assets/admin/layout4/img/avatar9.jpg"/>
440
                                                </a>
441
                                                <ul class="dropdown-menu dropdown-menu-default">
442
                                                        <li>
443
                                                                <a href="extra_profile.html">
444
                                                                <i class="icon-user"></i> My Profile </a>
445
                                                        </li>
446
                                                        <li>
447
                                                                <a href="page_calendar.html">
448
                                                                <i class="icon-calendar"></i> My Calendar </a>
449
                                                        </li>
450
                                                        <li>
451
                                                                <a href="inbox.html">
452
                                                                <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger">
453
                                                                3 </span>
454
                                                                </a>
455
                                                        </li>
456
                                                        <li>
457
                                                                <a href="page_todo.html">
458
                                                                <i class="icon-rocket"></i> My Tasks <span class="badge badge-success">
459
                                                                7 </span>
460
                                                                </a>
461
                                                        </li>
462
                                                        <li class="divider">
463
                                                        </li>
464
                                                        <li>
465
                                                                <a href="extra_lock.html">
466
                                                                <i class="icon-lock"></i> Lock Screen </a>
467
                                                        </li>
468
                                                        <li>
469
                                                                <a href="login.html">
470
                                                                <i class="icon-key"></i> Log Out </a>
471
                                                        </li>
472
                                                </ul>
473
                                        </li>
474
                                        <!-- END USER LOGIN DROPDOWN -->
475
                                </ul>
476
                        </div>
477
                        <!-- END TOP NAVIGATION MENU -->
478
                </div>
479
                <!-- END PAGE TOP -->
480
        </div>
481
        <!-- END HEADER INNER -->
482
</div>
483
<!-- END HEADER -->
484
<div class="clearfix">
485
</div>
486
<!-- BEGIN CONTAINER -->
487
<div class="page-container">
488
        <!-- BEGIN SIDEBAR -->
489
        <div class="page-sidebar-wrapper">
490
                <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
491
                <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
492
                <div class="page-sidebar navbar-collapse collapse">
493
                        <!-- BEGIN SIDEBAR MENU -->
494
                        <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) -->
495
                        <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode -->
496
                        <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode -->
497
                        <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
498
                        <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->
499
                        <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->
500
                        <ul class="page-sidebar-menu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200">
501
                                <li class="start ">
502
                                        <a href="index.html">
503
                                        <i class="icon-home"></i>
504
                                        <span class="title">Dashboard</span>
505
                                        </a>
506
                                </li>
507
                                <li>
508
                                        <a href="javascript:;">
509
                                        <i class="icon-basket"></i>
510
                                        <span class="title">eCommerce</span>
511
                                        <span class="arrow "></span>
512
                                        </a>
513
                                        <ul class="sub-menu">
514
                                                <li>
515
                                                        <a href="ecommerce_index.html">
516
                                                        <i class="icon-home"></i>
517
                                                        Dashboard</a>
518
                                                </li>
519
                                                <li>
520
                                                        <a href="ecommerce_orders.html">
521
                                                        <i class="icon-basket"></i>
522
                                                        Orders</a>
523
                                                </li>
524
                                                <li>
525
                                                        <a href="ecommerce_orders_view.html">
526
                                                        <i class="icon-tag"></i>
527
                                                        Order View</a>
528
                                                </li>
529
                                                <li>
530
                                                        <a href="ecommerce_products.html">
531
                                                        <i class="icon-handbag"></i>
532
                                                        Products</a>
533
                                                </li>
534
                                                <li>
535
                                                        <a href="ecommerce_products_edit.html">
536
                                                        <i class="icon-pencil"></i>
537
                                                        Product Edit</a>
538
                                                </li>
539
                                        </ul>
540
                                </li>
541
                                <li>
542
                                        <a href="javascript:;">
543
                                        <i class="icon-rocket"></i>
544
                                        <span class="title">Page Layouts</span>
545
                                        <span class="arrow "></span>
546
                                        </a>
547
                                        <ul class="sub-menu">
548
                                                <li>
549
                                                        <a href="layout_sidebar_reversed.html">
550
                                                        <span class="badge badge-warning">new</span>Right Sidebar Page</a>
551
                                                </li>
552
                                                <li>
553
                                                        <a href="layout_sidebar_fixed.html">
554
                                                        Sidebar Fixed Page</a>
555
                                                </li>
556
                                                <li>
557
                                                        <a href="layout_sidebar_closed.html">
558
                                                        Sidebar Closed Page</a>
559
                                                </li>
560
                                                <li>
561
                                                        <a href="layout_blank_page.html">
562
                                                        Blank Page</a>
563
                                                </li>
564
                                                <li>
565
                                                        <a href="layout_boxed_page.html">
566
                                                        Boxed Page</a>
567
                                                </li>
568
                                                <li>
569
                                                        <a href="layout_language_bar.html">
570
                                                        Language Switch Bar</a>
571
                                                </li>
572
                                        </ul>
573
                                </li>
574
                                <li>
575
                                        <a href="javascript:;">
576
                                        <i class="icon-diamond"></i>
577
                                        <span class="title">UI Features</span>
578
                                        <span class="arrow "></span>
579
                                        </a>
580
                                        <ul class="sub-menu">
581
                                                <li>
582
                                                        <a href="ui_general.html">
583
                                                        General Components</a>
584
                                                </li>
585
                                                <li>
586
                                                        <a href="ui_buttons.html">
587
                                                        Buttons</a>
588
                                                </li>
589
                                                <li>
590
                                                        <a href="ui_icons.html">
591
                                                        <span class="badge badge-danger">new</span>Font Icons</a>
592
                                                </li>
593
                                                <li>
594
                                                        <a href="ui_colors.html">
595
                                                        Flat UI Colors</a>
596
                                                </li>
597
                                                <li>
598
                                                        <a href="ui_typography.html">
599
                                                        Typography</a>
600
                                                </li>
601
                                                <li>
602
                                                        <a href="ui_tabs_accordions_navs.html">
603
                                                        Tabs, Accordions & Navs</a>
604
                                                </li>
605
                                                <li>
606
                                                        <a href="ui_tree.html">
607
                                                        <span class="badge badge-danger">new</span>Tree View</a>
608
                                                </li>
609
                                                <li>
610
                                                        <a href="ui_page_progress_style_1.html">
611
                                                        <span class="badge badge-warning">new</span>Page Progress Bar - Style 1</a>
612
                                                </li>
613
                                                <li>
614
                                                        <a href="ui_blockui.html">
615
                                                        Block UI</a>
616
                                                </li>
617
                                                <li>
618
                                                        <a href="ui_notific8.html">
619
                                                        Notific8 Notifications</a>
620
                                                </li>
621
                                                <li>
622
                                                        <a href="ui_toastr.html">
623
                                                        Toastr Notifications</a>
624
                                                </li>
625
                                                <li>
626
                                                        <a href="ui_alert_dialog_api.html">
627
                                                        <span class="badge badge-danger">new</span>Alerts & Dialogs API</a>
628
                                                </li>
629
                                                <li>
630
                                                        <a href="ui_session_timeout.html">
631
                                                        Session Timeout</a>
632
                                                </li>
633
                                                <li>
634
                                                        <a href="ui_idle_timeout.html">
635
                                                        User Idle Timeout</a>
636
                                                </li>
637
                                                <li>
638
                                                        <a href="ui_modals.html">
639
                                                        Modals</a>
640
                                                </li>
641
                                                <li>
642
                                                        <a href="ui_extended_modals.html">
643
                                                        Extended Modals</a>
644
                                                </li>
645
                                                <li>
646
                                                        <a href="ui_tiles.html">
647
                                                        Tiles</a>
648
                                                </li>
649
                                                <li>
650
                                                        <a href="ui_datepaginator.html">
651
                                                        <span class="badge badge-success">new</span>Date Paginator</a>
652
                                                </li>
653
                                                <li>
654
                                                        <a href="ui_nestable.html">
655
                                                        Nestable List</a>
656
                                                </li>
657
                                        </ul>
658
                                </li>
659
                                <li>
660
                                        <a href="javascript:;">
661
                                        <i class="icon-puzzle"></i>
662
                                        <span class="title">UI Components</span>
663
                                        <span class="arrow "></span>
664
                                        </a>
665
                                        <ul class="sub-menu">
666
                                                <li>
667
                                                        <a href="components_pickers.html">
668
                                                        Date & Time Pickers</a>
669
                                                </li>
670
                                                <li>
671
                                                        <a href="components_context_menu.html">
672
                                                        Context Menu</a>
673
                                                </li>
674
                                                <li>
675
                                                        <a href="components_dropdowns.html">
676
                                                        Custom Dropdowns</a>
677
                                                </li>
678
                                                <li>
679
                                                        <a href="components_form_tools.html">
680
                                                        Form Tools</a>
681
                                                </li>
682
                                                <li>
683
                                                        <a href="components_editors.html">
684
                                                        Markdown & WYSIWYG Editors</a>
685
                                                </li>
686
                                                <li>
687
                                                        <a href="components_ion_sliders.html">
688
                                                        Ion Range Sliders</a>
689
                                                </li>
690
                                                <li>
691
                                                        <a href="components_noui_sliders.html">
692
                                                        NoUI Range Sliders</a>
693
                                                </li>
694
                                                <li>
695
                                                        <a href="components_jqueryui_sliders.html">
696
                                                        jQuery UI Sliders</a>
697
                                                </li>
698
                                                <li>
699
                                                        <a href="components_knob_dials.html">
700
                                                        Knob Circle Dials</a>
701
                                                </li>
702
                                        </ul>
703
                                </li>
704
                                <!-- BEGIN ANGULARJS LINK -->
705
                                <li class="tooltips" data-container="body" data-placement="right" data-html="true" data-original-title="AngularJS version demo">
706
                                        <a href="angularjs" target="_blank">
707
                                        <i class="icon-paper-plane"></i>
708
                                        <span class="title">
709
                                        AngularJS Version </span>
710
                                        </a>
711
                                </li>
712
                                <!-- END ANGULARJS LINK -->
713
                                <li>
714
                                        <a href="javascript:;">
715
                                        <i class="icon-settings"></i>
716
                                        <span class="title">Form Stuff</span>
717
                                        <span class="arrow "></span>
718
                                        </a>
719
                                        <ul class="sub-menu">
720
                                                <li>
721
                                                        <a href="form_controls.html">
722
                                                        Form Controls</a>
723
                                                </li>
724
                                                <li>
725
                                                        <a href="form_icheck.html">
726
                                                        iCheck Controls</a>
727
                                                </li>
728
                                                <li>
729
                                                        <a href="form_layouts.html">
730
                                                        Form Layouts</a>
731
                                                </li>
732
                                                <li>
733
                                                        <a href="form_editable.html">
734
                                                        <span class="badge badge-warning">new</span>Form X-editable</a>
735
                                                </li>
736
                                                <li>
737
                                                        <a href="form_wizard.html">
738
                                                        Form Wizard</a>
739
                                                </li>
740
                                                <li>
741
                                                        <a href="form_validation.html">
742
                                                        Form Validation</a>
743
                                                </li>
744
                                                <li>
745
                                                        <a href="form_image_crop.html">
746
                                                        <span class="badge badge-danger">new</span>Image Cropping</a>
747
                                                </li>
748
                                                <li>
749
                                                        <a href="form_fileupload.html">
750
                                                        Multiple File Upload</a>
751
                                                </li>
752
                                                <li>
753
                                                        <a href="form_dropzone.html">
754
                                                        Dropzone File Upload</a>
755
                                                </li>
756
                                        </ul>
757
                                </li>
758
                                <li>
759
                                        <a href="javascript:;">
760
                                        <i class="icon-briefcase"></i>
761
                                        <span class="title">Data Tables</span>
762
                                        <span class="arrow "></span>
763
                                        </a>
764
                                        <ul class="sub-menu">
765
                                                <li>
766
                                                        <a href="table_basic.html">
767
                                                        Basic Datatables</a>
768
                                                </li>
769
                                                <li>
770
                                                        <a href="table_tree.html">
771
                                                        Tree Datatables</a>
772
                                                </li>
773
                                                <li>
774
                                                        <a href="table_responsive.html">
775
                                                        Responsive Datatables</a>
776
                                                </li>
777
                                                <li>
778
                                                        <a href="table_managed.html">
779
                                                        Managed Datatables</a>
780
                                                </li>
781
                                                <li>
782
                                                        <a href="table_editable.html">
783
                                                        Editable Datatables</a>
784
                                                </li>
785
                                                <li>
786
                                                        <a href="table_advanced.html">
787
                                                        Advanced Datatables</a>
788
                                                </li>
789
                                                <li>
790
                                                        <a href="table_ajax.html">
791
                                                        Ajax Datatables</a>
792
                                                </li>
793
                                        </ul>
794
                                </li>
795
                                <li>
796
                                        <a href="javascript:;">
797
                                        <i class="icon-wallet"></i>
798
                                        <span class="title">Portlets</span>
799
                                        <span class="arrow "></span>
800
                                        </a>
801
                                        <ul class="sub-menu">
802
                                                <li>
803
                                                        <a href="portlet_general.html">
804
                                                        General Portlets</a>
805
                                                </li>
806
                                                <li>
807
                                                        <a href="portlet_general2.html">
808
                                                        <span class="badge badge-danger">new</span>New Portlets #1</a>
809
                                                </li>
810
                                                <li>
811
                                                        <a href="portlet_general3.html">
812
                                                        <span class="badge badge-danger">new</span>New Portlets #2</a>
813
                                                </li>
814
                                                <li>
815
                                                        <a href="portlet_ajax.html">
816
                                                        Ajax Portlets</a>
817
                                                </li>
818
                                                <li>
819
                                                        <a href="portlet_draggable.html">
820
                                                        Draggable Portlets</a>
821
                                                </li>
822
                                        </ul>
823
                                </li>
824
                                <li>
825
                                        <a href="javascript:;">
826
                                        <i class="icon-bar-chart"></i>
827
                                        <span class="title">Charts</span>
828
                                        <span class="arrow "></span>
829
                                        </a>
830
                                        <ul class="sub-menu">
831
                                                <li>
832
                                                        <a href="charts_amcharts.html">
833
                                                        Amchart</a>
834
                                                </li>
835
                                                <li>
836
                                                        <a href="charts_flotcharts.html">
837
                                                        Flotchart</a>
838
                                                </li>
839
                                        </ul>
840
                                </li>
841
                                <li class="active open">
842
                                        <a href="javascript:;">
843
                                        <i class="icon-docs"></i>
844
                                        <span class="title">Pages</span>
845
                                        <span class="arrow open"></span>
846
                                        </a>
847
                                        <ul class="sub-menu">
848
                                                <li>
849
                                                        <a href="page_timeline.html">
850
                                                        <i class="icon-paper-plane"></i>
851
                                                        <span class="badge badge-warning">2</span>New Timeline</a>
852
                                                </li>
853
                                                <li>
854
                                                        <a href="extra_profile.html">
855
                                                        <i class="icon-user-following"></i>
856
                                                        <span class="badge badge-success badge-roundless">new</span>New User Profile</a>
857
                                                </li>
858
                                                <li>
859
                                                        <a href="page_todo.html">
860
                                                        <i class="icon-hourglass"></i>
861
                                                        <span class="badge badge-danger">4</span>Todo</a>
862
                                                </li>
863
                                                <li>
864
                                                        <a href="inbox.html">
865
                                                        <i class="icon-envelope"></i>
866
                                                        <span class="badge badge-danger">4</span>Inbox</a>
867
                                                </li>
868
                                                <li>
869
                                                        <a href="extra_faq.html">
870
                                                        <i class="icon-info"></i>
871
                                                        FAQ</a>
872
                                                </li>
873
                                                <li>
874
                                                        <a href="page_portfolio.html">
875
                                                        <i class="icon-feed"></i>
876
                                                        Portfolio</a>
877
                                                </li>
878
                                                <li>
879
                                                        <a href="page_timeline.html">
880
                                                        <i class="icon-clock"></i>
881
                                                        <span class="badge badge-info">4</span>Timeline</a>
882
                                                </li>
883
                                                <li>
884
                                                        <a href="page_coming_soon.html">
885
                                                        <i class="icon-flag"></i>
886
                                                        Coming Soon</a>
887
                                                </li>
888
                                                <li>
889
                                                        <a href="page_calendar.html">
890
                                                        <i class="icon-calendar"></i>
891
                                                        <span class="badge badge-danger">14</span>Calendar</a>
892
                                                </li>
893
                                                <li>
894
                                                        <a href="extra_invoice.html">
895
                                                        <i class="icon-flag"></i>
896
                                                        Invoice</a>
897
                                                </li>
898
                                                <li>
899
                                                        <a href="page_blog.html">
900
                                                        <i class="icon-speech"></i>
901
                                                        Blog</a>
902
                                                </li>
903
                                                <li>
904
                                                        <a href="page_blog_item.html">
905
                                                        <i class="icon-link"></i>
906
                                                        Blog Post</a>
907
                                                </li>
908
                                                <li>
909
                                                        <a href="page_news.html">
910
                                                        <i class="icon-eye"></i>
911
                                                        <span class="badge badge-success">9</span>News</a>
912
                                                </li>
913
                                                <li>
914
                                                        <a href="page_news_item.html">
915
                                                        <i class="icon-bell"></i>
916
                                                        News View</a>
917
                                                </li>
918
                                                <li class="active">
919
                                                        <a href="page_timeline_old.html">
920
                                                        <i class="icon-paper-plane"></i>
921
                                                        <span class="badge badge-warning">2</span>Old Timeline</a>
922
                                                </li>
923
                                                <li>
924
                                                        <a href="extra_profile_old.html">
925
                                                        <i class="icon-user"></i>
926
                                                        Old User Profile</a>
927
                                                </li>
928
                                        </ul>
929
                                </li>
930
                                <li>
931
                                        <a href="javascript:;">
932
                                        <i class="icon-present"></i>
933
                                        <span class="title">Extra</span>
934
                                        <span class="arrow "></span>
935
                                        </a>
936
                                        <ul class="sub-menu">
937
                                                <li>
938
                                                        <a href="page_about.html">
939
                                                        About Us</a>
940
                                                </li>
941
                                                <li>
942
                                                        <a href="page_contact.html">
943
                                                        Contact Us</a>
944
                                                </li>
945
                                                <li>
946
                                                        <a href="extra_search.html">
947
                                                        Search Results</a>
948
                                                </li>
949
                                                <li>
950
                                                        <a href="extra_pricing_table.html">
951
                                                        Pricing Tables</a>
952
                                                </li>
953
                                                <li>
954
                                                        <a href="extra_404_option1.html">
955
                                                        404 Page Option 1</a>
956
                                                </li>
957
                                                <li>
958
                                                        <a href="extra_404_option2.html">
959
                                                        404 Page Option 2</a>
960
                                                </li>
961
                                                <li>
962
                                                        <a href="extra_404_option3.html">
963
                                                        404 Page Option 3</a>
964
                                                </li>
965
                                                <li>
966
                                                        <a href="extra_500_option1.html">
967
                                                        500 Page Option 1</a>
968
                                                </li>
969
                                                <li>
970
                                                        <a href="extra_500_option2.html">
971
                                                        500 Page Option 2</a>
972
                                                </li>
973
                                        </ul>
974
                                </li>
975
                                <li>
976
                                        <a href="javascript:;">
977
                                        <i class="icon-folder"></i>
978
                                        <span class="title">Multi Level Menu</span>
979
                                        <span class="arrow "></span>
980
                                        </a>
981
                                        <ul class="sub-menu">
982
                                                <li>
983
                                                        <a href="javascript:;">
984
                                                        <i class="icon-settings"></i> Item 1 <span class="arrow"></span>
985
                                                        </a>
986
                                                        <ul class="sub-menu">
987
                                                                <li>
988
                                                                        <a href="javascript:;">
989
                                                                        <i class="icon-user"></i>
990
                                                                        Sample Link 1 <span class="arrow"></span>
991
                                                                        </a>
992
                                                                        <ul class="sub-menu">
993
                                                                                <li>
994
                                                                                        <a href="#"><i class="icon-power"></i> Sample Link 1</a>
995
                                                                                </li>
996
                                                                                <li>
997
                                                                                        <a href="#"><i class="icon-paper-plane"></i> Sample Link 1</a>
998
                                                                                </li>
999
                                                                                <li>
1000
                                                                                        <a href="#"><i class="icon-star"></i> Sample Link 1</a>
1001
                                                                                </li>
1002
                                                                        </ul>
1003
                                                                </li>
1004
                                                                <li>
1005
                                                                        <a href="#"><i class="icon-camera"></i> Sample Link 1</a>
1006
                                                                </li>
1007
                                                                <li>
1008
                                                                        <a href="#"><i class="icon-link"></i> Sample Link 2</a>
1009
                                                                </li>
1010
                                                                <li>
1011
                                                                        <a href="#"><i class="icon-pointer"></i> Sample Link 3</a>
1012
                                                                </li>
1013
                                                        </ul>
1014
                                                </li>
1015
                                                <li>
1016
                                                        <a href="javascript:;">
1017
                                                        <i class="icon-globe"></i> Item 2 <span class="arrow"></span>
1018
                                                        </a>
1019
                                                        <ul class="sub-menu">
1020
                                                                <li>
1021
                                                                        <a href="#"><i class="icon-tag"></i> Sample Link 1</a>
1022
                                                                </li>
1023
                                                                <li>
1024
                                                                        <a href="#"><i class="icon-pencil"></i> Sample Link 1</a>
1025
                                                                </li>
1026
                                                                <li>
1027
                                                                        <a href="#"><i class="icon-graph"></i> Sample Link 1</a>
1028
                                                                </li>
1029
                                                        </ul>
1030
                                                </li>
1031
                                                <li>
1032
                                                        <a href="#">
1033
                                                        <i class="icon-bar-chart"></i>
1034
                                                        Item 3 </a>
1035
                                                </li>
1036
                                        </ul>
1037
                                </li>
1038
                                <li>
1039
                                        <a href="javascript:;">
1040
                                        <i class="icon-user"></i>
1041
                                        <span class="title">Login Options</span>
1042
                                        <span class="arrow "></span>
1043
                                        </a>
1044
                                        <ul class="sub-menu">
1045
                                                <li>
1046
                                                        <a href="login.html">
1047
                                                        Login Form 1</a>
1048
                                                </li>
1049
                                                <li>
1050
                                                        <a href="login_2.html">
1051
                                                        Login Form 2</a>
1052
                                                </li>
1053
                                                <li>
1054
                                                        <a href="login_3.html">
1055
                                                        Login Form 3</a>
1056
                                                </li>
1057
                                                <li>
1058
                                                        <a href="login_soft.html">
1059
                                                        Login Form 4</a>
1060
                                                </li>
1061
                                                <li>
1062
                                                        <a href="extra_lock.html">
1063
                                                        Lock Screen 1</a>
1064
                                                </li>
1065
                                                <li>
1066
                                                        <a href="extra_lock2.html">
1067
                                                        Lock Screen 2</a>
1068
                                                </li>
1069
                                        </ul>
1070
                                </li>
1071
                                <li>
1072
                                        <a href="javascript:;">
1073
                                        <i class="icon-envelope-open"></i>
1074
                                        <span class="title">Email Templates</span>
1075
                                        <span class="arrow "></span>
1076
                                        </a>
1077
                                        <ul class="sub-menu">
1078
                                                <li>
1079
                                                        <a href="email_newsletter.html">
1080
                                                        Responsive Newsletter<br>
1081
                                                         Email Template</a>
1082
                                                </li>
1083
                                                <li>
1084
                                                        <a href="email_system.html">
1085
                                                        Responsive System<br>
1086
                                                         Email Template</a>
1087
                                                </li>
1088
                                        </ul>
1089
                                </li>
1090
                                <li class="last ">
1091
                                        <a href="javascript:;">
1092
                                        <i class="icon-pointer"></i>
1093
                                        <span class="title">Maps</span>
1094
                                        <span class="arrow "></span>
1095
                                        </a>
1096
                                        <ul class="sub-menu">
1097
                                                <li>
1098
                                                        <a href="maps_google.html">
1099
                                                        Google Maps</a>
1100
                                                </li>
1101
                                                <li>
1102
                                                        <a href="maps_vector.html">
1103
                                                        Vector Maps</a>
1104
                                                </li>
1105
                                        </ul>
1106
                                </li>
1107
                        </ul>
1108
                        <!-- END SIDEBAR MENU -->
1109
                </div>
1110
        </div>
1111
        <!-- END SIDEBAR -->
1112
        <!-- BEGIN CONTENT -->
1113
        <div class="page-content-wrapper">
1114
                <div class="page-content">
1115
                        <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM-->
1116
                        <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
1117
                                <div class="modal-dialog">
1118
                                        <div class="modal-content">
1119
                                                <div class="modal-header">
1120
                                                        <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
1121
                                                        <h4 class="modal-title">Modal title</h4>
1122
                                                </div>
1123
                                                <div class="modal-body">
1124
                                                         Widget settings form goes here
1125
                                                </div>
1126
                                                <div class="modal-footer">
1127
                                                        <button type="button" class="btn blue">Save changes</button>
1128
                                                        <button type="button" class="btn default" data-dismiss="modal">Close</button>
1129
                                                </div>
1130
                                        </div>
1131
                                        <!-- /.modal-content -->
1132
                                </div>
1133
                                <!-- /.modal-dialog -->
1134
                        </div>
1135
                        <!-- /.modal -->
1136
                        <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM-->
1137
                        <!-- BEGIN PAGE HEADER-->
1138
                        <!-- BEGIN PAGE HEAD -->
1139
                        <div class="page-head">
1140
                                <!-- BEGIN PAGE TITLE -->
1141
                                <div class="page-title">
1142
                                        <h1>Old Timeline <small>multipurpose timeline sample</small></h1>
1143
                                </div>
1144
                                <!-- END PAGE TITLE -->
1145
                                <!-- BEGIN PAGE TOOLBAR -->
1146
                                <div class="page-toolbar">
1147
                                        <!-- BEGIN THEME PANEL -->
1148
                                        <div class="btn-group btn-theme-panel">
1149
                                                <a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown">
1150
                                                <i class="icon-settings"></i>
1151
                                                </a>
1152
                                                <div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click">
1153
                                                        <div class="row">
1154
                                                                <div class="col-md-4 col-sm-4 col-xs-12">
1155
                                                                        <h3>THEME</h3>
1156
                                                                        <ul class="theme-colors">
1157
                                                                                <li class="theme-color theme-color-default active" data-theme="default">
1158
                                                                                        <span class="theme-color-view"></span>
1159
                                                                                        <span class="theme-color-name">Dark Header</span>
1160
                                                                                </li>
1161
                                                                                <li class="theme-color theme-color-light" data-theme="light">
1162
                                                                                        <span class="theme-color-view"></span>
1163
                                                                                        <span class="theme-color-name">Light Header</span>
1164
                                                                                </li>
1165
                                                                        </ul>
1166
                                                                </div>
1167
                                                                <div class="col-md-8 col-sm-8 col-xs-12 seperator">
1168
                                                                        <h3>LAYOUT</h3>
1169
                                                                        <ul class="theme-settings">
1170
                                                                                <li>
1171
                                                                                         Theme Style
1172
                                                                                        <select class="layout-style-option form-control input-small input-sm">
1173
                                                                                                <option value="square" selected="selected">Square corners</option>
1174
                                                                                                <option value="rounded">Rounded corners</option>
1175
                                                                                        </select>
1176
                                                                                </li>
1177
                                                                                <li>
1178
                                                                                         Layout
1179
                                                                                        <select class="layout-option form-control input-small input-sm">
1180
                                                                                                <option value="fluid" selected="selected">Fluid</option>
1181
                                                                                                <option value="boxed">Boxed</option>
1182
                                                                                        </select>
1183
                                                                                </li>
1184
                                                                                <li>
1185
                                                                                         Header
1186
                                                                                        <select class="page-header-option form-control input-small input-sm">
1187
                                                                                                <option value="fixed" selected="selected">Fixed</option>
1188
                                                                                                <option value="default">Default</option>
1189
                                                                                        </select>
1190
                                                                                </li>
1191
                                                                                <li>
1192
                                                                                         Top Dropdowns
1193
                                                                                        <select class="page-header-top-dropdown-style-option form-control input-small input-sm">
1194
                                                                                                <option value="light">Light</option>
1195
                                                                                                <option value="dark" selected="selected">Dark</option>
1196
                                                                                        </select>
1197
                                                                                </li>
1198
                                                                                <li>
1199
                                                                                         Sidebar Mode
1200
                                                                                        <select class="sidebar-option form-control input-small input-sm">
1201
                                                                                                <option value="fixed">Fixed</option>
1202
                                                                                                <option value="default" selected="selected">Default</option>
1203
                                                                                        </select>
1204
                                                                                </li>
1205
                                                                                <li>
1206
                                                                                         Sidebar Menu
1207
                                                                                        <select class="sidebar-menu-option form-control input-small input-sm">
1208
                                                                                                <option value="accordion" selected="selected">Accordion</option>
1209
                                                                                                <option value="hover">Hover</option>
1210
                                                                                        </select>
1211
                                                                                </li>
1212
                                                                                <li>
1213
                                                                                         Sidebar Position
1214
                                                                                        <select class="sidebar-pos-option form-control input-small input-sm">
1215
                                                                                                <option value="left" selected="selected">Left</option>
1216
                                                                                                <option value="right">Right</option>
1217
                                                                                        </select>
1218
                                                                                </li>
1219
                                                                                <li>
1220
                                                                                         Footer
1221
                                                                                        <select class="page-footer-option form-control input-small input-sm">
1222
                                                                                                <option value="fixed">Fixed</option>
1223
                                                                                                <option value="default" selected="selected">Default</option>
1224
                                                                                        </select>
1225
                                                                                </li>
1226
                                                                        </ul>
1227
                                                                </div>
1228
                                                        </div>
1229
                                                </div>
1230
                                        </div>
1231
                                        <!-- END THEME PANEL -->
1232
                                </div>
1233
                                <!-- END PAGE TOOLBAR -->
1234
                        </div>
1235
                        <!-- END PAGE HEAD -->
1236
                        <!-- BEGIN PAGE BREADCRUMB -->
1237
                        <ul class="page-breadcrumb breadcrumb">
1238
                                <li>
1239
                                        <a href="index.html">Home</a>
1240
                                        <i class="fa fa-circle"></i>
1241
                                </li>
1242
                                <li>
1243
                                        <a href="#">Pages</a>
1244
                                        <i class="fa fa-circle"></i>
1245
                                </li>
1246
                                <li>
1247
                                        <a href="#">Old Timeline</a>
1248
                                </li>
1249
                        </ul>
1250
                        <!-- END PAGE BREADCRUMB -->
1251
                        <!-- END PAGE HEADER-->
1252
                        <!-- BEGIN PAGE CONTENT-->
1253
                        <div class="portlet light">
1254
                                <div class="portlet-body">
1255
                                        <div class="row">
1256
                                                <div class="col-md-12">
1257
                                                        <ul class="timeline">
1258
                                                                <li class="timeline-yellow">
1259
                                                                        <div class="timeline-time">
1260
                                                                                <span class="date">
1261
                                                                                4/10/13 </span>
1262
                                                                                <span class="time">
1263
                                                                                18:30 </span>
1264
                                                                        </div>
1265
                                                                        <div class="timeline-icon">
1266
                                                                                <i class="fa fa-trophy"></i>
1267
                                                                        </div>
1268
                                                                        <div class="timeline-body">
1269
                                                                                <h2>ICT 2013 20th International Conference</h2>
1270
                                                                                <div class="timeline-content">
1271
                                                                                        <img class="timeline-img pull-left" src="../../assets/admin/pages/media/blog/2.jpg" alt="">
1272
                                                                                        Ricebean black-eyed pea maize scallion green bean spinach cabbage jicama bell pepper carrot onion corn plantain garbanzo. Winter purslane courgette pumpkin quandong komatsuna fennel green bean cucumber watercress. Parsley amaranth tigernut silver beet maize fennel spinach. Ricebean black-eyed pea maize scallion green bean spinach cabbage jicama bell pepper carrot onion corn plantain garbanzo.
1273
                                                                                </div>
1274
                                                                                <div class="timeline-footer">
1275
                                                                                        <a href="#" class="nav-link pull-right">
1276
                                                                                        Read more <i class="m-icon-swapright m-icon-white"></i>
1277
                                                                                        </a>
1278
                                                                                </div>
1279
                                                                        </div>
1280
                                                                </li>
1281
                                                                <li class="timeline-blue">
1282
                                                                        <div class="timeline-time">
1283
                                                                                <span class="date">
1284
                                                                                4/11/13 </span>
1285
                                                                                <span class="time">
1286
                                                                                12:04 </span>
1287
                                                                        </div>
1288
                                                                        <div class="timeline-icon">
1289
                                                                                <i class="fa fa-video-camera"></i>
1290
                                                                        </div>
1291
                                                                        <div class="timeline-body">
1292
                                                                                <h2>Management Meeting</h2>
1293
                                                                                <div class="timeline-content">
1294
                                                                                        <img class="timeline-img pull-right" src="../../assets/admin/pages/media/blog/1.jpg" alt="">
1295
                                                                                        Caulie dandelion maize lentil collard greens radish arugula sweet pepper water spinach kombu courgette lettuce. Celery coriander bitterleaf epazote radicchio shallot winter collard greens spring onion squash lentil. Artichoke salad bamboo shoot black-eyed pea brussels sprout garlic kohlrabi purslane collard greens spring onion squash lentil. Artichoke salad bamboo shoot black-eyed pea brussels sprout garlic kohlrabi..
1296
                                                                                </div>
1297
                                                                                <div class="timeline-footer">
1298
                                                                                        <a href="#" class="nav-link">
1299
                                                                                        Read more <i class="m-icon-swapright m-icon-white"></i>
1300
                                                                                        </a>
1301
                                                                                </div>
1302
                                                                        </div>
1303
                                                                </li>
1304
                                                                <li class="timeline-green">
1305
                                                                        <div class="timeline-time">
1306
                                                                                <span class="date">
1307
                                                                                4/13/13 </span>
1308
                                                                                <span class="time">
1309
                                                                                05:36 </span>
1310
                                                                        </div>
1311
                                                                        <div class="timeline-icon">
1312
                                                                                <i class="fa fa-comments"></i>
1313
                                                                        </div>
1314
                                                                        <div class="timeline-body">
1315
                                                                                <h2>New Project Launch</h2>
1316
                                                                                <div class="timeline-content">
1317
                                                                                        <img class="timeline-img pull-left" src="../../assets/admin/pages/media/blog/3.jpg" alt="">
1318
                                                                                        Winter purslane courgette pumpkin quandong komatsuna fennel green bean cucumber watercress. Pea sprouts wattle seed rutabaga okra yarrow cress avocado grape radish bush tomato ricebean. Pea sprouts wattle seed rutabaga okra yarrow cress avocado grape radish bush tomato ricebean.
1319
                                                                                </div>
1320
                                                                                <div class="timeline-footer">
1321
                                                                                        <a href="#" class="nav-link">
1322
                                                                                        Read more <i class="m-icon-swapright m-icon-white"></i>
1323
                                                                                        </a>
1324
                                                                                </div>
1325
                                                                        </div>
1326
                                                                </li>
1327
                                                                <li class="timeline-purple">
1328
                                                                        <div class="timeline-time">
1329
                                                                                <span class="date">
1330
                                                                                4/15/13 </span>
1331
                                                                                <span class="time">
1332
                                                                                13:15 </span>
1333
                                                                        </div>
1334
                                                                        <div class="timeline-icon">
1335
                                                                                <i class="fa fa-music"></i>
1336
                                                                        </div>
1337
                                                                        <div class="timeline-body">
1338
                                                                                <h2>Promotion Day</h2>
1339
                                                                                <div class="timeline-content">
1340
                                                                                        <div class="scroller" data-height="175px" data-always-visible="1" data-rail-visible1="1">
1341
                                                                                                <p>
1342
                                                                                                        <img class="timeline-img pull-right" src="../../assets/admin/pages/media/blog/4.jpg" alt="">
1343
                                                                                                        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. coriander bitterleaf epazote radicchio shallot winter purslane collard.
1344
                                                                                                </p>
1345
                                                                                                <p>
1346
                                                                                                         Coriander bitterleaf epazote radicchio shallot winter purslane collard. 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.
1347
                                                                                                </p>
1348
                                                                                                <p>
1349
                                                                                                        <img class="timeline-img pull-left" src="../../assets/admin/pages/media/blog/6.jpg" alt=""> 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 radicchio shallot winter purslane collard greens spring onion squash lentil.
1350
                                                                                                </p>
1351
                                                                                                <p>
1352
                                                                                                         Coriander bitterleaf epazote radicchio shallot winter purslane collard. 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.
1353
                                                                                                </p>
1354
                                                                                        </div>
1355
                                                                                </div>
1356
                                                                                <div class="timeline-footer">
1357
                                                                                        <a href="#" class="btn blue">
1358
                                                                                        Read more <i class="m-icon-swapright m-icon-white"></i>
1359
                                                                                        </a>
1360
                                                                                </div>
1361
                                                                        </div>
1362
                                                                </li>
1363
                                                                <li class="timeline-red">
1364
                                                                        <div class="timeline-time">
1365
                                                                                <span class="date">
1366
                                                                                4/16/13 </span>
1367
                                                                                <span class="time">
1368
                                                                                21:30 </span>
1369
                                                                        </div>
1370
                                                                        <div class="timeline-icon">
1371
                                                                                <i class="fa fa-rss"></i>
1372
                                                                        </div>
1373
                                                                        <div class="timeline-body">
1374
                                                                                <h2>Daily Feeds</h2>
1375
                                                                                <div class="timeline-content">
1376
                                                                                        <img class="timeline-img pull-left" src="../../assets/admin/pages/media/blog/5.jpg" alt="">
1377
                                                                                        Parsley amaranth tigernut silver beet maize fennel spinach. Ricebean black-eyed pea maize scallion green bean spinach cabbage jicama bell pepper carrot onion corn plantain garbanzo. Sierra leone bologi komatsuna celery peanut swiss chard silver beet squash dandelion maize chicory burdock tatsoi dulse radish wakame beetroot.
1378
                                                                                </div>
1379
                                                                                <div class="timeline-footer">
1380
                                                                                        <a href="#" class="btn green pull-right">
1381
                                                                                        Read more <i class="m-icon-swapright m-icon-white"></i>
1382
                                                                                        </a>
1383
                                                                                </div>
1384
                                                                        </div>
1385
                                                                </li>
1386
                                                                <li class="timeline-grey">
1387
                                                                        <div class="timeline-time">
1388
                                                                                <span class="date">
1389
                                                                                4/17/13 </span>
1390
                                                                                <span class="time">
1391
                                                                                12:11 </span>
1392
                                                                        </div>
1393
                                                                        <div class="timeline-icon">
1394
                                                                                <i class="fa fa-times"></i>
1395
                                                                        </div>
1396
                                                                        <div class="timeline-body">
1397
                                                                                <h2>Staff Meeting</h2>
1398
                                                                                <div class="timeline-content">
1399
                                                                                         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.
1400
                                                                                </div>
1401
                                                                                <div class="timeline-footer">
1402
                                                                                        <a href="#" class="nav-link pull-right">
1403
                                                                                        Read more <i class="m-icon-swapright m-icon-white"></i>
1404
                                                                                        </a>
1405
                                                                                </div>
1406
                                                                        </div>
1407
                                                                </li>
1408
                                                                <li class="timeline-blue timeline-noline">
1409
                                                                        <div class="timeline-time">
1410
                                                                                <span class="date">
1411
                                                                                4/18/13 </span>
1412
                                                                                <span class="time">
1413
                                                                                09:56 </span>
1414
                                                                        </div>
1415
                                                                        <div class="timeline-icon">
1416
                                                                                <i class="fa fa-bar-chart-o"></i>
1417
                                                                        </div>
1418
                                                                        <div class="timeline-body">
1419
                                                                                <h2>Demo Europe 2013</h2>
1420
                                                                                <div class="timeline-content">
1421
                                                                                        <img class="timeline-img pull-left" src="../../assets/admin/pages/media/blog/2.jpg" alt="">
1422
                                                                                        Parsnip lotus root celery yarrow seakale tomato collard greens tigernut epazote ricebean melon tomatillo soybean chicory broccoli beet greens peanut salad. Lotus root burdock bell pepper chickweed shallot groundnut pea sprouts welsh onion wattle seed pea salsify turnip scallion peanut arugula bamboo shoot onion swiss chard.
1423
                                                                                </div>
1424
                                                                                <div class="timeline-footer">
1425
                                                                                        <a href="#" class="nav-link">
1426
                                                                                        Read more <i class="m-icon-swapright m-icon-white"></i>
1427
                                                                                        </a>
1428
                                                                                </div>
1429
                                                                        </div>
1430
                                                                </li>
1431
                                                        </ul>
1432
                                                </div>
1433
                                        </div>
1434
                                </div>
1435
                        </div>
1436
                        <!-- END PAGE CONTENT-->
1437
                </div>
1438
        </div>
1439
        <!-- END CONTENT -->
1440
</div>
1441
<!-- END CONTAINER -->
1442
<!-- BEGIN FOOTER -->
1443
<div class="page-footer">
1444
        <div class="page-footer-inner">
1445
                 2014 &copy; Metronic by keenthemes.
1446
        </div>
1447
        <div class="scroll-to-top">
1448
                <i class="icon-arrow-up"></i>
1449
        </div>
1450
</div>
1451
<!-- END FOOTER -->
1452
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
1453
<!-- BEGIN CORE PLUGINS -->
1454
<!--[if lt IE 9]>
1455
<script src="../../assets/global/plugins/respond.min.js"></script>
1456
<script src="../../assets/global/plugins/excanvas.min.js"></script> 
1457
<![endif]-->
1458
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
1459
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
1460
<!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
1461
<script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
1462
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
1463
<script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
1464
<script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
1465
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
1466
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
1467
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
1468
<script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
1469
<!-- END CORE PLUGINS -->
1470
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
1471
<script src="../../assets/admin/layout4/scripts/layout.js" type="text/javascript"></script>
1472
<script src="../../assets/admin/layout4/scripts/demo.js" type="text/javascript"></script>
1473
<script>
1474
jQuery(document).ready(function() {      
1475
   // initiate layout and plugins
1476
   Metronic.init(); // init metronic core components
1477
Layout.init(); // init current layout
1478
Demo.init(); // init demo features
1479
});
1480
</script>
1481
<!-- END JAVASCRIPTS -->
1482
</body>
1483
<!-- END BODY -->
1484
</html>