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 | Charts - Amchart</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 THEME STYLES -->
36
<link href="../../assets/global/css/components-rounded.css" id="style_components" rel="stylesheet" type="text/css"/>
37
<link href="../../assets/global/css/plugins.css" rel="stylesheet" type="text/css"/>
38
<link href="../../assets/admin/layout4/css/layout.css" rel="stylesheet" type="text/css"/>
39
<link id="style_color" href="../../assets/admin/layout4/css/themes/light.css" rel="stylesheet" type="text/css"/>
40
<link href="../../assets/admin/layout4/css/custom.css" rel="stylesheet" type="text/css"/>
41
<!-- END THEME STYLES -->
42
<link rel="shortcut icon" href="favicon.ico"/>
43
</head>
44
<!-- END HEAD -->
45
<!-- BEGIN BODY -->
46
<!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
47
<!-- 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 -->
48
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
49
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
50
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
51
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
52
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
53
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
54
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
55
<body class="page-header-fixed page-sidebar-closed-hide-logo ">
56
<!-- BEGIN HEADER -->
57
<div class="page-header navbar navbar-fixed-top">
58
        <!-- BEGIN HEADER INNER -->
59
        <div class="page-header-inner">
60
                <!-- BEGIN LOGO -->
61
                <div class="page-logo">
62
                        <a href="index.html">
63
                        <img src="../../assets/admin/layout4/img/logo-light.png" alt="logo" class="logo-default"/>
64
                        </a>
65
                        <div class="menu-toggler sidebar-toggler">
66
                                <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header -->
67
                        </div>
68
                </div>
69
                <!-- END LOGO -->
70
                <!-- BEGIN RESPONSIVE MENU TOGGLER -->
71
                <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
72
                </a>
73
                <!-- END RESPONSIVE MENU TOGGLER -->
74
                <!-- BEGIN PAGE ACTIONS -->
75
                <!-- DOC: Remove "hide" class to enable the page header actions -->
76
                <div class="page-actions">
77
                        <div class="btn-group">
78
                                <button type="button" class="btn red-haze btn-sm dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
79
                                <span class="hidden-sm hidden-xs">Actions&nbsp;</span><i class="fa fa-angle-down"></i>
80
                                </button>
81
                                <ul class="dropdown-menu" role="menu">
82
                                        <li>
83
                                                <a href="#">
84
                                                <i class="icon-docs"></i> New Post </a>
85
                                        </li>
86
                                        <li>
87
                                                <a href="#">
88
                                                <i class="icon-tag"></i> New Comment </a>
89
                                        </li>
90
                                        <li>
91
                                                <a href="#">
92
                                                <i class="icon-share"></i> Share </a>
93
                                        </li>
94
                                        <li class="divider">
95
                                        </li>
96
                                        <li>
97
                                                <a href="#">
98
                                                <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span>
99
                                                </a>
100
                                        </li>
101
                                        <li>
102
                                                <a href="#">
103
                                                <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span>
104
                                                </a>
105
                                        </li>
106
                                </ul>
107
                        </div>
108
                </div>
109
                <!-- END PAGE ACTIONS -->
110
                <!-- BEGIN PAGE TOP -->
111
                <div class="page-top">
112
                        <!-- BEGIN HEADER SEARCH BOX -->
113
                        <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box -->
114
                        <form class="search-form" action="extra_search.html" method="GET">
115
                                <div class="input-group">
116
                                        <input type="text" class="form-control input-sm" placeholder="Search..." name="query">
117
                                        <span class="input-group-btn">
118
                                        <a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a>
119
                                        </span>
120
                                </div>
121
                        </form>
122
                        <!-- END HEADER SEARCH BOX -->
123
                        <!-- BEGIN TOP NAVIGATION MENU -->
124
                        <div class="top-menu">
125
                                <ul class="nav navbar-nav pull-right">
126
                                        <li class="separator hide">
127
                                        </li>
128
                                        <!-- BEGIN NOTIFICATION DROPDOWN -->
129
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
130
                                        <li class="dropdown dropdown-extended dropdown-notification dropdown-dark" id="header_notification_bar">
131
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
132
                                                <i class="icon-bell"></i>
133
                                                <span class="badge badge-success">
134
                                                7 </span>
135
                                                </a>
136
                                                <ul class="dropdown-menu">
137
                                                        <li class="external">
138
                                                                <h3><span class="bold">12 pending</span> notifications</h3>
139
                                                                <a href="extra_profile.html">view all</a>
140
                                                        </li>
141
                                                        <li>
142
                                                                <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283">
143
                                                                        <li>
144
                                                                                <a href="javascript:;">
145
                                                                                <span class="time">just now</span>
146
                                                                                <span class="details">
147
                                                                                <span class="label label-sm label-icon label-success">
148
                                                                                <i class="fa fa-plus"></i>
149
                                                                                </span>
150
                                                                                New user registered. </span>
151
                                                                                </a>
152
                                                                        </li>
153
                                                                        <li>
154
                                                                                <a href="javascript:;">
155
                                                                                <span class="time">3 mins</span>
156
                                                                                <span class="details">
157
                                                                                <span class="label label-sm label-icon label-danger">
158
                                                                                <i class="fa fa-bolt"></i>
159
                                                                                </span>
160
                                                                                Server #12 overloaded. </span>
161
                                                                                </a>
162
                                                                        </li>
163
                                                                        <li>
164
                                                                                <a href="javascript:;">
165
                                                                                <span class="time">10 mins</span>
166
                                                                                <span class="details">
167
                                                                                <span class="label label-sm label-icon label-warning">
168
                                                                                <i class="fa fa-bell-o"></i>
169
                                                                                </span>
170
                                                                                Server #2 not responding. </span>
171
                                                                                </a>
172
                                                                        </li>
173
                                                                        <li>
174
                                                                                <a href="javascript:;">
175
                                                                                <span class="time">14 hrs</span>
176
                                                                                <span class="details">
177
                                                                                <span class="label label-sm label-icon label-info">
178
                                                                                <i class="fa fa-bullhorn"></i>
179
                                                                                </span>
180
                                                                                Application error. </span>
181
                                                                                </a>
182
                                                                        </li>
183
                                                                        <li>
184
                                                                                <a href="javascript:;">
185
                                                                                <span class="time">2 days</span>
186
                                                                                <span class="details">
187
                                                                                <span class="label label-sm label-icon label-danger">
188
                                                                                <i class="fa fa-bolt"></i>
189
                                                                                </span>
190
                                                                                Database overloaded 68%. </span>
191
                                                                                </a>
192
                                                                        </li>
193
                                                                        <li>
194
                                                                                <a href="javascript:;">
195
                                                                                <span class="time">3 days</span>
196
                                                                                <span class="details">
197
                                                                                <span class="label label-sm label-icon label-danger">
198
                                                                                <i class="fa fa-bolt"></i>
199
                                                                                </span>
200
                                                                                A user IP blocked. </span>
201
                                                                                </a>
202
                                                                        </li>
203
                                                                        <li>
204
                                                                                <a href="javascript:;">
205
                                                                                <span class="time">4 days</span>
206
                                                                                <span class="details">
207
                                                                                <span class="label label-sm label-icon label-warning">
208
                                                                                <i class="fa fa-bell-o"></i>
209
                                                                                </span>
210
                                                                                Storage Server #4 not responding dfdfdfd. </span>
211
                                                                                </a>
212
                                                                        </li>
213
                                                                        <li>
214
                                                                                <a href="javascript:;">
215
                                                                                <span class="time">5 days</span>
216
                                                                                <span class="details">
217
                                                                                <span class="label label-sm label-icon label-info">
218
                                                                                <i class="fa fa-bullhorn"></i>
219
                                                                                </span>
220
                                                                                System Error. </span>
221
                                                                                </a>
222
                                                                        </li>
223
                                                                        <li>
224
                                                                                <a href="javascript:;">
225
                                                                                <span class="time">9 days</span>
226
                                                                                <span class="details">
227
                                                                                <span class="label label-sm label-icon label-danger">
228
                                                                                <i class="fa fa-bolt"></i>
229
                                                                                </span>
230
                                                                                Storage server failed. </span>
231
                                                                                </a>
232
                                                                        </li>
233
                                                                </ul>
234
                                                        </li>
235
                                                </ul>
236
                                        </li>
237
                                        <!-- END NOTIFICATION DROPDOWN -->
238
                                        <li class="separator hide">
239
                                        </li>
240
                                        <!-- BEGIN INBOX DROPDOWN -->
241
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
242
                                        <li class="dropdown dropdown-extended dropdown-inbox dropdown-dark" id="header_inbox_bar">
243
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
244
                                                <i class="icon-envelope-open"></i>
