-
Notifications
You must be signed in to change notification settings - Fork 223
/
tab.html
730 lines (687 loc) · 32.7 KB
/
tab.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Perfect Admin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Pace -->
<link href="css/pace.css" rel="stylesheet">
<!-- Perfect -->
<link href="css/app.min.css" rel="stylesheet">
<link href="css/app-skin.css" rel="stylesheet">
</head>
<body class="overflow-hidden">
<!-- Overlay Div -->
<div id="overlay" class="transparent"></div>
<a href="" id="theme-setting-icon"><i class="fa fa-cog fa-lg"></i></a>
<div id="theme-setting">
<div class="title">
<strong class="no-margin">Skin Color</strong>
</div>
<div class="theme-box">
<a class="theme-color" style="background:#323447" id="default"></a>
<a class="theme-color" style="background:#efefef" id="skin-1"></a>
<a class="theme-color" style="background:#a93922" id="skin-2"></a>
<a class="theme-color" style="background:#3e6b96" id="skin-3"></a>
<a class="theme-color" style="background:#635247" id="skin-4"></a>
<a class="theme-color" style="background:#3a3a3a" id="skin-5"></a>
<a class="theme-color" style="background:#495B6C" id="skin-6"></a>
</div>
<div class="title">
<strong class="no-margin">Sidebar Menu</strong>
</div>
<div class="theme-box">
<label class="label-checkbox">
<input type="checkbox" checked id="fixedSidebar">
<span class="custom-checkbox"></span>
Fixed Sidebar
</label>
</div>
</div><!-- /theme-setting -->
<div id="wrapper" class="preload">
<div id="top-nav" class="skin-6 fixed">
<div class="brand">
<span>Perfect</span>
<span class="text-toggle"> Admin</span>
</div><!-- /brand -->
<button type="button" class="navbar-toggle pull-left" id="sidebarToggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<button type="button" class="navbar-toggle pull-left hide-menu" id="menuToggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<ul class="nav-notification clearfix">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-envelope fa-lg"></i>
<span class="notification-label bounceIn animation-delay4">7</span>
</a>
<ul class="dropdown-menu message dropdown-1">
<li><a>You have 4 new unread messages</a></li>
<li>
<a class="clearfix" href="#">
<img src="img/user.jpg" alt="User Avatar">
<div class="detail">
<strong>John Doe</strong>
<p class="no-margin">
Lorem ipsum dolor sit amet...
</p>
<small class="text-muted"><i class="fa fa-check text-success"></i> 27m ago</small>
</div>
</a>
</li>
<li>
<a class="clearfix" href="#">
<img src="img/user2.jpg" alt="User Avatar">
<div class="detail">
<strong>Jane Doe</strong>
<p class="no-margin">
Lorem ipsum dolor sit amet...
</p>
<small class="text-muted"><i class="fa fa-check text-success"></i> 5hr ago</small>
</div>
</a>
</li>
<li>
<a class="clearfix" href="#">
<img src="img/user.jpg" alt="User Avatar">
<div class="detail">
<strong>Bill Doe</strong>
<p class="no-margin">
Lorem ipsum dolor sit amet...
</p>
<small class="text-muted"><i class="fa fa-reply"></i> Yesterday</small>
</div>
</a>
</li>
<li>
<a class="clearfix" href="#">
<img src="img/user2.jpg" alt="User Avatar">
<div class="detail">
<strong>Baby Doe</strong>
<p class="no-margin">
Lorem ipsum dolor sit amet...
</p>
<small class="text-muted"><i class="fa fa-reply"></i> 9 Feb 2013</small>
</div>
</a>
</li>
<li><a href="#">View all messages</a></li>
</ul>
</li>
<li class="dropdown hidden-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-tasks fa-lg"></i>
<span class="notification-label bounceIn animation-delay5">4</span>
</a>
<ul class="dropdown-menu task dropdown-2">
<li><a href="#">You have 4 tasks to complete</a></li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Bug Fixes</span>
<small class="pull-right text-muted">78%</small>
</div>
<div class="progress">
<div class="progress-bar" style="width:78%"></div>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Software Updating</span>
<small class="pull-right text-muted">54%</small>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-success" style="width:54%"></div>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Database Migration</span>
<small class="pull-right text-muted">23%</small>
</div>
<div class="progress">
<div class="progress-bar progress-bar-warning" style="width:23%"></div>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Unit Testing</span>
<small class="pull-right text-muted">92%</small>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger " style="width:92%"></div>
</div>
</a>
</li>
<li><a href="#">View all tasks</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-bell fa-lg"></i>
<span class="notification-label bounceIn animation-delay6">5</span>
</a>
<ul class="dropdown-menu notification dropdown-3">
<li><a href="#">You have 5 new notifications</a></li>
<li>
<a href="#">
<span class="notification-icon bg-warning">
<i class="fa fa-warning"></i>
</span>
<span class="m-left-xs">Server #2 not responding.</span>
<span class="time text-muted">Just now</span>
</a>
</li>
<li>
<a href="#">
<span class="notification-icon bg-success">
<i class="fa fa-plus"></i>
</span>
<span class="m-left-xs">New user registration.</span>
<span class="time text-muted">2m ago</span>
</a>
</li>
<li>
<a href="#">
<span class="notification-icon bg-danger">
<i class="fa fa-bolt"></i>
</span>
<span class="m-left-xs">Application error.</span>
<span class="time text-muted">5m ago</span>
</a>
</li>
<li>
<a href="#">
<span class="notification-icon bg-success">
<i class="fa fa-usd"></i>
</span>
<span class="m-left-xs">2 items sold.</span>
<span class="time text-muted">1hr ago</span>
</a>
</li>
<li>
<a href="#">
<span class="notification-icon bg-success">
<i class="fa fa-plus"></i>
</span>
<span class="m-left-xs">New user registration.</span>
<span class="time text-muted">1hr ago</span>
</a>
</li>
<li><a href="#">View all notifications</a></li>
</ul>
</li>
<li class="profile dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<strong>John Doe</strong>
<span><i class="fa fa-chevron-down"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a class="clearfix" href="#">
<img src="img/user.jpg" alt="User Avatar">
<div class="detail">
<strong>John Doe</strong>
<p class="grey">John_Doe@email.com</p>
</div>
</a>
</li>
<li><a tabindex="-1" href="profile.html" class="main-link"><i class="fa fa-edit fa-lg"></i> Edit profile</a></li>
<li><a tabindex="-1" href="gallery.html" class="main-link"><i class="fa fa-picture-o fa-lg"></i> Photo Gallery</a></li>
<li><a tabindex="-1" href="#" class="theme-setting"><i class="fa fa-cog fa-lg"></i> Setting</a></li>
<li class="divider"></li>
<li><a tabindex="-1" class="main-link logoutConfirm_open" href="#logoutConfirm"><i class="fa fa-lock fa-lg"></i> Log out</a></li>
</ul>
</li>
</ul>
</div><!-- /top-nav-->
<aside class="fixed skin-6">
<div class="sidebar-inner scrollable-sidebar">
<div class="size-toggle">
<a class="btn btn-sm" id="sizeToggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="btn btn-sm pull-right logoutConfirm_open" href="#logoutConfirm">
<i class="fa fa-power-off"></i>
</a>
</div><!-- /size-toggle -->
<div class="user-block clearfix">
<img src="img/user.jpg" alt="User Avatar">
<div class="detail">
<strong>John Doe</strong><span class="badge badge-danger bounceIn animation-delay4 m-left-xs">4</span>
<ul class="list-inline">
<li><a href="profile.html">Profile</a></li>
<li><a href="inbox.html" class="no-margin">Inbox</a></li>
</ul>
</div>
</div><!-- /user-block -->
<div class="search-block">
<div class="input-group">
<input type="text" class="form-control input-sm" placeholder="search here...">
<span class="input-group-btn">
<button class="btn btn-default btn-sm" type="button"><i class="fa fa-search"></i></button>
</span>
</div><!-- /input-group -->
</div><!-- /search-block -->
<div class="main-menu">
<ul>
<li>
<a href="index.html">
<span class="menu-icon">
<i class="fa fa-desktop fa-lg"></i>
</span>
<span class="text">
Dashboard
</span>
<span class="menu-hover"></span>
</a>
</li>
<li class="openable">
<a href="#">
<span class="menu-icon">
<i class="fa fa-file-text fa-lg"></i>
</span>
<span class="text">
Page
</span>
<span class="menu-hover"></span>
</a>
<ul class="submenu">
<li><a href="login.html"><span class="submenu-label">Sign in</span></a></li>
<li><a href="register.html"><span class="submenu-label">Sign up</span></a></li>
<li><a href="lock_screen.html"><span class="submenu-label">Lock Screen</span></a></li>
<li><a href="profile.html"><span class="submenu-label">Profile</span></a></li>
<li><a href="blog.html"><span class="submenu-label">Blog</span></a></li>
<li><a href="single_post.html"><span class="submenu-label">Single Post</span></a></li>
<li><a href="landing.html"><span class="submenu-label">Landing</span></a></li>
<li><a href="search_result.html"><span class="submenu-label">Search Result</span></a></li>
<li><a href="chat.html"><span class="submenu-label">Chat Room</span></a></li>
<li><a href="movie.html"><span class="submenu-label">Movie Gallery</span></a></li>
<li><a href="pricing.html"><span class="submenu-label">Pricing</span></a></li>
<li><a href="invoice.html"><span class="submenu-label">Invoice</span></a></li>
<li><a href="faq.html"><span class="submenu-label">FAQ</span></a></li>
<li><a href="contact.html"><span class="submenu-label">Contact</span></a></li>
<li><a href="error404.html"><span class="submenu-label">Error404</span></a></li>
<li><a href="error500.html"><span class="submenu-label">Error500</span></a></li>
<li><a href="blank.html"><span class="submenu-label">Blank</span></a></li>
</ul>
</li>
<li class="active openable open">
<a href="#">
<span class="menu-icon">
<i class="fa fa-tag fa-lg"></i>
</span>
<span class="text">
Component
</span>
<span class="badge badge-success bounceIn animation-delay5">9</span>
<span class="menu-hover"></span>
</a>
<ul class="submenu">
<li><a href="ui_element.html"><span class="submenu-label">UI Features</span></a></li>
<li><a href="button.html"><span class="submenu-label">Button & Icons</span></a></li>
<li class="active"><a href="tab.html"><span class="submenu-label">Tab</span></a></li>
<li><a href="nestable_list.html"><span class="submenu-label">Nestable List</span></a></li>
<li><a href="calendar.html"><span class="submenu-label">Calendar</span></a></li>
<li><a href="table.html"><span class="submenu-label">Table</span></a></li>
<li><a href="widget.html"><span class="submenu-label">Widget</span></a></li>
<li><a href="form_element.html"><span class="submenu-label">Form Element</span></a></li>
<li><a href="form_wizard.html"><span class="submenu-label">Form Wizard</span></a></li>
</ul>
</li>
<li>
<a href="timeline.html">
<span class="menu-icon">
<i class="fa fa-clock-o fa-lg"></i>
</span>
<span class="text">
Timeline
</span>
<span class="menu-hover"></span>
</a>
</li>
<li>
<a href="gallery.html">
<span class="menu-icon">
<i class="fa fa-picture-o fa-lg"></i>
</span>
<span class="text">
Gallery
</span>
<span class="menu-hover"></span>
</a>
</li>
<li>
<a href="inbox.html">
<span class="menu-icon">
<i class="fa fa-envelope fa-lg"></i>
</span>
<span class="text">
Inbox
</span>
<span class="badge badge-danger bounceIn animation-delay6">4</span>
<span class="menu-hover"></span>
</a>
</li>
<li>
<a href="email_selection.html">
<span class="menu-icon">
<i class="fa fa-tasks fa-lg"></i>
</span>
<span class="text">
Email Template
</span>
<small class="badge badge-warning bounceIn animation-delay7">New</small>
<span class="menu-hover"></span>
</a>
</li>
<li class="openable">
<a href="#">
<span class="menu-icon">
<i class="fa fa-magic fa-lg"></i>
</span>
<span class="text">
Multi-Level menu
</span>
<span class="menu-hover"></span>
</a>
<ul class="submenu">
<li class="openable">
<a href="#">
<span class="submenu-label">menu 2.1</span>
<span class="badge badge-danger bounceIn animation-delay1 pull-right">3</span>
</a>
<ul class="submenu third-level">
<li><a href="#"><span class="submenu-label">menu 3.1</span></a></li>
<li><a href="#"><span class="submenu-label">menu 3.2</span></a></li>
<li class="openable">
<a href="#">
<span class="submenu-label">menu 3.3</span>
<span class="badge badge-danger bounceIn animation-delay1 pull-right">2</span>
</a>
<ul class="submenu fourth-level">
<li><a href="#"><span class="submenu-label">menu 4.1</span></a></li>
<li><a href="#"><span class="submenu-label">menu 4.2</span></a></li>
</ul>
</li>
</ul>
</li>
<li class="openable">
<a href="#">
<span class="submenu-label">menu 2.2</span>
<span class="badge badge-success bounceIn animation-delay2 pull-right">3</span>
</a>
<ul class="submenu third-level">
<li class="openable">
<a href="#">
<span class="submenu-label">menu 3.1</span>
<span class="badge badge-success bounceIn animation-delay1 pull-right">2</span>
</a>
<ul class="submenu fourth-level">
<li><a href="#"><span class="submenu-label">menu 4.1</span></a></li>
<li><a href="#"><span class="submenu-label">menu 4.2</span></a></li>
</ul>
</li>
<li><a href="#"><span class="submenu-label">menu 3.2</span></a></li>
<li><a href="#"><span class="submenu-label">menu 3.3</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="alert alert-info">
Welcome to Perfect Admin. Do not forget to check all my pages.
</div>
</div><!-- /main-menu -->
</div><!-- /sidebar-inner scrollable-sidebar -->
</aside>
<div id="main-container">
<div class="padding-md">
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
Basic Tab
</div>
<div class="panel-tab clearfix">
<ul class="tab-bar">
<li class="active"><a href="#home1" data-toggle="tab"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#profile1" data-toggle="tab"><i class="fa fa-pencil"></i> Profile</a></li>
<li><a href="#message1" data-toggle="tab"><i class="fa fa-envelope"></i> Message</a></li>
</ul>
</div>
<div class="panel-body">
<div class="tab-content">
<div class="tab-pane fade in active" id="home1">
<p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
</div>
<div class="tab-pane fade" id="profile1">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
</div>
<div class="tab-pane fade" id="message1">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
</div>
</div>
</div>
</div><!-- /panel -->
</div><!-- /.col -->
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
Basic Tab
</div>
<div class="panel-tab clearfix">
<ul class="tab-bar right">
<li class="active"><a href="#home2" data-toggle="tab"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#profile2" data-toggle="tab"><i class="fa af-pencil"></i> Profile</a></li>
<li><a href="#message2" data-toggle="tab"><i class="fa fa-envelope"></i> Message</a></li>
</ul>
</div>
<div class="panel-body">
<div class="tab-content">
<div class="tab-pane fade in active" id="home2">
<p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
</div>
<div class="tab-pane fade" id="profile2">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
</div>
<div class="tab-pane fade" id="message2">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
</div>
</div>
</div>
</div><!-- /panel -->
</div><!-- /.col -->
</div><!-- /.row -->
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
Left Tab
</div>
<div class="panel-body no-padding">
<div class="tab-left">
<ul class="tab-bar">
<li class="active"><a href="#home3" data-toggle="tab"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#profile3" data-toggle="tab"><i class="fa fa-pencil"></i> Profile</a></li>
<li><a href="#message3" data-toggle="tab"><i class="fa fa-envelope"></i> Message</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane fade in active" id="home3">
<p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
</div>
<div class="tab-pane fade" id="profile3">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
</div>
<div class="tab-pane fade" id="message3">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
</div>
</div>
</div>
</div>
</div><!-- /panel -->
</div><!-- /.col -->
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
Right Tab
</div>
<div class="panel-body no-padding">
<div class="tab-right">
<ul class="tab-bar">
<li class="active"><a href="#home4" data-toggle="tab"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#profile4" data-toggle="tab"><i class="fa fa-pencil"></i> Profile</a></li>
<li><a href="#message4" data-toggle="tab"><i class="fa fa-envelope"></i> Message</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane fade in active" id="home4">
<p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
</div>
<div class="tab-pane fade" id="profile4">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
</div>
<div class="tab-pane fade" id="message4">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
</div>
</div>
</div>
</div>
</div><!-- panel -->
</div><!-- /.col -->
</div><!-- /.row-->
<div class="panel panel-default">
<div class="panel-heading">
Wizard Steps
</div>
<div class="panel-tab">
<ul class="wizard-steps" id="wizardTab">
<li class="active">
<a href="#wizardContent1" data-toggle="tab">Step 1</a>
</li>
<li>
<a href="#wizardContent2" data-toggle="tab">Step 2</a>
</li>
<li>
<a href="#wizardContent3" data-toggle="tab">Step 3</a>
</li>
</ul>
</div>
<div class="panel-body">
<div class="tab-content">
<div class="tab-pane fade in active" id="wizardContent1">
<p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
</div>
<div class="tab-pane fade" id="wizardContent2">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
</div>
<div class="tab-pane fade" id="wizardContent3">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
</div>
</div>
</div>
<div class="panel-footer">
<button class="btn btn-success btn-sm disabled" id="prevStep" disabled>Previous</button>
<button type="submit" class="btn btn-sm btn-success" id="nextStep">Next</button>
<div class="pull-right" style="width:30%">
<div class="progress progress-striped active m-top-sm m-bottom-none">
<div class="progress-bar progress-bar-success" id="wizardProgress" style="width:33%;"></div>
</div>
</div>
</div>
</div><!-- /panel -->
</div><!-- /.padding20 -->
</div><!-- /main-container -->
</div><!-- /wrapper -->
<a href="" id="scroll-to-top" class="hidden-print"><i class="fa fa-chevron-up"></i></a>
<!-- Logout confirmation -->
<div class="custom-popup width-100" id="logoutConfirm">
<div class="padding-md">
<h4 class="m-top-none"> Do you want to logout?</h4>
</div>
<div class="text-center">
<a class="btn btn-success m-right-sm" href="login.html">Logout</a>
<a class="btn btn-danger logoutConfirm_close">Cancel</a>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Jquery -->
<script src="js/jquery-1.10.2.min.js"></script>
<!-- Bootstrap -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- Modernizr -->
<script src='js/modernizr.min.js'></script>
<!-- Pace -->
<script src='js/pace.min.js'></script>
<!-- Popup Overlay -->
<script src='js/jquery.popupoverlay.min.js'></script>
<!-- Slimscroll -->
<script src='js/jquery.slimscroll.min.js'></script>
<!-- Cookie -->
<script src='js/jquery.cookie.min.js'></script>
<!-- Perfect -->
<script src="js/app/app.js"></script>
<script>
$(function () {
var currentStep = 1;
$('#wizardTab li a').click(function() {
return false;
});
$('#nextStep').click(function() {
currentStep++;
if(currentStep == 2) {
$('#wizardTab li:eq(1) a').tab('show');
$('#wizardProgress').css("width","66%");
$('#prevStep').attr('disabled',false);
$('#prevStep').removeClass('disabled');
}
else if(currentStep == 3) {
$('#wizardTab li:eq(2) a').tab('show');
$('#wizardProgress').css("width","100%");
$('#nextStep').attr('disabled',true);
$('#nextStep').addClass('disabled');
}
return false;
});
$('#prevStep').click(function() {
currentStep--;
if(currentStep == 1) {
$('#wizardTab li:eq(0) a').tab('show');
$('#wizardProgress').css("width","66%");
$('#prevStep').attr('disabled',true);
$('#prevStep').addClass('disabled');
$('#wizardProgress').css("width","33%");
}
else if(currentStep == 2) {
$('#wizardTab li:eq(1) a').tab('show');
$('#wizardProgress').css("width","66%");
$('#nextStep').attr('disabled',false);
$('#nextStep').removeClass('disabled');
$('#wizardProgress').css("width","66%");
}
return false;
});
});
</script>
</body>
</html>