elements.mustache
24.8 KB
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
<div class="row">
<div class="col-sm-6">
<!-- #section:elements.tab -->
<div class="tabbable">
<ul class="nav nav-tabs" id="myTab">
<li class="active"><a data-toggle="tab" href="#home"><i class="green ace-icon fa fa-home bigger-120"></i> Home</a></li>
<li><a data-toggle="tab" href="#messages">Messages <span class="badge badge-danger">4</span></a></li>
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
Dropdown <i class="ace-icon fa fa-caret-down bigger-110 width-auto"></i>
</a>
<ul class="dropdown-menu dropdown-info">
<li><a data-toggle="tab" href="#dropdown1">@fat</a></li>
<li><a data-toggle="tab" href="#dropdown2">@mdo</a></li>
</ul>
</li>
</ul>
<div class="tab-content">
<div id="home" class="tab-pane fade in active">
<p>Raw denim you probably haven't heard of them jean shorts Austin.</p>
</div>
<div id="messages" class="tab-pane fade">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid.</p>
</div>
<div id="dropdown1" class="tab-pane fade">
<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.</p>
</div>
<div id="dropdown2" class="tab-pane fade">
<p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin.</p>
</div>
</div>
</div>
<!-- /section:elements.tab -->
</div><!-- /.col -->
<div class="vspace-6-sm"></div>
<div class="col-sm-6">
<div class="tabbable tabs-below">
<div class="tab-content">
<div id="home2" class="tab-pane in active">
<p>Raw denim you probably haven't heard of them jean shorts Austin.</p>
</div>
<div id="profile2" class="tab-pane">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid.</p>
</div>
<div id="dropdown12" class="tab-pane">
<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.</p>
</div>
</div>
<ul class="nav nav-tabs" id="myTab2">
<li class="active"><a data-toggle="tab" href="#home2">Home</a></li>
<li><a data-toggle="tab" href="#profile2">Profile</a></li>
<li><a data-toggle="tab" href="#dropdown12">More</a></li>
</ul>
</div>
</div>
</div><!-- /.row -->
<div class="space"></div>
<div class="row">
<div class="col-sm-6">
<!-- #section:elements.tab.position -->
<div class="tabbable tabs-left">
<ul class="nav nav-tabs" id="myTab3">
<li class="active"><a data-toggle="tab" href="#home3"><i class="pink ace-icon fa fa-tachometer bigger-110"></i> Home</a></li>
<li><a data-toggle="tab" href="#profile3"><i class="blue ace-icon fa fa-user bigger-110"></i> Profile</a></li>
<li><a data-toggle="tab" href="#dropdown13"><i class="ace-icon fa fa-rocket"></i> More</a></li>
</ul>
<div class="tab-content">
<div id="home3" class="tab-pane in active">
<p>Raw denim you probably haven't heard of them jean shorts Austin.</p>
<p>Raw denim you probably haven't heard of them jean shorts Austin.</p>
</div>
<div id="profile3" class="tab-pane">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid.</p>
<p>Raw denim you probably haven't heard of them jean shorts Austin.</p>
</div>
<div id="dropdown13" class="tab-pane">
<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.</p>
<p>Raw denim you probably haven't heard of them jean shorts Austin.</p>
</div>
</div>
</div>
<!-- /section:elements.tab.position -->
</div><!-- /.col -->
<div class="vspace-6-sm"></div>
<div class="col-sm-6">
<!-- #section:elements.tab.option -->
<div class="tabbable">
<ul class="nav nav-tabs padding-12 tab-color-blue background-blue" id="myTab4">
<li class="active"><a data-toggle="tab" href="#home4">Home</a></li>
<li><a data-toggle="tab" href="#profile4">Profile</a></li>
<li><a data-toggle="tab" href="#dropdown14">More</a></li>
</ul>
<div class="tab-content">
<div id="home4" class="tab-pane in active">
<p>Raw denim you probably haven't heard of them jean shorts Austin.</p>
</div>
<div id="profile4" class="tab-pane">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid.</p>
</div>
<div id="dropdown14" class="tab-pane">
<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.</p>
</div>
</div>
</div>
<!-- /section:elements.tab.option -->
</div><!-- /.col -->
</div><!-- /.row -->
<div class="hr hr-double hr-dotted hr18"></div>
<div class="row">
<div class="col-sm-6">
<h3 class="row header smaller lighter blue">
<span class="col-xs-6">
Accordion
</span><!-- /.col -->
<span class="col-xs-6">
<span class="pull-right inline">
<span class="grey smaller-80 bolder">style:</span>
<span class="btn-toolbar inline middle no-margin">
<span id="accordion-style" data-toggle="buttons" class="btn-group no-margin">
<label class="btn btn-xs btn-yellow active">
<input type="radio" value="1" /> 1
</label>
<label class="btn btn-xs btn-yellow">
<input type="radio" value="2" /> 2
</label>
</span>
</span>
</span>
</span><!-- /.col -->
</h3>
<!-- #section:elements.accordion -->
<div id="accordion" class="accordion-style1 panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
<i class="ace-icon fa fa-angle-down bigger-110" data-icon-hide="ace-icon fa fa-angle-down" data-icon-show="ace-icon fa fa-angle-right"></i>
Group Item #1
</a>
</h4>
</div>
<div class="panel-collapse collapse in" id="collapseOne">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
<i class="ace-icon fa fa-angle-right bigger-110" data-icon-hide="ace-icon fa fa-angle-down" data-icon-show="ace-icon fa fa-angle-right"></i>
Group Item #2
</a>
</h4>
</div>
<div class="panel-collapse collapse" id="collapseTwo">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
<i class="ace-icon fa fa-angle-right bigger-110" data-icon-hide="ace-icon fa fa-angle-down" data-icon-show="ace-icon fa fa-angle-right"></i>
Group Item #3
</a>
</h4>
</div>
<div class="panel-collapse collapse" id="collapseThree">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
</div>
<!-- /section:elements.accordion -->
</div><!-- /.col -->
<div class="col-sm-6">
<h3 class="header smaller lighter green">Progress Bar</h3>
<div class="row">
<div class="col-xs-8">
<!-- #section:elements.progressbar -->
<div class="progress pos-rel" data-percent="66%">
<div class="progress-bar" style="width:66%;"></div>
</div>
<div class="progress progress-striped pos-rel">
<div class="progress-bar progress-bar-success" style="width: 25%;"></div>
</div>
<!-- /section:elements.progressbar -->
<div class="progress progress-small progress-striped active">
<div class="progress-bar progress-bar-warning" style="width: 40%;"></div>
</div>
<div class="progress progress-mini">
<div class="progress-bar progress-danger" style="width: 35%;"></div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 35%;"></div>
<div class="progress-bar progress-bar-warning" style="width: 20%;"></div>
<div class="progress-bar progress-bar-danger" style="width: 10%;"></div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-purple" style="width: 65%"></div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-pink" style="width: 40%"></div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-yellow" style="width: 60%"></div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-inverse" style="width: 80%"></div>
</div>
</div><!-- /.col -->
<div class="col-xs-4 center">
<!-- #section:plugins/charts.easypiechart -->
<div class="easy-pie-chart percentage" data-percent="20" data-color="#D15B47"><span class="percent">20</span>%</div>
<hr />
<div class="easy-pie-chart percentage" data-percent="55" data-color="#87CEEB"><span class="percent">55</span>%</div>
<hr />
<div class="easy-pie-chart percentage" data-percent="90" data-color="#87B87F"><span class="percent">90</span>%</div>
<!-- /section:plugins/charts.easypiechart -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.col -->
</div><!-- /.row -->
<hr />
<div class="row">
<div class="col-sm-6">
<div class="widget-box">
<div class="widget-header">
<h4 class="smaller">Tooltips <small>different directions and colors</small></h4>
</div>
<div class="widget-body">
<div class="widget-main">
<p class="muted">Tight pants next level keffiyeh <a title="Default tooltip" data-rel="tooltip" href="#">you probably</a> haven't heard of them. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel <a title="Another tooltip" data-rel="tooltip" href="#">have a</a> terry richardson vinyl chambray. A really ironic artisan <a data-rel="tooltip" href="#" data-original-title="Another one here too">whatever</a> keytar, scenester farm-to-table banksy Austin <a title="The last tip!" data-rel="tooltip" href="#">twitter</a> handle.
</p>
<hr />
<!-- #section:elements.tooltip -->
<p>
<span class="btn btn-sm" data-rel="tooltip" title="Default">Default</span>
<span class="btn btn-warning btn-sm tooltip-warning" data-rel="tooltip" data-placement="left" title="Left Warning">Left</span>
<span class="btn btn-success btn-sm tooltip-success" data-rel="tooltip" data-placement="right" title="Right Success">Right</span>
<span class="btn btn-danger btn-sm tooltip-error" data-rel="tooltip" data-placement="top" title="Top Danger">Top</span>
<span class="btn btn-info btn-sm tooltip-info" data-rel="tooltip" data-placement="bottom" title="Bottm Info">Bottom</span>
</p>
<!-- /section:elements.tooltip -->
</div>
</div>
</div>
</div><!-- /.col -->
<div class="col-sm-6">
<div class="widget-box">
<div class="widget-header">
<h4 class="smaller">Popovers</h4>
</div>
<div class="widget-body">
<div class="widget-main">
<!-- #section:elements.popover -->
<p>
<span class="btn btn-sm" data-rel="popover" title="Default" data-content="Heads up! This alert needs your attention, but it's not super important.">Default</span>
<span class="btn btn-success btn-sm popover-success" data-rel="popover" data-placement="right" title="<i class='ace-icon fa fa-check green'></i> Right Success" data-content="Well done! You successfully read this important alert message.">Right</span>
<span class="btn btn-warning btn-sm popover-warning" data-rel="popover" data-placement="left" title="<i class='ace-icon fa fa-exclamation-triangle orange'></i> Left Warning" data-content="Warning! Best check yo self, you're not looking too good.">Left</span>
</p>
<p>
<span class="btn btn-danger btn-sm popover-error" data-rel="popover" data-placement="top" data-original-title="<i class='ace-icon fa fa-bolt red'></i> Top Danger" data-content="Oh snap! Change a few things up and try submitting again.">Top</span>
<span class="btn btn-info btn-sm popover-info" data-rel="popover" data-placement="bottom" title="Some Info" data-content=" Heads up! This alert needs your attention, but it's not super important.">Bottom</span>
<span class="btn btn-inverse btn-sm popover-notitle" data-rel="popover" data-placement="bottom" data-content="Popover without a title!">No Title</span>
</p>
<!-- /section:elements.popover -->
</div>
</div>
</div>
</div><!-- /.col -->
</div><!-- /.row -->
<hr />
<div class="row">
<div class="col-sm-6">
<h3 class="header smaller lighter green"><i class="ace-icon fa fa-bullhorn"></i> Alerts</h3>
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert"><i class="ace-icon fa fa-times"></i></button>
<strong><i class="ace-icon fa fa-times"></i> Oh snap!</strong>
Change a few things up and try submitting again. <br />
</div>
<div class="alert alert-warning">
<button type="button" class="close" data-dismiss="alert"><i class="ace-icon fa fa-times"></i></button>
<strong>Warning!</strong>
Best check yo self, you're not looking too good. <br />
</div>
<div class="alert alert-block alert-success">
<button type="button" class="close" data-dismiss="alert"><i class="ace-icon fa fa-times"></i></button>
<p>
<strong><i class="ace-icon fa fa-check"></i> Well done!</strong>
You successfully read this important alert message.
</p>
<p>
<button class="btn btn-sm btn-success">Do This</button>
<button class="btn btn-sm">Or This One</button>
</p>
</div>
<div class="alert alert-info">
<button type="button" class="close" data-dismiss="alert"><i class="ace-icon fa fa-times"></i></button>
<strong>Heads up!</strong>
This alert needs your attention, but it's not super important. <br />
</div>
</div><!-- /.col -->
<div class="col-sm-6">
<h3 class="row header smaller lighter orange">
<span class="col-sm-8">
<i class="ace-icon fa fa-bell"></i> Gritter Notifications
</span><!-- /.col -->
<span class="col-sm-4">
<label class="pull-right inline">
<small class="muted">Dark:</small>
<input id="gritter-light" checked type="checkbox" class="ace ace-switch ace-switch-5" />
<span class="lbl middle"></span>
</label>
</span><!-- /.col -->
</h3>
<p>
<i>Click to see</i>
</p>
<!-- #section:plugins/misc.gritter -->
<p>
<button class="btn" id="gritter-regular">Regular</button>
<button class="btn btn-info" id="gritter-sticky">Sticky</button>
<button class="btn btn-success" id="gritter-without-image">Without Image</button>
</p>
<p>
<button class="btn btn-danger" id="gritter-error">Error</button>
<button class="btn btn-warning" id="gritter-max3">Max 3</button>
<button class="btn btn-primary" id="gritter-center">Center</button>
<button class="btn btn-inverse" id="gritter-remove">Remove</button>
</p>
<!-- /section:plugins/misc.gritter -->
</div><!-- /.col -->
</div><!-- /.row -->
<hr />
<div class="row">
<div class="col-sm-6">
<div>
<h3 class="header smaller lighter purple">Bootstrap Modals <small>(Bootbox.js)</small> </h3>
<!-- #section:plugins/misc.bootbox -->
<p>
<button class="btn" id="bootbox-regular">Regular Dialog</button>
<button class="btn btn-info" id="bootbox-confirm">Confirm</button>
<button class="btn btn-success" id="bootbox-options">More Options</button>
</p>
<!-- /section:plugins/misc.bootbox -->
</div><!-- /.row -->
<div class="space-24"></div>
<div class="row">
<div class="col-xs-12">
<h3 class="header smaller lighter grey"><i class="ace-icon fa fa-spinner fa-spin orange bigger-125"></i> Imageless Spinner <small>(spin.js)</small></h3>
</div>
<div class="col-xs-12">
<i>Change a value to begin</i>
<div class="pull-right center spinner-preview" id="spinner-preview"></div>
<form class="form-horizontal" id="spinner-opts">
<!-- #section:plugins/jquery.slider -->
<label class="inline">
<small class="lighter">Lines:</small>
<input class="hidden" type="text" name="lines" data-min="5" data-max="16" data-step="2" value="12" />
</label>
<div class="space-0"></div>
<label class="inline">
<small class="lighter">Length:</small>
<input class="hidden" type="text" name="length" data-min="0" data-max="30" value="7" />
</label>
<div class="space-0"></div>
<label class="inline">
<small class="lighter">Width:</small>
<input class="hidden" type="text" name="width" data-min="2" data-max="20" value="4" />
</label>
<div class="space-0"></div>
<label class="inline">
<small class="lighter">Radius:</small>
<input class="hidden" type="text" name="radius" data-min="0" data-max="40" value="10" />
</label>
<div class="space-0"></div>
<label class="inline">
<small class="lighter">Corners:</small>
<input class="hidden" type="text" name="corners" data-min="0" data-max="1" data-step="0.1" value="1" />
</label>
<div class="space-0"></div>
<label class="inline">
<small class="lighter">Rotate:</small>
<input class="hidden" type="text" name="rotate" data-min="0" data-max="90" value="0" />
</label>
<div class="space-0"></div>
<label class="inline">
<small class="lighter">Trail:</small>
<input class="hidden" type="text" name="trail" data-min="10" data-max="100" value="60" />
</label>
<div class="space-0"></div>
<label class="inline">
<small class="lighter">Speed:</small>
<input class="hidden" type="text" name="speed" data-min="0.5" data-max="2.2" data-step="0.1" value="1" />
</label>
<!-- /section:plugins/jquery.slider -->
</form>
</div><!-- /.row -->
</div><!-- /.row -->
</div><!-- /.col -->
<div class="col-sm-6">
<h3 class="header smaller lighter red">Bootstrap Wells</h3>
<div class="well">
<h4 class="green smaller lighter">Normal Well</h4>
Use the well as a simple effect on an element to give it an inset effect.
</div>
<div class="well well-lg">
<h4 class="blue">Large Well</h4>
Control padding and rounded corners with two optional modifier classes.
</div>
<div class="well well-sm">
This is a small well
</div>
</div><!-- /.col -->
</div><!-- /.row -->
<div class="row">
<div class="col-sm-6">
<h3 class="header smaller lighter green">Dropdowns</h3>
<!-- #section:elements.dropdown -->
<div class="dropdown dropdown-preview">
<ul class="dropdown-menu">
<li><a href="#" tabindex="-1">Action</a></li>
<li><a href="#" tabindex="-1">Another action</a></li>
<li><a href="#" tabindex="-1">Something else here</a></li>
<li class="divider"></li>
<li><a href="#" tabindex="-1">Separated link</a></li>
</ul>
</div>
<!-- /section:elements.dropdown -->
<!-- #section:elements.dropdown.submenu -->
<div class="dropdown dropdown-preview">
<ul class="dropdown-menu dropdown-danger">
<li><a href="#" tabindex="-1">Action</a></li>
<li><a href="#" tabindex="-1">Another action</a></li>
<li><a href="#" tabindex="-1">Something else here</a></li>
<li class="divider"></li>
<li class="dropdown-hover">
<a href="#" tabindex="-1" class="clearfix">
<span class="pull-left">More options</span>
<i class="ace-icon fa fa-caret-right pull-right"></i>
</a>
<ul class="dropdown-menu dropdown-danger">
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
</ul>
</li>
</ul>
</div>
<!-- /section:elements.dropdown.submenu -->
<div class="dropup dropdown-preview">
<ul class="dropdown-menu dropdown-light">
<li><a href="#" tabindex="-1">Action</a></li>
<li><a href="#" tabindex="-1">Another action</a></li>
<li><a href="#" tabindex="-1">Something else here</a></li>
<li class="divider"></li>
<li class="dropup dropdown-hover">
<a href="#" tabindex="-1" class="clearfix">
<span class="pull-left">More options</span>
<i class="ace-icon fa fa-caret-right pull-right"></i>
</a>
<ul class="dropdown-menu pull-left">
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
</ul>
</li>
</ul>
</div>
<div class="dropup dropdown-preview">
<ul class="dropdown-menu dropdown-purple">
<li><a href="#" tabindex="-1">Action</a></li>
<li><a href="#" tabindex="-1">Another action</a></li>
<li><a href="#" tabindex="-1">Something else here</a></li>
<li class="divider"></li>
<li class="dropdown-hover dropup">
<a href="#" tabindex="-1" class="clearfix">
<span class="pull-left">More options</span>
<i class="ace-icon fa fa-caret-left pull-right"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
<li><a href="#" tabindex="-1">Second level link</a></li>
</ul>
</li>
</ul>
</div>
<!-- #section:elements.dropdown.small -->
<div class="dropdown dropdown-preview">
<ul class="dropdown-menu dropdown-icon-only dropdown-50 dropdown-light">
<li class="action-buttons"><a href="#" tabindex="-1" class="center"><i class="fa fa-flag blue bigger-130"></i></a></li>
<li class="action-buttons"><a href="#" tabindex="-1" class="center"><i class="fa fa-flag red bigger-130"></i></a></li>
<li class="action-buttons"><a href="#" tabindex="-1" class="center"><i class="fa fa-flag green bigger-130"></i></a></li>
<li class="action-buttons"><a href="#" tabindex="-1" class="center"><i class="fa fa-flag orange bigger-130"></i></a></li>
</ul>
</div>
<!-- /section:elements.dropdown.small -->
</div>
<div class="col-sm-6">
<h3 class="row header smaller lighter blue">
<span class="col-sm-7">
<i class="ace-icon fa fa-th-large"></i> Pills
</span><!-- /.col -->
<span class="col-sm-5">
<label class="pull-right inline">
<small class="muted">Stacked:</small>
<input id="id-pills-stacked" checked type="checkbox" class="ace ace-switch ace-switch-5" />
<span class="lbl middle"></span>
</label>
</span><!-- /.col -->
</h3>
<ul class="nav nav-pills">
<li class="active"><a href="#">Home</a></li>
<li class="disabled"><a href="#">Profile</a></li>
<li><a href="#">Messages</a></li>
</ul>
</div>
</div>
<script type="text/javascript">
var $path_assets = "{{{path.assets}}}";//this will be used in gritter alerts containing images
</script>