245
                                                <span class="badge badge-danger">
246
                                                4 </span>
247
                                                </a>
248
                                                <ul class="dropdown-menu">
249
                                                        <li class="external">
250
                                                                <h3>You have <span class="bold">7 New</span> Messages</h3>
251
                                                                <a href="inbox.html">view all</a>
252
                                                        </li>
253
                                                        <li>
254
                                                                <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
255
                                                                        <li>
256
                                                                                <a href="inbox.html?a=view">
257
                                                                                <span class="photo">
258
                                                                                <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
259
                                                                                </span>
260
                                                                                <span class="subject">
261
                                                                                <span class="from">
262
                                                                                Lisa Wong </span>
263
                                                                                <span class="time">Just Now </span>
264
                                                                                </span>
265
                                                                                <span class="message">
266
                                                                                Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span>
267
                                                                                </a>
268
                                                                        </li>
269
                                                                        <li>
270
                                                                                <a href="inbox.html?a=view">
271
                                                                                <span class="photo">
272
                                                                                <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
273
                                                                                </span>
274
                                                                                <span class="subject">
275
                                                                                <span class="from">
276
                                                                                Richard Doe </span>
277
                                                                                <span class="time">16 mins </span>
278
                                                                                </span>
279
                                                                                <span class="message">
280
                                                                                Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
281
                                                                                </a>
282
                                                                        </li>
283
                                                                        <li>
284
                                                                                <a href="inbox.html?a=view">
285
                                                                                <span class="photo">
286
                                                                                <img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt="">
287
                                                                                </span>
288
                                                                                <span class="subject">
289
                                                                                <span class="from">
290
                                                                                Bob Nilson </span>
291
                                                                                <span class="time">2 hrs </span>
292
                                                                                </span>
293
                                                                                <span class="message">
294
                                                                                Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
295
                                                                                </a>
296
                                                                        </li>
297
                                                                        <li>
298
                                                                                <a href="inbox.html?a=view">
299
                                                                                <span class="photo">
300
                                                                                <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
301
                                                                                </span>
302
                                                                                <span class="subject">
303
                                                                                <span class="from">
304
                                                                                Lisa Wong </span>
305
                                                                                <span class="time">40 mins </span>
306
                                                                                </span>
307
                                                                                <span class="message">
308
                                                                                Vivamus sed auctor 40% nibh congue nibh... </span>
309
                                                                                </a>
310
                                                                        </li>
311
                                                                        <li>
312
                                                                                <a href="inbox.html?a=view">
313
                                                                                <span class="photo">
314
                                                                                <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
315
                                                                                </span>
316
                                                                                <span class="subject">
317
                                                                                <span class="from">
318
                                                                                Richard Doe </span>
319
                                                                                <span class="time">46 mins </span>
320
                                                                                </span>
321
                                                                                <span class="message">
322
                                                                                Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
323
                                                                                </a>
324
                                                                        </li>
325
                                                                </ul>
326
                                                        </li>
327
                                                </ul>
328
                                        </li>
329
                                        <!-- END INBOX DROPDOWN -->
330
                                        <li class="separator hide">
331
                                        </li>
332
                                        <!-- BEGIN TODO DROPDOWN -->
333
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
334
                                        <li class="dropdown dropdown-extended dropdown-tasks dropdown-dark" id="header_task_bar">
335
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
336
                                                <i class="icon-calendar"></i>
337
                                                <span class="badge badge-primary">
338
                                                3 </span>
339
                                                </a>
340
                                                <ul class="dropdown-menu extended tasks">
341
                                                        <li class="external">
342
                                                                <h3>You have <span class="bold">12 pending</span> tasks</h3>
343
                                                                <a href="page_todo.html">view all</a>
344
                                                        </li>
345
                                                        <li>
346
                                                                <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
347
                                                                        <li>
348
                                                                                <a href="javascript:;">
349
                                                                                <span class="task">
350
                                                                                <span class="desc">New release v1.2 </span>
351
                                                                                <span class="percent">30%</span>
352
                                                                                </span>
353
                                                                                <span class="progress">
354
                                                                                <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>
355
                                                                                </span>
356
                                                                                </a>
357
                                                                        </li>
358
                                                                        <li>
359
                                                                                <a href="javascript:;">
360
                                                                                <span class="task">
361
                                                                                <span class="desc">Application deployment</span>
362
                                                                                <span class="percent">65%</span>
363
                                                                                </span>
364
                                                                                <span class="progress">
365
                                                                                <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>
366
                                                                                </span>
367
                                                                                </a>
368
                                                                        </li>
369
                                                                        <li>
370
                                                                                <a href="javascript:;">
371
                                                                                <span class="task">
372
                                                                                <span class="desc">Mobile app release</span>
373
                                                                                <span class="percent">98%</span>
374
                                                                                </span>
375
                                                                                <span class="progress">
376
                                                                                <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>
377
                                                                                </span>
378
                                                                                </a>
379
                                                                        </li>
380
                                                                        <li>
381
                                                                                <a href="javascript:;">
382
                                                                                <span class="task">
383
                                                                                <span class="desc">Database migration</span>
384
                                                                                <span class="percent">10%</span>
385
                                                                                </span>
386
                                                                                <span class="progress">
387
                                                                                <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>
388
                                                                                </span>
389
                                                                                </a>
390
                                                                        </li>
391
                                                                        <li>
392
                                                                                <a href="javascript:;">
393
                                                                                <span class="task">
394
                                                                                <span class="desc">Web server upgrade</span>
395
                                                                                <span class="percent">58%</span>
396
                                                                                </span>
397
                                                                                <span class="progress">
398
                                                                                <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>
399
                                                                                </span>
400
                                                                                </a>
401
                                                                        </li>
402
                                                                        <li>
403
                                                                                <a href="javascript:;">
404
                                                                                <span class="task">
405
                                                                                <span class="desc">Mobile development</span>
406
                                                                                <span class="percent">85%</span>
407
                                                                                </span>
408
                                                                                <span class="progress">
409
                                                                                <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>
410
                                                                                </span>
411
                                                                                </a>
412
                                                                        </li>
413
                                                                        <li>
414
                                                                                <a href="javascript:;">
415
                                                                                <span class="task">
416
                                                                                <span class="desc">New UI release</span>
417
                                                                                <span class="percent">38%</span>
418
                                                                                </span>
419
                                                                                <span class="progress progress-striped">
420
                                                                                <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>
421
                                                                                </span>
422
                                                                                </a>
423
                                                                        </li>
424
                                                                </ul>
425
                                                        </li>
426
                                                </ul>
427
                                        </li>
428
                                        <!-- END TODO DROPDOWN -->
429
                                        <!-- BEGIN USER LOGIN DROPDOWN -->
430
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
431
                                        <li class="dropdown dropdown-user dropdown-dark">
432
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
433
                                                <span class="username username-hide-on-mobile">
434
                                                Nick </span>
435
                                                <!-- DOC: Do not remove below empty space(&nbsp;) as its purposely used -->
436
                                                <img alt="" class="img-circle" src="../../assets/admin/layout4/img/avatar9.jpg"/>
437
                                                </a>
438
                                                <ul class="dropdown-menu dropdown-menu-default">
439
                                                        <li>
440
                                                                <a href="extra_profile.html">
441
                                                                <i class="icon-user"></i> My Profile </a>
442
                                                        </li>
443
                                                        <li>
444
                                                                <a href="page_calendar.html">
445
                                                                <i class="icon-calendar"></i> My Calendar </a>
446
                                                        </li>
447
                                                        <li>
448
                                                                <a href="inbox.html">
449
                                                                <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger">
450
                                                                3 </span>
451
                                                                </a>
452
                                                        </li>
453
                                                        <li>
454
                                                                <a href="page_todo.html">
455
                                                                <i class="icon-rocket"></i> My Tasks <span class="badge badge-success">
456
                                                                7 </span>
457
                                                                </a>
458
                                                        </li>
459
                                                        <li class="divider">
460
                                                        </li>
461
                                                        <li>
462
                                                                <a href="extra_lock.html">
463
                                                                <i class="icon-lock"></i> Lock Screen </a>
464
                                                        </li>
465
                                                        <li>
466
                                                                <a href="login.html">
467
                                                                <i class="icon-key"></i> Log Out </a>
468
                                                        </li>
469
                                                </ul>
470
                                        </li>
471
                                        <!-- END USER LOGIN DROPDOWN -->
472
                                </ul>
473
                        </div>
474
                        <!-- END TOP NAVIGATION MENU -->
475
                </div>
476
                <!-- END PAGE TOP -->
477
        </div>
478
        <!-- END HEADER INNER -->
