-
Notifications
You must be signed in to change notification settings - Fork 16
/
interface.html
729 lines (705 loc) · 36.5 KB
/
interface.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
<div class="dynamic-list-widget-holder">
<div class="layouts-tab state present loading">
<header>
<div class="first-row">
<p>
Select layout
<a href="https://help.fliplet.com/list-from-data-source-lfd-component/" class="help-icon" target="_blank">
<i class="fa fa-question-circle-o"></i>
</a>
</p>
<span>Version: 1.4.0 (latest)</span>
</div>
<div class="uuid-holder">UUID: {{uuid}}</div>
</header>
<div class="state-wrapper">
<div class="loading-holder">
<div class="spinner-holder animated">
<div class="spinner-overlay">Loading...</div>
<p>Loading...</p>
</div>
</div>
<div class="layouts-flex">
<!-- layouts will be added here -->
</div>
</div>
</div>
<div class="settings-tab state future">
<div class="error-holder relations-error hidden">
<span class="text-danger">Please provide a value on the required fields.</span>
</div>
<header>
<div class="first-row">
<p>
Configure list (from data source)
<a href="https://help.fliplet.com/list-from-data-source-lfd-component/" class="help-icon" target="_blank">
<i class="fa fa-question-circle-o"></i>
</a>
</p>
<span>Version: 1.4.0 (latest)</span>
</div>
<div class="uuid-holder">UUID: {{uuid}}</div>
</header>
<div class="state-wrapper">
<form class="settings-form">
<div class="form-group clearfix">
<div id="dataSourceProvider" class="col-sm-8"></div>
</div>
<div class="form-group clearfix">
<div class="col-sm-4 control-label">
<label>Adjust the data fields you wish to display</label>
</div>
<div class="col-sm-8">
<div class="btn btn-default" data-relations-fields>Data view settings</div>
</div>
</div>
<div class="form-group clearfix disabled">
<div class="col-sm-4 control-label">
<label>How do you want to sort your list?</label>
</div>
<div class="col-sm-8">
<div class="sort-panels-holder empty">
<div class="add-sort-panel" data-add-sort-panel><i class="fa fa-plus-circle"></i> Add a new sort condition</div>
<div class="panel-group ui-sortable" id="sort-accordion">
<!-- Panels will be added here -->
</div>
</div>
</div>
</div>
<div class="form-group clearfix disabled">
<div class="col-sm-4 control-label">
<label>
How do you want to filter your list?
<a href="https://help.fliplet.com/filter-options-for-an-lfd/" class="help-icon" target="_blank">
<i class="fa fa-question-circle-o"></i>
</a>
</label>
</div>
<div class="col-sm-8">
<div class="filter-panels-holder empty">
<div class="add-filter-panel" data-add-filter-panel><i class="fa fa-plus-circle"></i> Add a new filter</div>
<div class="panel-group ui-sortable" id="filter-accordion">
<!-- Panels will be added here -->
</div>
</div>
</div>
</div>
<div class="form-group clearfix items-number hidden">
<div class="col-sm-4 control-label">
<label>Number of list items to show</label>
<p><small>Shows the first X amount of list items. User has to search to see more.</small></p>
</div>
<div class="col-sm-8">
<input type="text" class="form-control" id="items-number">
<p class="text-muted field-text-info">Leave it blank to show all or enter a number.</p>
</div>
</div>
<div class="form-group clearfix list-search disabled hidden">
<div class="col-sm-4 control-label">
<label>List search</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-search">
<label for="enable-search">
<span class="check"><i class="fa fa-check"></i></span> Allow users to search list items
</label>
</div>
<div class="search-fields hidden">
<!-- field will be added here -->
</div>
</div>
</div>
<div class="form-group clearfix list-filter disabled hidden">
<div class="col-sm-4 control-label">
<label>List filters</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-filters">
<label for="enable-filters">
<span class="check"><i class="fa fa-check"></i></span> Allow users to filter the list
</label>
</div>
<div class="filter-fields hidden">
<!-- field will be added here -->
</div>
<div class="checkbox checkbox-icon filter-in-overlay hidden">
<input type="checkbox" id="enable-filter-overlay">
<label for="enable-filter-overlay">
<span class="check"><i class="fa fa-check"></i></span> Display filters as a full screen overlay - <em>This is recommended if you have a long list of filters</em>
</label>
</div>
</div>
</div>
<div class="form-group clearfix list-sort disabled hidden">
<div class="col-sm-4 control-label">
<label>List sorting</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-sort">
<label for="enable-sort">
<span class="check"><i class="fa fa-check"></i></span> Allow users to sort the list
</label>
</div>
<div class="sort-fields hidden">
<!-- field will be added here -->
</div>
</div>
</div>
<div class="margin-15">
<div class="panel-group hidden" id="agenda-accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#agenda-accordion" data-target="#collapseZero">
<span class="panel-title-text">Agenda features</span>
<i class="fa fa-chevron-down"></i>
</h4>
</div>
<div id="collapseZero" class="agenda-collapse panel-collapse collapse">
<div class="panel-body">
<div class="form-group clearfix list-poll">
<div class="col-sm-4 control-label">
<label>Poll</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-poll">
<label for="enable-poll">
<span class="check"><i class="fa fa-check"></i></span> Enable session poll
</label>
<div class="hidden-settings">
<p>Select poll data field <small>(Required)</small></p>
<select name="select_poll_data" id="select_poll_data" class="form-control agenda-options-select">
<option value="none">-- Select a field</option>
<option disabled>------</option>
</select>
<p class="text-muted"><small>If a screen name is provided in the data source entry, users will be taken to the screen for the poll. Leave it empty to disable polling for the entry.</small></p>
</div>
</div>
</div>
</div>
<div class="form-group clearfix list-survey">
<div class="col-sm-4 control-label">
<label>Survey</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-survey">
<label for="enable-survey">
<span class="check"><i class="fa fa-check"></i></span> Enable session survey
</label>
<div class="hidden-settings">
<p>Select survey data field <small>(Required)</small></p>
<select name="select_survey_data" id="select_survey_data" class="form-control agenda-options-select">
<option value="none">-- Select a field</option>
<option disabled>------</option>
</select>
<p class="text-muted"><small>If a screen name is provided in the data source entry, users will be taken to the screen for the survey. Leave it empty to disable survey for the entry.</small></p>
</div>
</div>
</div>
</div>
<div class="form-group clearfix list-questions">
<div class="col-sm-4 control-label">
<label>Questions</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-questions">
<label for="enable-questions">
<span class="check"><i class="fa fa-check"></i></span> Enable session questions
</label>
<div class="hidden-settings">
<p>Select questions data field <small>(Required)</small></p>
<select name="select_questions_data" id="select_questions_data" class="form-control agenda-options-select">
<option value="none">-- Select a field</option>
<option disabled>------</option>
</select>
<p class="text-muted"><small>If a screen name is provided in the data source entry, users will be taken to the screen for the questions. Leave it empty to disable questions for the entry.</small></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="margin-15">
<div class="panel-group hidden" id="social-accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#social-accordion" data-target="#collapseOne">
<span class="panel-title-text">Social features</span>
<i class="fa fa-chevron-down"></i>
</h4>
</div>
<div id="collapseOne" class="social-collapse panel-collapse collapse">
<div class="panel-body">
<div class="form-group clearfix list-likes disabled hidden">
<div class="col-sm-4 control-label">
<label>Likes</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-likes">
<label for="enable-likes">
<span class="check"><i class="fa fa-check"></i></span> Allow users to like list items
</label>
</div>
</div>
</div>
<div class="form-group clearfix list-bookmark disabled hidden">
<div class="col-sm-4 control-label">
<label>Bookmarks</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-bookmarks">
<label for="enable-bookmarks">
<span class="check"><i class="fa fa-check"></i></span> Allow users to bookmark list items
</label>
</div>
</div>
</div>
<div class="form-group clearfix list-comments disabled hidden">
<div class="col-sm-4 control-label">
<label>Comments</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-comments">
<label for="enable-comments">
<span class="check"><i class="fa fa-check"></i></span> Allow users to comment on list items
</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="margin-15">
<div class="panel-group" id="permissions-accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#permissions-accordion" data-target="#collapseTwo">
<span class="panel-title-text">Entry management</span>
<i class="fa fa-chevron-down"></i>
</h4>
</div>
<div id="collapseTwo" class="permissions-collapse panel-collapse collapse">
<div class="panel-body">
<div class="form-group clearfix">
<div class="col-sm-4 control-label">
<label>Allow users to add, edit and delete list items</label>
</div>
<div class="col-sm-8">
<div class="checkbox checkbox-icon add-entry-checkbox">
<input type="checkbox" id="add_entry" name="list-control" value="add-entry">
<label for="add_entry">
<span class="check"><i class="fa fa-check"></i></span> <span class="option-title">Add list items</span>
</label>
<div class="hidden-settings">
<div class="form-group row clearfix">
<div class="col-sm-4 control-label">
<label class="form-title">Who can add list items?</label>
</div>
<div class="col-sm-8">
<div class="radio radio-icon">
<input type="radio" id="add-everyone" name="add-permissions" value="everyone">
<label for="add-everyone">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Everyone can add</span>
</label>
</div>
<div class="radio radio-icon">
<input type="radio" id="add-admins" name="add-permissions" value="admins">
<label for="add-admins">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Only admins can add</span>
</label>
</div>
</div>
</div>
<p>You need to create a form on a new screen to allow users to add a new item. Select the screen where the form will appear.</p>
<div id="add-entry-link"></div>
</div>
</div>
<div class="checkbox checkbox-icon edit-entry-checkbox">
<input type="checkbox" id="edit_entry" name="list-control" value="edit-entry">
<label for="edit_entry">
<span class="check"><i class="fa fa-check"></i></span> <span class="option-title">Edit list items</span>
</label>
<div class="hidden-settings">
<div class="form-group row clearfix">
<div class="col-sm-4 control-label">
<label class="form-title">Who can edit list items?</label>
</div>
<div class="col-sm-8">
<div class="radio radio-icon">
<input type="radio" id="edit-everyone" name="edit-permissions" value="everyone">
<label for="edit-everyone">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Everyone can edit</span>
</label>
</div>
<div class="radio radio-icon">
<input type="radio" id="edit-user" name="edit-permissions" value="user">
<label for="edit-user">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Users can edit their own list items</span>
</label>
</div>
<div class="radio radio-icon">
<input type="radio" id="edit-admins" name="edit-permissions" value="admins">
<label for="edit-admins">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Only admins can edit list items</span>
</label>
</div>
<div class="radio radio-icon">
<input type="radio" id="edit-users-admins" name="edit-permissions" value="users-admins">
<label for="edit-users-admins">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Users and admins can edit list items</span>
</label>
</div>
</div>
</div>
<p>You need to create a form on a new screen to allow users to edit a new item. Select the screen where the form will appear.</p>
<div id="edit-entry-link"></div>
</div>
</div>
<div class="checkbox checkbox-icon delete-entry-checkbox">
<input type="checkbox" id="delete_entry" name="list-control" value="delete-entry">
<label for="delete_entry">
<span class="check"><i class="fa fa-check"></i></span> <span class="option-title">Delete list items</span>
</label>
<div class="hidden-settings">
<div class="form-group row clearfix">
<div class="col-sm-4 control-label">
<label class="form-title">Who can edit list items?</label>
</div>
<div class="col-sm-8">
<div class="radio radio-icon">
<input type="radio" id="delete-everyone" name="delete-permissions" value="everyone">
<label for="delete-everyone">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Everyone can delete</span>
</label>
</div>
<div class="radio radio-icon">
<input type="radio" id="delete-user" name="delete-permissions" value="user">
<label for="delete-user">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Users can delete their own list items</span>
</label>
</div>
<div class="radio radio-icon">
<input type="radio" id="delete-admins" name="delete-permissions" value="admins">
<label for="delete-admins">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Only admins can delete list items</span>
</label>
</div>
<div class="radio radio-icon">
<input type="radio" id="delete-users-admins" name="delete-permissions" value="users-admins">
<label for="delete-users-admins">
<span class="check"><i class="fa fa-circle"></i></span> <span class="option-title">Users and admins can delete list items</span>
</label>
</div>
</div>
</div>
</div>
</div>
<div class="select-user-email-list-holder hidden">
<label>Select field where the post author's email is stored <small>(Required)</small></label>
<p><small>This is used so we can offer the right edit options to the right person.</small></p>
<select name="select_user_email_data" id="select_user_email_data" class="form-control">
<option value="none">-- Select the email data field</option>
<option disabled>------</option>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="user-datasource-options hidden">
<div class="form-group clearfix">
<div class="col-xs-12 select-user-datasource-holder" id="user_data_source_provider">
</div>
<div class="col-xs-12 select-user-firstname-holder hidden">
<label>Username data field(s) <small>(Required)</small></label>
<p><small>Select any that apply if you have two fields for the users name.</small></p>
<div class="user-name-fields">
<!-- field will be added here -->
</div>
</div>
<div class="col-xs-12 select-user-email-holder hidden">
<label>User email data field <small>(Required)</small></label>
<select name="select_user_email" id="select_user_email" class="form-control">
<option value="none">-- Select email data field</option>
<option disabled>------</option>
</select>
</div>
<div class="col-xs-12 select-user-photo-holder hidden">
<label>User photo data field</label>
<select name="select_user_photo" id="select_user_photo" class="form-control">
<option value="none" selected>Don't show user photos</option>
<option disabled>-- Select user photo data field</option>
</select>
</div>
<div class="col-xs-12 select-photo-folder-type hidden">
<label>Photo field data type</label>
<select name="select_user_folder_type" id="select_user_folder_type" class="form-control">
<option value="all-folders">Image folder</option>
<option value="url" selected>URL to external image</option>
</select>
</div>
<div class="col-xs-12 select-photo-folder hidden">
<div class="btn btn-default file-picker-btn" data-file-picker-user>Select a folder</div>
<div class="selected-user-folder hidden">Selected folder: <strong><span></span></strong></div>
</div>
<div class="col-xs-12 select-user-admin-holder hidden">
<label>Field to identify Admins <small>(Required)</small> <span data-toggle="tooltip" data-placement="top" title="To identify which users have admin rights you can create a new column in your users data source, and mark admins with an 'X' and leave non-admins as blank"><i class="fa fa-info-circle"></i></span></label>
<select name="select_user_admin" id="select_user_admin" class="form-control">
<option value="none">-- Select admin field</option>
<option disabled>------</option>
</select>
</div>
</div>
</div>
<div class="form-group clearfix">
<div class="col-sm-4 control-label">
<label>Developer options</label>
</div>
<div class="col-sm-8">
<div class="btn btn-default" data-advanced>Edit component's code <i class="fa fa-angle-right"></i></div>
</div>
</div>
</form>
</div>
</div>
<div class="relations-tab state future">
<header>
<div class="first-row">
<div class="title-holder">
<div class="go-back" data-back-settings="relations"><i class="fa fa-angle-left"></i> Back to settings</div>
<p>Data view settings</p>
</div>
<span>Version: 1.4.0 (latest)</span>
</div>
<div class="uuid-holder">UUID: {{uuid}}</div>
</header>
<div class="state-wrapper">
<div class="row">
<div class="form-group clearfix summary-view-table">
<div class="col-sm-12 control-label">
<label>Summary view fields</label>
</div>
<div class="col-sm-12">
<div class="rTable">
<div class="rTableRow clearfix">
<div class="rTableHead title"> </div>
<div class="rTableHead select">Field name</div>
<div class="rTableHead select">Field type</div>
</div>
<div class="summary-table-panels-holder"></div>
</div>
</div>
</div>
<div class="form-group clearfix">
<div class="col-sm-12 control-label">
<label>Summary click action</label>
</div>
<div class="col-sm-12">
<div class="intro-form">
<p class="text-muted">Choose the action when a user taps on a list item</p>
<div class="radio radio-icon">
<input type="radio" id="detail-view" name="detail-view-action" value="show">
<label for="detail-view">
<span class="check"><i class="fa fa-circle"></i></span> Show the detail view
</label>
</div>
<div class="radio radio-icon">
<input type="radio" id="detail-link" name="detail-view-action" value="link">
<label for="detail-link">
<span class="check"><i class="fa fa-circle"></i></span> Open a link
</label>
</div>
</div>
</div>
</div>
<div class="form-group clearfix detail-view-table hidden">
<div class="col-sm-12">
<p>Detail view fields</p>
</div>
<div class="col-sm-12">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-auto-update">
<label for="enable-auto-update">
<span class="check"><i class="fa fa-check"></i></span> I want the detail view to auto update when new fields are added<br>
<span class="text-muted">Use this option when you want all columns to be shown in the detail view. The field type will default to 'text'.</span>
</label>
</div>
<div class="rTable">
<div class="rTableRow clearfix">
<div class="rTableHead title"> </div>
<div class="rTableHead select">Field name</div>
<div class="rTableHead select">Field type</div>
<div class="rTableHead select">Field label</div>
</div>
<div class="detail-table-panels-holder"></div>
<div class="rTableRow clearfix">
<div class="rTableCell title"> </div>
<div class="rTableCell select">
<button type="button" class="btn btn-default add-data-field">Add new field</button>
</div>
</div>
</div>
</div>
</div>
<div class="form-group clearfix detail-link-action hidden">
<div class="col-sm-12">
<p>Link field</p>
</div>
<div class="col-sm-12">
<div class="rTable">
<div class="rTableRow clearfix">
<div class="rTableHead select">Field name</div>
<div class="rTableHead select">Link type</div>
</div>
<div class="rTableRow clearfix">
<div class="rTableCell select field">
<select name="select_field_link" id="select_field_link" class="form-control">
<option value="none">-- Select a data field</option>
<option disabled>------</option>
</select>
</div>
<div class="rTableCell select type">
<select name="select_type_link" id="select_type_link" class="form-control">
<option value="none">-- Select a type</option>
<option disabled>------</option>
<option value="screen">Screen</option>
<option value="url">URL</option>
<option value="file">File</option>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="advanced-tab state future">
<header>
<div class="first-row">
<div class="title-holder">
<div class="go-back" data-back-settings="advanced"><i class="fa fa-angle-left"></i> Back to settings</div>
<p>Developer options</p>
</div>
<span>Version: 1.4.0 (latest)</span>
</div>
<div class="uuid-holder">UUID: {{uuid}}</div>
</header>
<div class="state-wrapper">
<div class="hidden" data-small-card-css-url="{{ asset 'css/layout-css/small-card-style.upload.css' }}"></div>
<div class="hidden" data-small-card-js-url="{{ asset 'js/layout-javascript/small-card-code.js' }}"></div>
<div class="hidden" data-news-feed-css-url="{{ asset 'css/layout-css/news-feed-style.upload.css' }}"></div>
<div class="hidden" data-news-feed-js-url="{{ asset 'js/layout-javascript/news-feed-code.js' }}"></div>
<div class="hidden" data-agenda-css-url="{{ asset 'css/layout-css/agenda-style.upload.css' }}"></div>
<div class="hidden" data-agenda-js-url="{{ asset 'js/layout-javascript/agenda-code.js' }}"></div>
<div class="hidden" data-small-h-card-css-url="{{ asset 'css/layout-css/small-h-card-style.upload.css' }}"></div>
<div class="hidden" data-small-h-card-js-url="{{ asset 'js/layout-javascript/small-h-card-code.js' }}"></div>
<div class="hidden" data-simple-list-css-url="{{ asset 'css/layout-css/simple-list-style.upload.css' }}"></div>
<div class="hidden" data-simple-list-js-url="{{ asset 'js/layout-javascript/simple-list-code.js' }}"></div>
<ul class="nav nav-tabs advanced-tabs-level-one">
<li class="active"><a href="#templates" data-toggle="tab">HTML</a></li>
<li><a href="#css" data-toggle="tab">CSS</a></li>
<li><a href="#javascript" data-toggle="tab">JavaScript</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="templates">
<div class="action-control-holder">
<div class="action-control">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-templates">
<label for="enable-templates">
<span class="check"><i class="fa fa-check"></i></span> I want to edit the HTML template
</label>
</div>
</div>
<div class="reset-buttons">
<div class="btn btn-sm btn-danger btn-outline hidden" data-id="enable-templates" data-reset-template>Reset <span id="reset-template-name"></span></div>
<div class="btn btn-sm btn-danger hidden" data-id="enable-templates" data-reset-default>Reset all HTML</div>
</div>
</div>
<div class="editor-holder enable-templates disabled">
<ul class="nav nav-tabs advanced-tabs-level-two">
<li class="active"><a href="#loop" data-template-id="loop" data-toggle="tab">List template</a></li>
<li class="search-results-item hidden"><a href="#search-results" data-template-id="search-results" data-toggle="tab">Search results template</a></li>
<li class="detail-view-item hidden"><a href="#detail-view-tab" data-template-id="detail" data-toggle="tab">Detail template</a></li>
<li class="filter-loop-item hidden"><a href="#filter-loop" data-template-id="filter" data-toggle="tab">Filter template</a></li>
<li class="date-loop-item hidden"><a href="#other-loop" data-template-id="other-loop" data-toggle="tab">Date template</a></li>
<li><a href="#base" data-template-id="base" data-toggle="tab">List container</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="loop">
<textarea id="loop-template" data-type="htmlmixed"></textarea>
</div>
<div class="tab-pane" id="search-results">
<textarea id="search-results-template" data-type="htmlmixed"></textarea>
</div>
<div class="tab-pane" id="detail-view-tab">
<textarea id="detail-view-template" data-type="htmlmixed"></textarea>
</div>
<div class="tab-pane" id="filter-loop">
<textarea id="filter-loop-template" data-type="htmlmixed"></textarea>
</div>
<div class="tab-pane" id="other-loop">
<textarea id="other-loop-template" data-type="htmlmixed"></textarea>
</div>
<div class="tab-pane" id="base">
<textarea id="base-template" data-type="htmlmixed"></textarea>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="css">
<div class="action-control-holder">
<div class="action-control">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-css">
<label for="enable-css">
<span class="check"><i class="fa fa-check"></i></span> I want to edit the list CSS
</label>
</div>
</div>
<div class="btn btn-sm btn-danger hidden" data-id="enable-css" data-reset-default>Reset CSS</div>
</div>
<div class="editor-holder enable-css disabled">
<textarea id="css-styles" data-type="css"></textarea>
</div>
</div>
<div class="tab-pane" id="javascript">
<div class="action-control-holder">
<div class="action-control">
<div class="checkbox checkbox-icon">
<input type="checkbox" id="enable-javascript">
<label for="enable-javascript">
<span class="check"><i class="fa fa-check"></i></span> I want to edit the list JavaScript
</label>
</div>
</div>
<div class="btn btn-sm btn-danger hidden" data-id="enable-javascript" data-reset-default>Reset JavaScript</div>
</div>
<div class="editor-holder enable-javascript disabled">
<textarea id="js-code" data-type="javascript"></textarea>
</div>
</div>
</div>
</div>
</div>
<div class="component-error alert alert-danger animated hidden">
Please select a value on the fields marked as required.
</div>
</div>