479
</div>
480
<!-- END HEADER -->
481
<div class="clearfix">
482
</div>
483
<!-- BEGIN CONTAINER -->
484
<div class="page-container">
485
        <!-- BEGIN SIDEBAR -->
486
        <div class="page-sidebar-wrapper">
487
                <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
488
                <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
489
                <div class="page-sidebar navbar-collapse collapse">
490
                        <!-- BEGIN SIDEBAR MENU -->
491
                        <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) -->
492
                        <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode -->
493
                        <!-- 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 -->
494
                        <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
495
                        <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->
496
                        <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->
497
                        <ul class="page-sidebar-menu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200">
498
                                <li class="start ">
499
                                        <a href="index.html">
500
                                        <i class="icon-home"></i>
501
                                        <span class="title">Dashboard</span>
502
                                        </a>
503
                                </li>
504
                                <li>
505
                                        <a href="javascript:;">
506
                                        <i class="icon-basket"></i>
507
                                        <span class="title">eCommerce</span>
508
                                        <span class="arrow "></span>
509
                                        </a>
510
                                        <ul class="sub-menu">
511
                                                <li>
512
                                                        <a href="ecommerce_index.html">
513
                                                        <i class="icon-home"></i>
514
                                                        Dashboard</a>
515
                                                </li>
516
                                                <li>
517
                                                        <a href="ecommerce_orders.html">
518
                                                        <i class="icon-basket"></i>
519
                                                        Orders</a>
520
                                                </li>
521
                                                <li>
522
                                                        <a href="ecommerce_orders_view.html">
523
                                                        <i class="icon-tag"></i>
524
                                                        Order View</a>
525
                                                </li>
526
                                                <li>
527
                                                        <a href="ecommerce_products.html">
528
                                                        <i class="icon-handbag"></i>
529
                                                        Products</a>
530
                                                </li>
531
                                                <li>
532
                                                        <a href="ecommerce_products_edit.html">
533
                                                        <i class="icon-pencil"></i>
534
                                                        Product Edit</a>
535
                                                </li>
536
                                        </ul>
537
                                </li>
538
                                <li>
539
                                        <a href="javascript:;">
540
                                        <i class="icon-rocket"></i>
541
                                        <span class="title">Page Layouts</span>
542
                                        <span class="arrow "></span>
543
                                        </a>
544
                                        <ul class="sub-menu">
545
                                                <li>
546
                                                        <a href="layout_sidebar_reversed.html">
547
                                                        <span class="badge badge-warning">new</span>Right Sidebar Page</a>
548
                                                </li>
549
                                                <li>
550
                                                        <a href="layout_sidebar_fixed.html">
551
                                                        Sidebar Fixed Page</a>
552
                                                </li>
553
                                                <li>
554
                                                        <a href="layout_sidebar_closed.html">
555
                                                        Sidebar Closed Page</a>
556
                                                </li>
557
                                                <li>
558
                                                        <a href="layout_blank_page.html">
559
                                                        Blank Page</a>
560
                                                </li>
561
                                                <li>
562
                                                        <a href="layout_boxed_page.html">
563
                                                        Boxed Page</a>
564
                                                </li>
565
                                                <li>
566
                                                        <a href="layout_language_bar.html">
567
                                                        Language Switch Bar</a>
568
                                                </li>
569
                                        </ul>
570
                                </li>
571
                                <li>
572
                                        <a href="javascript:;">
573
                                        <i class="icon-diamond"></i>
574
                                        <span class="title">UI Features</span>
575
                                        <span class="arrow "></span>
576
                                        </a>
577
                                        <ul class="sub-menu">
578
                                                <li>
579
                                                        <a href="ui_general.html">
580
                                                        General Components</a>
581
                                                </li>
582
                                                <li>
583
                                                        <a href="ui_buttons.html">
584
                                                        Buttons</a>
585
                                                </li>
586
                                                <li>
587
                                                        <a href="ui_icons.html">
588
                                                        <span class="badge badge-danger">new</span>Font Icons</a>
589
                                                </li>
590
                                                <li>
591
                                                        <a href="ui_colors.html">
592
                                                        Flat UI Colors</a>
593
                                                </li>
594
                                                <li>
595
                                                        <a href="ui_typography.html">
596
                                                        Typography</a>
597
                                                </li>
598
                                                <li>
599
                                                        <a href="ui_tabs_accordions_navs.html">
600
                                                        Tabs, Accordions & Navs</a>
601
                                                </li>
602
                                                <li>
603
                                                        <a href="ui_tree.html">
604
                                                        <span class="badge badge-danger">new</span>Tree View</a>
605
                                                </li>
606
                                                <li>
607
                                                        <a href="ui_page_progress_style_1.html">
608
                                                        <span class="badge badge-warning">new</span>Page Progress Bar - Style 1</a>
609
                                                </li>
610
                                                <li>
611
                                                        <a href="ui_blockui.html">
612
                                                        Block UI</a>
613
                                                </li>
614
                                                <li>
615
                                                        <a href="ui_notific8.html">
616
                                                        Notific8 Notifications</a>
617
                                                </li>
618
                                                <li>
619
                                                        <a href="ui_toastr.html">
620
                                                        Toastr Notifications</a>
621
                                                </li>
622
                                                <li>
623
                                                        <a href="ui_alert_dialog_api.html">
624
                                                        <span class="badge badge-danger">new</span>Alerts & Dialogs API</a>
625
                                                </li>
626
                                                <li>
627
                                                        <a href="ui_session_timeout.html">
628
                                                        Session Timeout</a>
629
                                                </li>
630
                                                <li>
631
                                                        <a href="ui_idle_timeout.html">
632
                                                        User Idle Timeout</a>
633
                                                </li>
634
                                                <li>
635
                                                        <a href="ui_modals.html">
636
                                                        Modals</a>
637
                                                </li>
638
                                                <li>
639
                                                        <a href="ui_extended_modals.html">
640
                                                        Extended Modals</a>
641
                                                </li>
642
                                                <li>
643
                                                        <a href="ui_tiles.html">
644
                                                        Tiles</a>
645
                                                </li>
646
                                                <li>
647
                                                        <a href="ui_datepaginator.html">
648
                                                        <span class="badge badge-success">new</span>Date Paginator</a>
649
                                                </li>
650
                                                <li>
651
                                                        <a href="ui_nestable.html">
652
                                                        Nestable List</a>
653
                                                </li>
654
                                        </ul>
655
                                </li>
656
                                <li>
657
                                        <a href="javascript:;">
658
                                        <i class="icon-puzzle"></i>
659
                                        <span class="title">UI Components</span>
660
                                        <span class="arrow "></span>
661
                                        </a>
662
                                        <ul class="sub-menu">
663
                                                <li>
664
                                                        <a href="components_pickers.html">
665
                                                        Date & Time Pickers</a>
666
                                                </li>
667
                                                <li>
668
                                                        <a href="components_context_menu.html">
669
                                                        Context Menu</a>
670
                                                </li>
671
                                                <li>
672
                                                        <a href="components_dropdowns.html">
673
                                                        Custom Dropdowns</a>
674
                                                </li>
675
                                                <li>
676
                                                        <a href="components_form_tools.html">
677
                                                        Form Tools</a>
678
                                                </li>
679
                                                <li>
680
                                                        <a href="components_editors.html">
681
                                                        Markdown & WYSIWYG Editors</a>
682
                                                </li>
683
                                                <li>
684
                                                        <a href="components_ion_sliders.html">
685
                                                        Ion Range Sliders</a>
686
                                                </li>
687
                                                <li>
688
                                                        <a href="components_noui_sliders.html">
689
                                                        NoUI Range Sliders</a>
690
                                                </li>
691
                                                <li>
692
                                                        <a href="components_jqueryui_sliders.html">
693
                                                        jQuery UI Sliders</a>
694
                                                </li>
695
                                                <li>
696
                                                        <a href="components_knob_dials.html">
697
                                                        Knob Circle Dials</a>
698
                                                </li>
699
                                        </ul>
700
                                </li>
701
                                <!-- BEGIN ANGULARJS LINK -->
702
                                <li class="tooltips" data-container="body" data-placement="right" data-html="true" data-original-title="AngularJS version demo">
703
                                        <a href="angularjs" target="_blank">
704
                                        <i class="icon-paper-plane"></i>
705
                                        <span class="title">
706
                                        AngularJS Version </span>
707
                                        </a>
708
                                </li>
709
                                <!-- END ANGULARJS LINK -->
710
                                <li>
711
                                        <a href="javascript:;">
712
                                        <i class="icon-settings"></i>
713
                                        <span class="title">Form Stuff</span>
714
                                        <span class="arrow "></span>
715
                                        </a>
716
                                        <ul class="sub-menu">
717
                                                <li>
718
                                                        <a href="form_controls.html">
719
                                                        Form Controls</a>
720
                                                </li>
721
                                                <li>
722
                                                        <a href="form_icheck.html">
723
                                                        iCheck Controls</a>
724
                                                </li>
725
                                                <li>
726
                                                        <a href="form_layouts.html">
727
                                                        Form Layouts</a>
728
                                                </li>
729
                                                <li>
730
                                                        <a href="form_editable.html">
731
                                                        <span class="badge badge-warning">new</span>Form X-editable</a>
732
                                                </li>
733
                                                <li>
734
                                                        <a href="form_wizard.html">
735
                                                        Form Wizard</a>
736
                                                </li>
737
                                                <li>
738
                                                        <a href="form_validation.html">
739
                                                        Form Validation</a>
740
                                                </li>
741
                                                <li>
742
                                                        <a href="form_image_crop.html">
743
                                                        <span class="badge badge-danger">new</span>Image Cropping</a>
744
                                                </li>
745
                                                <li>
746
                                                        <a href="form_fileupload.html">
747
                                                        Multiple File Upload</a>
748
                                                </li>
749
                                                <li>
750
                                                        <a href="form_dropzone.html">
751
                                                        Dropzone File Upload</a>
752
                                                </li>
753
                                        </ul>
754
                                </li>
755
                                <li>
756
                                        <a href="javascript:;">
757
                                        <i class="icon-briefcase"></i>
758
                                        <span class="title">Data Tables</span>
759
                                        <span class="arrow "></span>
760
                                        </a>
761
                                        <ul class="sub-menu">
762
                                                <li>
763
                                                        <a href="table_basic.html">
764
                                                        Basic Datatables</a>
765
                                                </li>
766
                                                <li>
767
                                                        <a href="table_tree.html">
768
                                                        Tree Datatables</a>
769
                                                </li>
770
                                                <li>
771
                                                        <a href="table_responsive.html">
772
                                                        Responsive Datatables</a>
773
                                                </li>
774
                                                <li>
775
                                                        <a href="table_managed.html">
776
                                                        Managed Datatables</a>
777
                                                </li>
778
                                                <li>
779
                                                        <a href="table_editable.html">
780
                                                        Editable Datatables</a>
781
                                                </li>
782
                                                <li>
783
                                                        <a href="table_advanced.html">
784
                                                        Advanced Datatables</a>
785
                                                </li>
786
                                                <li>
787
                                                        <a href="table_ajax.html">
788
                                                        Ajax Datatables</a>
789
                                                </li>
790
                                        </ul>
791
                                </li>
792
                                <li>
793
                                        <a href="javascript:;">
794
                                        <i class="icon-wallet"></i>
795
                                        <span class="title">Portlets</span>
796
                                        <span class="arrow "></span>
797
                                        </a>
798
                                        <ul class="sub-menu">
799
                                                <li>
800
                                                        <a href="portlet_general.html">
801
                                                        General Portlets</a>
802
                                                </li>
803
                                                <li>
804
                                                        <a href="portlet_general2.html">
805
                                                        <span class="badge badge-danger">new</span>New Portlets #1</a>
806
                                                </li>
807
                                                <li>
808
                                                        <a href="portlet_general3.html">
809
                                                        <span class="badge badge-danger">new</span>New Portlets #2</a>
810
                                                </li>
811
                                                <li>
812
                                                        <a href="portlet_ajax.html">
813
                                                        Ajax Portlets</a>
814
                                                </li>
815
                                                <li>
816
                                                        <a href="portlet_draggable.html">
817
                                                        Draggable Portlets</a>
818
                                                </li>
819
                                        </ul>
820
                                </li>
821
                                <li class="active open">
822
                                        <a href="javascript:;">
823
                                        <i class="icon-bar-chart"></i>
824
                                        <span class="title">Charts</span>
825
                                        <span class="arrow open"></span>
826
                                        </a>
827
                                        <ul class="sub-menu">
828
                                                <li class="active">
829
                                                        <a href="charts_amcharts.html">
830
                                                        Amchart</a>
831
                                                </li>
832
                                                <li>
833
                                                        <a href="charts_flotcharts.html">
834
                                                        Flotchart</a>
835
                                                </li>
836
                                        </ul>
837
                                </li>
838
                                <li>
839
                                        <a href="javascript:;">
840
                                        <i class="icon-docs"></i>
841
                                        <span class="title">Pages</span>
842
                                        <span class="arrow "></span>
843
                                        </a>
844
                                        <ul class="sub-menu">
845
                                                <li>
846
                                                        <a href="page_timeline.html">
847
                                                        <i class="icon-paper-plane"></i>
848
                                                        <span class="badge badge-warning">2</span>New Timeline</a>
849
                                                </li>
850
                                                <li>
851
                                                        <a href="extra_profile.html">
852
                                                        <i class="icon-user-following"></i>
853
                                                        <span class="badge badge-success badge-roundless">new</span>New User Profile</a>
854
                                                </li>
855
                                                <li>
856
                                                        <a href="page_todo.html">
857
                                                        <i class="icon-hourglass"></i>
858
                                                        <span class="badge badge-danger">4</span>Todo</a>
859
                                                </li>
860
                                                <li>
861
                                                        <a href="inbox.html">
862
                                                        <i class="icon-envelope"></i>
863
                                                        <span class="badge badge-danger">4</span>Inbox</a>
864
                                                </li>
865
                                                <li>
866
                                                        <a href="extra_faq.html">
867
                                                        <i class="icon-info"></i>
868
                                                        FAQ</a>
869
                                                </li>
870
                                                <li>
871
                                                        <a href="page_portfolio.html">
872
                                                        <i class="icon-feed"></i>
873
                                                        Portfolio</a>
874
                                                </li>
875
                                                <li>
876
                                                        <a href="page_timeline.html">
877
                                                        <i class="icon-clock"></i>
878
                                                        <span class="badge badge-info">4</span>Timeline</a>
879
                                                </li>
880
                                                <li>
881
                                                        <a href="page_coming_soon.html">
882
                                                        <i class="icon-flag"></i>
883
                                                        Coming Soon</a>
884
                                                </li>
885
                                                <li>
886
                                                        <a href="page_calendar.html">
887
                                                        <i class="icon-calendar"></i>
888
                                                        <span class="badge badge-danger">14</span>Calendar</a>
889
                                                </li>
890
                                                <li>
891
                                                        <a href="extra_invoice.html">
892
                                                        <i class="icon-flag"></i>
893
                                                        Invoice</a>
894
                                                </li>
895
                                                <li>
896
                                                        <a href="page_blog.html">
897
                                                        <i class="icon-speech"></i>
898
                                                        Blog</a>
899
                                                </li>
900
                                                <li>
901
                                                        <a href="page_blog_item.html">
902
                                                        <i class="icon-link"></i>
903
                                                        Blog Post</a>
904
                                                </li>
905
                                                <li>
906
                                                        <a href="page_news.html">
907
                                                        <i class="icon-eye"></i>
908
                                                        <span class="badge badge-success">9</span>News</a>
909
                                                </li>
910
                                                <li>
911
                                                        <a href="page_news_item.html">
912
                                                        <i class="icon-bell"></i>
913
                                                        News View</a>
914
                                                </li>
915
                                                <li>
916
                                                        <a href="page_timeline_old.html">
917
                                                        <i class="icon-paper-plane"></i>
918
                                                        <span class="badge badge-warning">2</span>Old Timeline</a>
919
                                                </li>
920
                                                <li>
921
                                                        <a href="extra_profile_old.html">
922
                                                        <i class="icon-user"></i>
923
                                                        Old User Profile</a>
924
                                                </li>
925
                                        </ul>
926
                                </li>
927
                                <li>
928
                                        <a href="javascript:;">
929
                                        <i class="icon-present"></i>
930
                                        <span class="title">Extra</span>
931
                                        <span class="arrow "></span>
932
                                        </a>
933
                                        <ul class="sub-menu">
934
                                                <li>
935
                                                        <a href="page_about.html">
936
                                                        About Us</a>
937
                                                </li>
938
                                                <li>
939
                                                        <a href="page_contact.html">
940
                                                        Contact Us</a>
941
                                                </li>
942
                                                <li>
943
                                                        <a href="extra_search.html">
944
                                                        Search Results</a>
945
                                                </li>
946
                                                <li>
947
                                                        <a href="extra_pricing_table.html">
948
                                                        Pricing Tables</a>
949
                                                </li>
950
                                                <li>
951
                                                        <a href="extra_404_option1.html">
952
                                                        404 Page Option 1</a>
953
                                                </li>
954
                                                <li>
955
                                                        <a href="extra_404_option2.html">
956
                                                        404 Page Option 2</a>
957
                                                </li>
958
                                                <li>
959
                                                        <a href="extra_404_option3.html">
960
                                                        404 Page Option 3</a>
961
                                                </li>
962
                                                <li>
963
                                                        <a href="extra_500_option1.html">
964
                                                        500 Page Option 1</a>
965
                                                </li>
966
                                                <li>
967
                                                        <a href="extra_500_option2.html">
968
                                                        500 Page Option 2</a>
969
                                                </li>
970
                                        </ul>
971
                                </li>
972
                                <li>
973
                                        <a href="javascript:;">
974
                                        <i class="icon-folder"></i>
975
                                        <span class="title">Multi Level Menu</span>
976
                                        <span class="arrow "></span>
977
                                        </a>
978
                                        <ul class="sub-menu">
979
                                                <li>
980
                                                        <a href="javascript:;">
981
                                                        <i class="icon-settings"></i> Item 1 <span class="arrow"></span>
982
                                                        </a>
983
                                                        <ul class="sub-menu">
984
                                                                <li>
985
                                                                        <a href="javascript:;">
986
                                                                        <i class="icon-user"></i>
987
                                                                        Sample Link 1 <span class="arrow"></span>
988
                                                                        </a>
989
                                                                        <ul class="sub-menu">
990
                                                                                <li>
991
                                                                                        <a href="#"><i class="icon-power"></i> Sample Link 1</a>
992
                                                                                </li>
993
                                                                                <li>
994
                                                                                        <a href="#"><i class="icon-paper-plane"></i> Sample Link 1</a>
995
                                                                                </li>
996
                                                                                <li>
997
                                                                                        <a href="#"><i class="icon-star"></i> Sample Link 1</a>
998
                                                                                </li>
999
                                                                        </ul>
1000
                                                                </li>
1001
                                                                <li>
1002
                                                                        <a href="#"><i class="icon-camera"></i> Sample Link 1</a>
1003
                                                                </li>
1004
                                                                <li>
1005
                                                                        <a href="#"><i class="icon-link"></i> Sample Link 2</a>
1006
                                                                </li>
1007
                                                                <li>
1008
                                                                        <a href="#"><i class="icon-pointer"></i> Sample Link 3</a>
1009
                                                                </li>
1010
                                                        </ul>
1011
                                                </li>
1012
                                                <li>
1013
                                                        <a href="javascript:;">
1014
                                                        <i class="icon-globe"></i> Item 2 <span class="arrow"></span>
1015
                                                        </a>
1016
                                                        <ul class="sub-menu">
1017
                                                                <li>
1018
                                                                        <a href="#"><i class="icon-tag"></i> Sample Link 1</a>
1019
                                                                </li>
1020
                                                                <li>
1021
                                                                        <a href="#"><i class="icon-pencil"></i> Sample Link 1</a>
1022
                                                                </li>
1023
                                                                <li>
1024
                                                                        <a href="#"><i class="icon-graph"></i> Sample Link 1</a>
1025
                                                                </li>
1026
                                                        </ul>
1027
                                                </li>
1028
                                                <li>
1029
                                                        <a href="#">
1030
                                                        <i class="icon-bar-chart"></i>
1031
                                                        Item 3 </a>
1032
                                                </li>
1033
                                        </ul>
1034
                                </li>
1035
                                <li>
1036
                                        <a href="javascript:;">
1037
                                        <i class="icon-user"></i>
1038
                                        <span class="title">Login Options</span>
1039
                                        <span class="arrow "></span>
1040
                                        </a>
1041
                                        <ul class="sub-menu">
1042
                                                <li>
1043
                                                        <a href="login.html">
1044
                                                        Login Form 1</a>
1045
                                                </li>
1046
                                                <li>
1047
                                                        <a href="login_2.html">
1048
                                                        Login Form 2</a>
1049
                                                </li>
1050
                                                <li>
1051
                                                        <a href="login_3.html">
1052
                                                        Login Form 3</a>
1053
                                                </li>
1054
                                                <li>
1055
                                                        <a href="login_soft.html">
1056
                                                        Login Form 4</a>
1057
                                                </li>
1058
                                                <li>
1059
                                                        <a href="extra_lock.html">
1060
                                                        Lock Screen 1</a>
1061
                                                </li>
1062
                                                <li>
1063
                                                        <a href="extra_lock2.html">
1064
                                                        Lock Screen 2</a>
1065
                                                </li>
1066
                                        </ul>
1067
                                </li>
1068
                                <li>
1069
                                        <a href="javascript:;">
1070
                                        <i class="icon-envelope-open"></i>
1071
                                        <span class="title">Email Templates</span>
1072
                                        <span class="arrow "></span>
1073
                                        </a>
1074
                                        <ul class="sub-menu">
1075
                                                <li>
1076
                                                        <a href="email_newsletter.html">
1077
                                                        Responsive Newsletter<br>
1078
                                                         Email Template</a>
1079
                                                </li>
1080
                                                <li>
1081
                                                        <a href="email_system.html">
1082
                                                        Responsive System<br>
1083
                                                         Email Template</a>
1084
                                                </li>
1085
                                        </ul>
1086
                                </li>
1087
                                <li class="last ">
1088
                                        <a href="javascript:;">
1089
                                        <i class="icon-pointer"></i>
1090
                                        <span class="title">Maps</span>
1091
                                        <span class="arrow "></span>
1092
                                        </a>
1093
                                        <ul class="sub-menu">
1094
                                                <li>
1095
                                                        <a href="maps_google.html">
1096
                                                        Google Maps</a>
1097
                                                </li>
1098
                                                <li>
1099
                                                        <a href="maps_vector.html">
1100
                                                        Vector Maps</a>
1101
                                                </li>
1102
                                        </ul>
1103
                                </li>
1104
                        </ul>
1105
                        <!-- END SIDEBAR MENU -->
1106
                </div>
1107
        </div>
1108
        <!-- END SIDEBAR -->
1109
        <!-- BEGIN CONTENT -->
1110
        <div class="page-content-wrapper">
1111
                <div class="page-content">
1112
                        <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM-->
1113
                        <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
1114
                                <div class="modal-dialog">
1115
                                        <div class="modal-content">
1116
                                                <div class="modal-header">
1117
                                                        <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
1118
                                                        <h4 class="modal-title">Modal title</h4>
1119
                                                </div>
1120
                                                <div class="modal-body">
1121
                                                         Widget settings form goes here
1122
                                                </div>
1123
                                                <div class="modal-footer">
1124
                                                        <button type="button" class="btn blue">Save changes</button>
1125
                                                        <button type="button" class="btn default" data-dismiss="modal">Close</button>
1126
                                                </div>
1127
                                        </div>
1128
                                        <!-- /.modal-content -->
1129
                                </div>
1130
                                <!-- /.modal-dialog -->
1131
                        </div>
1132
                        <!-- /.modal -->
1133
                        <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM-->
1134
                        <!-- BEGIN PAGE HEADER-->
1135
                        <!-- BEGIN PAGE HEAD -->
1136
                        <div class="page-head">
1137
                                <!-- BEGIN PAGE TITLE -->
1138
                                <div class="page-title">
1139
                                        <h1>Amchart <small>Charting library & maps. Where all data goes visual</small></h1>
1140
                                </div>
1141
                                <!-- END PAGE TITLE -->
1142
                                <!-- BEGIN PAGE TOOLBAR -->
1143
                                <div class="page-toolbar">
1144
                                        <!-- BEGIN THEME PANEL -->
1145
                                        <div class="btn-group btn-theme-panel">
1146
                                                <a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown">
1147
                                                <i class="icon-settings"></i>
1148
                                                </a>
1149
                                                <div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click">
1150
                                                        <div class="row">
1151
                                                                <div class="col-md-4 col-sm-4 col-xs-12">
1152
                                                                        <h3>THEME</h3>
1153
                                                                        <ul class="theme-colors">
1154
                                                                                <li class="theme-color theme-color-default active" data-theme="default">
1155
                                                                                        <span class="theme-color-view"></span>
1156
                                                                                        <span class="theme-color-name">Dark Header</span>
1157
                                                                                </li>
1158
                                                                                <li class="theme-color theme-color-light" data-theme="light">
1159
                                                                                        <span class="theme-color-view"></span>
1160
                                                                                        <span class="theme-color-name">Light Header</span>
1161
                                                                                </li>
1162
                                                                        </ul>
1163
                                                                </div>
1164
                                                                <div class="col-md-8 col-sm-8 col-xs-12 seperator">
1165
                                                                        <h3>LAYOUT</h3>
1166
                                                                        <ul class="theme-settings">
1167
                                                                                <li>
1168
                                                                                         Theme Style
1169
                                                                                        <select class="layout-style-option form-control input-small input-sm">
1170
                                                                                                <option value="square" selected="selected">Square corners</option>
1171
                                                                                                <option value="rounded">Rounded corners</option>
1172
                                                                                        </select>
1173
                                                                                </li>
1174
                                                                                <li>
1175
                                                                                         Layout
1176
                                                                                        <select class="layout-option form-control input-small input-sm">
1177
                                                                                                <option value="fluid" selected="selected">Fluid</option>
1178
                                                                                                <option value="boxed">Boxed</option>
1179
                                                                                        </select>
1180
                                                                                </li>
1181
                                                                                <li>
1182
                                                                                         Header
1183
                                                                                        <select class="page-header-option form-control input-small input-sm">
1184
                                                                                                <option value="fixed" selected="selected">Fixed</option>
1185
                                                                                                <option value="default">Default</option>
1186
                                                                                        </select>
1187
                                                                                </li>
1188
                                                                                <li>
1189
                                                                                         Top Dropdowns
1190
                                                                                        <select class="page-header-top-dropdown-style-option form-control input-small input-sm">
1191
                                                                                                <option value="light">Light</option>
1192
                                                                                                <option value="dark" selected="selected">Dark</option>
1193
                                                                                        </select>
1194
                                                                                </li>
1195
                                                                                <li>
1196
                                                                                         Sidebar Mode
1197
                                                                                        <select class="sidebar-option form-control input-small input-sm">
1198
                                                                                                <option value="fixed">Fixed</option>
1199
                                                                                                <option value="default" selected="selected">Default</option>
1200
                                                                                        </select>
1201
                                                                                </li>
1202
                                                                                <li>
1203
                                                                                         Sidebar Menu
1204
                                                                                        <select class="sidebar-menu-option form-control input-small input-sm">
1205
                                                                                                <option value="accordion" selected="selected">Accordion</option>
1206
                                                                                                <option value="hover">Hover</option>
1207
                                                                                        </select>
1208
                                                                                </li>
1209
                                                                                <li>
1210
                                                                                         Sidebar Position
1211
                                                                                        <select class="sidebar-pos-option form-control input-small input-sm">
1212
                                                                                                <option value="left" selected="selected">Left</option>
1213
                                                                                                <option value="right">Right</option>
1214
                                                                                        </select>
1215
                                                                                </li>
1216
                                                                                <li>
1217
                                                                                         Footer
1218
                                                                                        <select class="page-footer-option form-control input-small input-sm">
1219
                                                                                                <option value="fixed">Fixed</option>
1220
                                                                                                <option value="default" selected="selected">Default</option>
1221
                                                                                        </select>
1222
                                                                                </li>
1223
                                                                        </ul>
1224
                                                                </div>
1225
                                                        </div>
1226
                                                </div>
1227
                                        </div>
1228
                                        <!-- END THEME PANEL -->
1229
                                </div>
1230
                                <!-- END PAGE TOOLBAR -->
1231
                        </div>
1232
                        <!-- END PAGE HEAD -->
1233
                        <!-- BEGIN PAGE BREADCRUMB -->
1234
                        <ul class="page-breadcrumb breadcrumb">
1235
                                <li>
1236
                                        <a href="index.html">Home</a>
1237
                                        <i class="fa fa-circle"></i>
1238
                                </li>
1239
                                <li>
1240
                                        <a href="#">Charts</a>
1241
                                        <i class="fa fa-circle"></i>
1242
                                </li>
1243
                                <li>
1244
                                        <a href="#">Amchart</a>
1245
                                </li>
1246
                        </ul>
1247
                        <!-- END PAGE BREADCRUMB -->
1248
                        <!-- END PAGE HEADER-->
1249
                        <!-- BEGIN PAGE CONTENT-->
1250
                        <div class="row">
1251
                                <div class="col-md-12">
1252
                                        <div class="note note-shadow note-success">
1253
                                                <p>
1254
                                                         You can download and use all amCharts products for free. The only limitation of the free version is that a small link to this web site will be displayed in the top left corner of your charts. If you would like to use charts without this link, or you appreciate the software and would like to support its creators, <a href="http://www.amcharts.com/online-store/" target="_blank">
1255
                                                        please purchase a commercial license</a>.
1256
                                                </p>
1257
                                                <p>
1258
                                                        <span class="label label-warning">Exclusively for Metronic users:</span>&nbsp; After purchasing Metronic you will get a promo code for <span class="label label-danger">15% DISCOUNT</span> for commercial license of amChart. To find the promo code please check the readme.txt file in the Metronic's purchased package.
1259
                                                </p>
1260
                                                <p>
1261
                                                         For more info please chech the plugin's official demos & documentation <a href="http://www.amcharts.com/demos/" target="_blank">http://www.amcharts.com/demos/</a>
1262
                                                </p>
1263
                                        </div>
1264
                                        <!-- BEGIN ROW -->
1265
                                        <div class="row">
1266
                                                <div class="col-md-12">
1267
                                                        <!-- BEGIN CHART PORTLET-->
1268
                                                        <div class="portlet light">
1269
                                                                <div class="portlet-title">
1270
                                                                        <div class="caption">
1271
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1272
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Bar Charts</span>
1273
                                                                                <span class="caption-helper">column and line mix</span>
1274
                                                                        </div>
1275
                                                                        <div class="tools">
1276
                                                                                <a href="javascript:;" class="collapse">
1277
                                                                                </a>
1278
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1279
                                                                                </a>
1280
                                                                                <a href="javascript:;" class="reload">
1281
                                                                                </a>
1282
                                                                                <a href="javascript:;" class="fullscreen">
1283
                                                                                </a>
1284
                                                                                <a href="javascript:;" class="remove">
1285
                                                                                </a>
1286
                                                                        </div>
1287
                                                                </div>
1288
                                                                <div class="portlet-body">
1289
                                                                        <div id="chart_1" class="chart" style="height: 500px;">
1290
                                                                        </div>
1291
                                                                </div>
1292
                                                        </div>
1293
                                                        <!-- END CHART PORTLET-->
1294
                                                </div>
1295
                                        </div>
1296
                                        <!-- END ROW -->
1297
                                        <!-- BEGIN ROW -->
1298
                                        <div class="row">
1299
                                                <div class="col-md-12">
1300
                                                        <!-- BEGIN CHART PORTLET-->
1301
                                                        <div class="portlet light">
1302
                                                                <div class="portlet-title">
1303
                                                                        <div class="caption">
1304
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1305
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Line & Area</span>
1306
                                                                                <span class="caption-helper">duration on value axis</span>
1307
                                                                        </div>
1308
                                                                        <div class="tools">
1309
                                                                                <a href="javascript:;" class="collapse">
1310
                                                                                </a>
1311
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1312
                                                                                </a>
1313
                                                                                <a href="javascript:;" class="reload">
1314
                                                                                </a>
1315
                                                                                <a href="javascript:;" class="fullscreen">
1316
                                                                                </a>
1317
                                                                                <a href="javascript:;" class="remove">
1318
                                                                                </a>
1319
                                                                        </div>
1320
                                                                </div>
1321
                                                                <div class="portlet-body">
1322
                                                                        <div id="chart_2" class="chart" style="height: 400px;">
1323
                                                                        </div>
1324
                                                                </div>
1325
                                                        </div>
1326
                                                        <!-- END CHART PORTLET-->
1327
                                                </div>
1328
                                        </div>
1329
                                        <!-- END ROW -->
1330
                                        <!-- BEGIN ROW -->
1331
                                        <div class="row">
1332
                                                <div class="col-md-12">
1333
                                                        <!-- BEGIN CHART PORTLET-->
1334
                                                        <div class="portlet light">
1335
                                                                <div class="portlet-title">
1336
                                                                        <div class="caption">
1337
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1338
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Line & Area</span>
1339
                                                                                <span class="caption-helper">with changing color</span>
1340
                                                                        </div>
1341
                                                                        <div class="tools">
1342
                                                                                <a href="javascript:;" class="collapse">
1343
                                                                                </a>
1344
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1345
                                                                                </a>
1346
                                                                                <a href="javascript:;" class="reload">
1347
                                                                                </a>
1348
                                                                                <a href="javascript:;" class="fullscreen">
1349
                                                                                </a>
1350
                                                                                <a href="javascript:;" class="remove">
1351
                                                                                </a>
1352
                                                                        </div>
1353
                                                                </div>
1354
                                                                <div class="portlet-body">
1355
                                                                        <div id="chart_3" class="chart" style="height: 400px;">
1356
                                                                        </div>
1357
                                                                </div>
1358
                                                        </div>
1359
                                                        <!-- END CHART PORTLET-->
1360
                                                </div>
1361
                                        </div>
1362
                                        <!-- END ROW -->
1363
                                        <!-- BEGIN ROW -->
1364
                                        <div class="row">
1365
                                                <div class="col-md-12">
1366
                                                        <!-- BEGIN CHART PORTLET-->
1367
                                                        <div class="portlet light">
1368
                                                                <div class="portlet-title">
1369
                                                                        <div class="caption">
1370
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1371
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Bar & Line</span>
1372
                                                                                <span class="caption-helper">bar and line chart mix</span>
1373
                                                                        </div>
1374
                                                                        <div class="tools">
1375
                                                                                <a href="javascript:;" class="collapse">
1376
                                                                                </a>
1377
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1378
                                                                                </a>
1379
                                                                                <a href="javascript:;" class="reload">
1380
                                                                                </a>
1381
                                                                                <a href="javascript:;" class="fullscreen">
1382
                                                                                </a>
1383
                                                                                <a href="javascript:;" class="remove">
1384
                                                                                </a>
1385
                                                                        </div>
1386
                                                                </div>
1387
                                                                <div class="portlet-body">
1388
                                                                        <div id="chart_4" class="chart" style="height: 400px;">
1389
                                                                        </div>
1390
                                                                </div>
1391
                                                        </div>
1392
                                                        <!-- END CHART PORTLET-->
1393
                                                </div>
1394
                                        </div>
1395
                                        <!-- END ROW -->
1396
                                        <!-- BEGIN ROW -->
1397
                                        <div class="row">
1398
                                                <div class="col-md-12">
1399
                                                        <!-- BEGIN CHART PORTLET-->
1400
                                                        <div class="portlet light">
1401
                                                                <div class="portlet-title">
1402
                                                                        <div class="caption">
1403
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1404
                                                                                <span class="caption-subject bold uppercase font-green-haze"> 3D Chart</span>
1405
                                                                                <span class="caption-helper">3d cylinder chart</span>
1406
                                                                        </div>
1407
                                                                        <div class="tools">
1408
                                                                                <a href="javascript:;" class="collapse">
1409
                                                                                </a>
1410
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1411
                                                                                </a>
1412
                                                                                <a href="javascript:;" class="reload">
1413
                                                                                </a>
1414
                                                                                <a href="javascript:;" class="fullscreen">
1415
                                                                                </a>
1416
                                                                                <a href="javascript:;" class="remove">
1417
                                                                                </a>
1418
                                                                        </div>
1419
                                                                </div>
1420
                                                                <div class="portlet-body">
1421
                                                                        <div id="chart_5" class="chart" style="height: 400px;">
1422
                                                                        </div>
1423
                                                                        <div class="well margin-top-20">
1424
                                                                                <div class="row">
1425
                                                                                        <div class="col-sm-3">
1426
                                                                                                <label class="text-left">Top Radius:</label>
1427
                                                                                                <input class="chart_5_chart_input" data-property="topRadius" type="range" min="0" max="1.5" value="1" step="0.01"/>
1428
                                                                                        </div>
1429
                                                                                        <div class="col-sm-3">
1430
                                                                                                <label class="text-left">Angle:</label>
1431
                                                                                                <input class="chart_5_chart_input" data-property="angle" type="range" min="0" max="89" value="30" step="1"/>
1432
                                                                                        </div>
1433
                                                                                        <div class="col-sm-3">
1434
                                                                                                <label class="text-left">Depth:</label>
1435
                                                                                                <input class="chart_5_chart_input" data-property="depth3D" type="range" min="1" max="120" value="40" step="1"/>
1436
                                                                                        </div>
1437
                                                                                </div>
1438
                                                                        </div>
1439
                                                                </div>
1440
                                                        </div>
1441
                                                        <!-- END CHART PORTLET-->
1442
                                                </div>
1443
                                        </div>
1444
                                        <!-- END ROW -->
1445
                                        <!-- BEGIN ROW -->
1446
                                        <div class="row">
1447
                                                <div class="col-md-6">
1448
                                                        <!-- BEGIN CHART PORTLET-->
1449
                                                        <div class="portlet light">
1450
                                                                <div class="portlet-title">
1451
                                                                        <div class="caption">
1452
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1453
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Simple Pie Chart</span>
1454
                                                                        </div>
1455
                                                                        <div class="tools">
1456
                                                                                <a href="javascript:;" class="collapse">
1457
                                                                                </a>
1458
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1459
                                                                                </a>
1460
                                                                                <a href="javascript:;" class="reload">
1461
                                                                                </a>
1462
                                                                                <a href="javascript:;" class="fullscreen">
1463
                                                                                </a>
1464
                                                                                <a href="javascript:;" class="remove">
1465
                                                                                </a>
1466
                                                                        </div>
1467
                                                                </div>
1468
                                                                <div class="portlet-body">
1469
                                                                        <div id="chart_6" class="chart" style="height: 525px;">
1470
                                                                        </div>
1471
                                                                </div>
1472
                                                        </div>
1473
                                                        <!-- END CHART PORTLET-->
1474
                                                </div>
1475
                                                <div class="col-md-6">
1476
                                                        <!-- BEGIN CHART PORTLET-->
1477
                                                        <div class="portlet light">
1478
                                                                <div class="portlet-title">
1479
                                                                        <div class="caption">
1480
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1481
                                                                                <span class="caption-subject bold uppercase font-green-haze"> 3D Pie Chart</span>
1482
                                                                                <span class="caption-helper">bar and line chart mix</span>
1483
                                                                        </div>
1484
                                                                        <div class="tools">
1485
                                                                                <a href="javascript:;" class="collapse">
1486
                                                                                </a>
1487
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1488
                                                                                </a>
1489
                                                                                <a href="javascript:;" class="reload">
1490
                                                                                </a>
1491
                                                                                <a href="javascript:;" class="fullscreen">
1492
                                                                                </a>
1493
                                                                                <a href="javascript:;" class="remove">
1494
                                                                                </a>
1495
                                                                        </div>
1496
                                                                </div>
1497
                                                                <div class="portlet-body">
1498
                                                                        <div id="chart_7" class="chart" style="height: 400px;">
1499
                                                                        </div>
1500
                                                                        <div class="well margin-top-20">
1501
                                                                                <div class="row">
1502
                                                                                        <div class="col-sm-3">
1503
                                                                                                <label class="text-left">Top Radius:</label>
1504
                                                                                                <input class="chart_7_chart_input" data-property="topRadius" type="range" min="0" max="1.5" value="1" step="0.01"/>
1505
                                                                                        </div>
1506
                                                                                        <div class="col-sm-3">
1507
                                                                                                <label class="text-left">Angle:</label>
1508
                                                                                                <input class="chart_7_chart_input" data-property="angle" type="range" min="0" max="89" value="30" step="1"/>
1509
                                                                                        </div>
1510
                                                                                        <div class="col-sm-3">
1511
                                                                                                <label class="text-left">Depth:</label>
1512
                                                                                                <input class="chart_7_chart_input" data-property="depth3D" type="range" min="1" max="120" value="40" step="1"/>
1513
                                                                                        </div>
1514
                                                                                </div>
1515
                                                                        </div>
1516
                                                                </div>
1517
                                                        </div>
1518
                                                        <!-- END CHART PORTLET-->
1519
                                                </div>
1520
                                        </div>
1521
                                        <!-- END ROW -->
1522
                                        <!-- BEGIN ROW -->
1523
                                        <div class="row">
1524
                                                <div class="col-md-6">
1525
                                                        <!-- BEGIN CHART PORTLET-->
1526
                                                        <div class="portlet light">
1527
                                                                <div class="portlet-title">
1528
                                                                        <div class="caption">
1529
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1530
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Polar Chart</span>
1531
                                                                        </div>
1532
                                                                        <div class="tools">
1533
                                                                                <a href="javascript:;" class="collapse">
1534
                                                                                </a>
1535
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1536
                                                                                </a>
1537
                                                                                <a href="javascript:;" class="reload">
1538
                                                                                </a>
1539
                                                                                <a href="javascript:;" class="fullscreen">
1540
                                                                                </a>
1541
                                                                                <a href="javascript:;" class="remove">
1542
                                                                                </a>
1543
                                                                        </div>
1544
                                                                </div>
1545
                                                                <div class="portlet-body">
1546
                                                                        <div id="chart_8" class="chart" style="height: 400px;">
1547
                                                                        </div>
1548
                                                                </div>
1549
                                                        </div>
1550
                                                        <!-- END CHART PORTLET-->
1551
                                                </div>
1552
                                                <div class="col-md-6">
1553
                                                        <!-- BEGIN CHART PORTLET-->
1554
                                                        <div class="portlet light">
1555
                                                                <div class="portlet-title">
1556
                                                                        <div class="caption">
1557
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1558
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Radar Chart</span>
1559
                                                                                <span class="caption-helper">bar and line chart mix</span>
1560
                                                                        </div>
1561
                                                                        <div class="tools">
1562
                                                                                <a href="javascript:;" class="collapse">
1563
                                                                                </a>
1564
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1565
                                                                                </a>
1566
                                                                                <a href="javascript:;" class="reload">
1567
                                                                                </a>
1568
                                                                                <a href="javascript:;" class="fullscreen">
1569
                                                                                </a>
1570
                                                                                <a href="javascript:;" class="remove">
1571
                                                                                </a>
1572
                                                                        </div>
1573
                                                                </div>
1574
                                                                <div class="portlet-body">
1575
                                                                        <div id="chart_9" class="chart" style="height: 400px;">
1576
                                                                        </div>
1577
                                                                </div>
1578
                                                        </div>
1579
                                                        <!-- END CHART PORTLET-->
1580
                                                </div>
1581
                                        </div>
1582
                                        <!-- END ROW -->
1583
                                        <!-- BEGIN ROW -->
1584
                                        <div class="row">
1585
                                                <div class="col-md-12">
1586
                                                        <!-- BEGIN CHART PORTLET-->
1587
                                                        <div class="portlet light">
1588
                                                                <div class="portlet-title">
1589
                                                                        <div class="caption">
1590
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1591
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Map with Bubbles</span>
1592
                                                                                <span class="caption-helper">world population</span>
1593
                                                                        </div>
1594
                                                                        <div class="tools">
1595
                                                                                <a href="javascript:;" class="collapse">
1596
                                                                                </a>
1597
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1598
                                                                                </a>
1599
                                                                                <a href="javascript:;" class="reload">
1600
                                                                                </a>
1601
                                                                                <a href="javascript:;" class="fullscreen">
1602
                                                                                </a>
1603
                                                                                <a href="javascript:;" class="remove">
1604
                                                                                </a>
1605
                                                                        </div>
1606
                                                                </div>
1607
                                                                <div class="portlet-body">
1608
                                                                        <div id="chart_10" class="chart" style="height: 600px;">
1609
                                                                        </div>
1610
                                                                </div>
1611
                                                        </div>
1612
                                                        <!-- END CHART PORTLET-->
1613
                                                </div>
1614
                                        </div>
1615
                                        <!-- END ROW -->
1616
                                        <!-- BEGIN ROW -->
1617
                                        <div class="row">
1618
                                                <div class="col-md-12">
1619
                                                        <!-- BEGIN CHART PORTLET-->
1620
                                                        <div class="portlet light">
1621
                                                                <div class="portlet-title">
1622
                                                                        <div class="caption">
1623
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1624
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Flight Routes Map</span>
1625
                                                                                <span class="caption-helper">interactive flight routes map</span>
1626
                                                                        </div>
1627
                                                                        <div class="tools">
1628
                                                                                <a href="javascript:;" class="collapse">
1629
                                                                                </a>
1630
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1631
                                                                                </a>
1632
                                                                                <a href="javascript:;" class="reload">
1633
                                                                                </a>
1634
                                                                                <a href="javascript:;" class="fullscreen">
1635
                                                                                </a>
1636
                                                                                <a href="javascript:;" class="remove">
1637
                                                                                </a>
1638
                                                                        </div>
1639
                                                                </div>
1640
                                                                <div class="portlet-body">
1641
                                                                        <div id="chart_11" class="chart" style="height: 500px;">
1642
                                                                        </div>
1643
                                                                </div>
1644
                                                        </div>
1645
                                                        <!-- END CHART PORTLET-->
1646
                                                </div>
1647
                                        </div>
1648
                                        <!-- END ROW -->
1649
                                        <!-- BEGIN ROW -->
1650
                                        <div class="row">
1651
                                                <div class="col-md-12">
1652
                                                        <!-- BEGIN CHART PORTLET-->
1653
                                                        <div class="portlet light">
1654
                                                                <div class="portlet-title">
1655
                                                                        <div class="caption">
1656
                                                                                <i class="icon-bar-chart font-green-haze"></i>
1657
                                                                                <span class="caption-subject bold uppercase font-green-haze"> Stock Charts</span>
1658
                                                                                <span class="caption-helper">with stock events</span>
1659
                                                                        </div>
1660
                                                                        <div class="tools">
1661
                                                                                <a href="javascript:;" class="collapse">
1662
                                                                                </a>
1663
                                                                                <a href="#portlet-config" data-toggle="modal" class="config">
1664
                                                                                </a>
1665
                                                                                <a href="javascript:;" class="reload">
1666
                                                                                </a>
1667
                                                                                <a href="javascript:;" class="fullscreen">
1668
                                                                                </a>
1669
                                                                                <a href="javascript:;" class="remove">
1670
                                                                                </a>
1671
                                                                        </div>
1672
                                                                </div>
1673
                                                                <div class="portlet-body">
1674
                                                                        <div id="chart_12" class="chart" style="height: 500px;">
1675
                                                                        </div>
1676
                                                                </div>
1677
                                                        </div>
1678
                                                        <!-- END CHART PORTLET-->
1679
                                                </div>
1680
                                        </div>
1681
                                        <!-- END ROW -->
1682
                                </div>
1683
                        </div>
1684
                        <!-- END PAGE CONTENT-->
1685
                </div>
1686
        </div>
1687
        <!-- END CONTENT -->
1688
</div>
1689
<!-- END CONTAINER -->
1690
<!-- BEGIN FOOTER -->
1691
<div class="page-footer">
1692
        <div class="page-footer-inner">
1693
                 2014 &copy; Metronic by keenthemes.
1694
        </div>
1695
        <div class="scroll-to-top">
1696
                <i class="icon-arrow-up"></i>
1697
        </div>
1698
</div>
1699
<!-- END FOOTER -->
1700
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
1701
<!-- BEGIN CORE PLUGINS -->
1702
<!--[if lt IE 9]>
1703
<script src="../../assets/global/plugins/respond.min.js"></script>
1704
<script src="../../assets/global/plugins/excanvas.min.js"></script> 
1705
<![endif]-->
1706
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
1707
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
1708
<!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
1709
<script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
1710
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
1711
<script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
1712
<script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
1713
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
1714
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
1715
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
1716
<script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
1717
<!-- END CORE PLUGINS -->
1718
<!-- BEGIN PAGE LEVEL PLUGINS -->
1719
<script src="../../assets/global/plugins/amcharts/amcharts/amcharts.js" type="text/javascript"></script>
1720
<script src="../../assets/global/plugins/amcharts/amcharts/serial.js" type="text/javascript"></script>
1721
<script src="../../assets/global/plugins/amcharts/amcharts/pie.js" type="text/javascript"></script>
1722
<script src="../../assets/global/plugins/amcharts/amcharts/radar.js" type="text/javascript"></script>
1723
<script src="../../assets/global/plugins/amcharts/amcharts/themes/light.js" type="text/javascript"></script>
1724
<script src="../../assets/global/plugins/amcharts/amcharts/themes/patterns.js" type="text/javascript"></script>
1725
<script src="../../assets/global/plugins/amcharts/amcharts/themes/chalk.js" type="text/javascript"></script>
1726
<script src="../../assets/global/plugins/amcharts/ammap/ammap.js" type="text/javascript"></script>
1727
<script src="../../assets/global/plugins/amcharts/ammap/maps/js/worldLow.js" type="text/javascript"></script>
1728
<script src="../../assets/global/plugins/amcharts/amstockcharts/amstock.js" type="text/javascript"></script>
1729
<!-- END PAGE LEVEL PLUGINS -->
1730
<!-- BEGIN PAGE LEVEL SCRIPTS -->
1731
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
1732
<script src="../../assets/admin/layout4/scripts/layout.js" type="text/javascript"></script>
1733
<script src="../../assets/admin/layout4/scripts/demo.js" type="text/javascript"></script>
1734
<script src="../../assets/admin/pages/scripts/charts-amcharts.js"></script>
1735
<script>
1736
jQuery(document).ready(function() {      
1737
   // initiate layout and plugins
1738
   Metronic.init(); // init metronic core components
1739
Layout.init(); // init current layout
1740
Demo.init(); // init demo features
1741
   ChartsAmcharts.init();
1742
});
1743
</script>
1744
<!-- END PAGE LEVEL SCRIPTS -->
1745
</body>
1746
<!-- END BODY -->
1747
</html>