j1-template 2021.1.1 → 2021.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +23 -9
  3. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  4. data/_includes/themes/j1/modules/connectors/ads +3 -5
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +9 -5
  6. data/_includes/themes/j1/modules/connectors/analytics +4 -2
  7. data/_includes/themes/j1/modules/connectors/comments +7 -6
  8. data/_includes/themes/j1/modules/connectors/translator +3 -4
  9. data/_includes/themes/j1/modules/navigator/generator.html +4 -40
  10. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  11. data/_includes/themes/j1/procedures/global/create_bs_button.proc +64 -22
  12. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -10
  13. data/_layouts/default.html +4 -7
  14. data/assets/data/authclient.html +231 -229
  15. data/assets/data/banner.html +30 -32
  16. data/assets/data/cookieconsent.html +249 -0
  17. data/assets/data/fam.html +1 -1
  18. data/assets/data/footer.html +1 -1
  19. data/assets/data/gallery_customizer.html +10 -5
  20. data/assets/data/menu.html +3 -3
  21. data/assets/data/mmenu.html +4 -3
  22. data/assets/data/mmenu_sidebar.html +1 -1
  23. data/assets/data/mmenu_toc.html +1 -1
  24. data/assets/data/panel.html +20 -16
  25. data/assets/data/quicklinks.html +20 -18
  26. data/assets/data/themes.json +6 -6
  27. data/assets/themes/j1/adapter/js/{cookiebar.js → cookieConsent.js} +129 -55
  28. data/assets/themes/j1/adapter/js/j1.js +147 -145
  29. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +3 -2
  30. data/assets/themes/j1/adapter/js/mmenu.js +8 -4
  31. data/assets/themes/j1/adapter/js/navigator.js +77 -22
  32. data/assets/themes/j1/adapter/js/themer.js +37 -29
  33. data/assets/themes/j1/adapter/js/toccer.js +4 -45
  34. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
  35. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  36. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3960 -240
  37. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  38. data/assets/themes/j1/core/js/template.js +3 -9
  39. data/assets/themes/j1/core/js/template.js.map +1 -1
  40. data/assets/themes/j1/core/js/template.min.js +3 -9
  41. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  42. data/assets/themes/j1/modules/cookieConsent/LICENSE +21 -0
  43. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +286 -0
  44. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +28 -0
  45. data/assets/themes/j1/modules/fam/css/{uno → theme/uno}/fam.css +0 -0
  46. data/assets/themes/j1/modules/fam/css/theme/uno/fam.min.css +15 -0
  47. data/assets/themes/j1/modules/fam/js/fam.js +1 -6
  48. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  49. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  50. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  51. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  52. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  53. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  54. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  55. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  56. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.css → mmenu-light.css} +0 -0
  57. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.min.css → mmenu-light.min.css} +0 -0
  58. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.css → uno/mmenu.css} +0 -0
  59. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.min.css → uno/mmenu.min.css} +0 -0
  60. data/assets/themes/j1/modules/rtable/css/theme/{uno.css → uno/rtable.css} +0 -0
  61. data/assets/themes/j1/modules/rtable/css/theme/{uno.min.css → uno/rtable.min.css} +0 -0
  62. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +33 -47
  63. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
  64. data/assets/themes/j1/modules/util/js/domready.js +146 -0
  65. data/assets/themes/j1/modules/util/js/gtag-opt-in.js +1 -0
  66. data/lib/j1/version.rb +1 -1
  67. data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -3
  68. data/lib/starter_web/Gemfile +1 -1
  69. data/lib/starter_web/_config.yml +8 -7
  70. data/lib/starter_web/_data/_defaults/resources.yml +11 -8
  71. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +1 -0
  72. data/lib/starter_web/_data/blocks/banner.yml +30 -24
  73. data/lib/starter_web/_data/blocks/panel.yml +9 -7
  74. data/lib/starter_web/_data/builder/blog_navigator.yml +6 -1
  75. data/lib/starter_web/_data/j1_config.yml +22 -19
  76. data/lib/starter_web/_data/layouts/blog_archive.yml +9 -0
  77. data/lib/starter_web/_data/layouts/default.yml +17 -27
  78. data/lib/starter_web/_data/layouts/home.yml +6 -5
  79. data/lib/starter_web/_data/layouts/page.yml +1 -1
  80. data/lib/starter_web/_data/modules/{cookiebar.yml → cookieconsent.yml} +4 -4
  81. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
  82. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +135 -0
  83. data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
  84. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
  85. data/lib/starter_web/_data/modules/navigator.yml +24 -21
  86. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  87. data/lib/starter_web/_data/pages/builder.yml +7 -7
  88. data/lib/starter_web/_data/private.default.yml +119 -0
  89. data/lib/starter_web/_data/private.yml +6 -6
  90. data/lib/starter_web/_data/resources.yml +19 -15
  91. data/lib/starter_web/_includes/attributes.asciidoc +10 -1
  92. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  93. data/lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg +0 -0
  94. data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg} +0 -0
  95. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  96. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +3 -9
  97. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +4 -4
  98. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -7
  99. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -7
  100. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -4
  101. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -4
  102. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -4
  103. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -4
  104. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +3 -0
  105. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -0
  106. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +3 -0
  107. data/lib/starter_web/dot.gitignore +1 -1
  108. data/lib/starter_web/index.html +3 -3
  109. data/lib/starter_web/package.json +1 -1
  110. data/lib/starter_web/pages/public/blog/navigator/archive.html +43 -23
  111. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +51 -27
  112. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +48 -26
  113. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +44 -12
  114. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  115. data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
  116. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +244 -0
  117. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
  118. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -16
  119. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +104 -209
  120. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +6 -1
  121. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  122. data/lib/starter_web/utilsrv/package.json +1 -1
  123. metadata +25 -14
  124. data/assets/data/cookiebar.html +0 -285
  125. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +0 -132
@@ -68,7 +68,7 @@ regenerate: true
68
68
 
69
69
  <!-- [INFO ] [j1.assets.data.banner.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
70
70
  <head>
71
- <meta name="robots" content="noindex, nofollow" \>
71
+ <meta name="robots" content="noindex, nofollow" />
72
72
  </head>
73
73
 
74
74
  {% comment %} Main
@@ -98,6 +98,7 @@ regenerate: true
98
98
  {% assign lane_span = banner_settings.lane_span %}
99
99
  {% assign buttons = banner_settings.buttons %}
100
100
  {% assign cards = banner_settings.cards %}
101
+ {% assign properties = banner_settings.properties %}
101
102
  {% endif %}
102
103
  {% endfor %}
103
104
 
@@ -134,8 +135,8 @@ regenerate: true
134
135
  {% when 'teaser' %}
135
136
  {% assign banner_options = banner_config_defaults.teaser | merge: banner_settings %}
136
137
  {% if debug %}<!-- banner_options: {{banner_options}} -->{% endif %}
137
- <section id="{{banner_settings.id}}">
138
- <div class="container">
138
+ <section id="{{banner_settings.id}}" class="container">
139
+ <div class="row {{banner_settings.properties}}">
139
140
  {% assign card_items = cards | size %}
140
141
  {% for card in cards %}
141
142
 
@@ -208,7 +209,7 @@ regenerate: true
208
209
 
209
210
  <!-- Body -->
210
211
  <div class="row {{animate}}">
211
- <div>{{card_description}}</div>
212
+ <div class="{{properties}}">{{card_description}}</div>
212
213
  {% if card_buttons %}
213
214
  <!-- Footer -->
214
215
  <div class="mt-1">
@@ -296,26 +297,24 @@ regenerate: true
296
297
 
297
298
  {% for card in cards %}
298
299
 
299
- {% for items in card %}
300
- {% for item in items[1] %}
301
- {% assign key = item[0] %}
302
- {% assign value = item[1] %}
303
- {% if key == 'enabled' %} {% assign card_enabled = value %} {% endif %}
304
- {% if key == 'type' %} {% assign card_type = value %} {% endif %}
305
- {% if key == 'cite_text_size' %} {% assign card_cite_text_size = value %} {% endif %}
306
- {% if key == 'cite_text_quotes' %} {% assign card_cite_text_quotes = value %} {% endif %}
307
- {% if key == 'cite_text' %} {% assign card_text = value | strip_newlines %} {% endif %}
308
- {% if key == 'cite_size' %} {% assign card_cite_size = value %} {% endif %}
309
- {% if key == 'cite' %} {% assign card_cite = value | strip_newlines %} {% endif %}
310
- {% if key == 'text_color' %} {% assign card_text_color = value %} {% endif %}
311
- {% if key == 'cite_color' %} {% assign card_cite_color = value %} {% endif %}
312
- {% if key == 'gridify' %} {% assign card_gridify = value %} {% endif %}
313
- {% if key == 'gridifier' %} {% assign card_gridifier = value %} {% endif %}
314
- {% if key == 'darken' %} {% assign card_darken = value %} {% endif %}
315
- {% if key == 'size_y' %} {% assign card_background_size = value %} {% endif %}
316
- {% if key == 'background_image' %} {% assign card_background_image = value %} {% endif %}
317
- {% endfor %}
318
- {% endfor %}
300
+ {% for items in card %} {% for item in items[1] %}
301
+ {% assign key = item[0] %}
302
+ {% assign value = item[1] %}
303
+ {% if key == 'enabled' %} {% assign card_enabled = value %} {% endif %}
304
+ {% if key == 'type' %} {% assign card_type = value %} {% endif %}
305
+ {% if key == 'cite_text_size' %} {% assign card_cite_text_size = value %} {% endif %}
306
+ {% if key == 'cite_text_quotes' %} {% assign card_cite_text_quotes = value %} {% endif %}
307
+ {% if key == 'cite_text' %} {% assign card_text = value | strip_newlines %} {% endif %}
308
+ {% if key == 'cite_size' %} {% assign card_cite_size = value %} {% endif %}
309
+ {% if key == 'cite' %} {% assign card_cite = value | strip_newlines %} {% endif %}
310
+ {% if key == 'text_color' %} {% assign card_text_color = value %} {% endif %}
311
+ {% if key == 'cite_color' %} {% assign card_cite_color = value %} {% endif %}
312
+ {% if key == 'gridify' %} {% assign card_gridify = value %} {% endif %}
313
+ {% if key == 'gridifier' %} {% assign card_gridifier = value %} {% endif %}
314
+ {% if key == 'darken' %} {% assign card_darken = value %} {% endif %}
315
+ {% if key == 'size_y' %} {% assign card_background_size = value %} {% endif %}
316
+ {% if key == 'background_image' %} {% assign card_background_image = value %} {% endif %}
317
+ {% endfor %} {% endfor %}
319
318
 
320
319
  {% if card_type == 'quote' and card_enabled %}
321
320
 
@@ -346,26 +345,24 @@ regenerate: true
346
345
  {% include {{select_color}} color=cite_color fallback="#FAFAFA" %}
347
346
  {% assign cite_color = color %}
348
347
 
349
- {% comment %} Set individual STYLE tags
348
+ {% comment %} Add individual STYLE tags
350
349
  ------------------------------------------------------------------ {% endcomment %}
351
- $('head').append(
352
-
353
- "<style>
350
+ <!-- [INFO ] [/assets/data/banner.html ] [ Add individual styles for the parallax banner ] -->
351
+ <style>
354
352
  .{{banner_settings.id}}-parallaxBg{background:url("{{background_image}}"); min-height: {{size_y}}px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }
355
353
  .{{banner_settings.id}}-parallax-quote{color:#fff;padding:100px 0;position:relative;text-align:center}
356
354
  .{{banner_settings.id}}-parallax-quote:before{top:0;left:0;width:100%;height:100%;content:" ";position:absolute;{% if gridify == true %}background: url("{{gridifier}}") repeat;{% endif %}}
357
355
  .{{banner_settings.id}}-parallax-quote:after{top:0;left:0;width:100%;height:100%;content:" ";position:absolute;background:rgba(0,0,0,{{darken}})}
358
356
  .{{banner_settings.id}}-parallax-quote-in{z-index: 2;position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; padding: 20px; text-align: center; }
359
- .{{banner_settings.id}}-parallax-quote-in p{color:{{text_color}};font-size:{{card_cite_text_size}};text-transform:uppercase;}
357
+ .{{banner_settings.id}}-parallax-quote-in p{color:{{text_color}};font-size:{{card_cite_text_size}};text-transform:uppercase;line-height: 1.25;}
360
358
  {% if card_text and card_cite_text_quotes %}
361
359
  .{{banner_settings.id}}-parallax-quote-in p:after,.{{banner_settings.id}}-parallax-quote-in p:before{content:' " ';}
362
360
  {% endif %}
363
361
  .{{banner_settings.id}}-parallax-quote-in small{color:{{cite_color}};font-size:{{card_cite_size}};font-weight:600;}
364
362
  .{{banner_settings.id}}-parallax-quote:after{background: rgba(0,0,0,{{darken}})}
365
- </style>"
366
- );
363
+ </style>
367
364
 
368
- <div class="panel-fluid">
365
+ <div class="panel-fluid {{banner_settings.properties}}">
369
366
  <div class="row no-gutters {{banner_settings.id}}-parallax-quote {{banner_settings.id}}-parallaxBg">
370
367
  <div class="col-md-12 col-xs-12 {{banner_settings.id}}-parallax-quote-in">
371
368
  {% if card_text %} <p>{{card_text}}</p>{% endif %}
@@ -373,6 +370,7 @@ regenerate: true
373
370
  </div>
374
371
  </div>
375
372
  </div>
373
+
376
374
  </div> <!-- End banner {{ id }} -->
377
375
  {% endif %}
378
376
  {% endfor %}
@@ -0,0 +1,249 @@
1
+ ---
2
+ regenerate: true
3
+ ---
4
+
5
+ {% capture cache %}
6
+
7
+ {% comment %}
8
+ # -----------------------------------------------------------------------------
9
+ # ~/assets/data/cookieconsent.html
10
+ # Liquid PROCEDURE to generate the HTML (data) portion of all modals used
11
+ # by J1 Cookie Consent module
12
+ #
13
+ # Product/Info:
14
+ # https://jekyll.one
15
+ #
16
+ # Copyright (C) 2021 Juergen Adams
17
+ #
18
+ # J1 Template is licensed under the MIT License.
19
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
20
+ # -----------------------------------------------------------------------------
21
+ # Test data:
22
+ # liquid_var: {{ liquid_var | debug }}
23
+ # config: {{ config | debug }}
24
+ # -----------------------------------------------------------------------------
25
+ {% endcomment %}
26
+
27
+ {% comment %} Liquid procedures
28
+ -------------------------------------------------------------------------------- {% endcomment %}
29
+
30
+ {% comment %} Set global settings
31
+ -------------------------------------------------------------------------------- {% endcomment %}
32
+ {% assign environment = site.environment %}
33
+
34
+ {% comment %} Set config files
35
+ -------------------------------------------------------------------------------- {% endcomment %}
36
+ {% assign modules = site.data.modules %}
37
+
38
+ {% comment %} Process YML config data
39
+ ================================================================================ {% endcomment %}
40
+
41
+ {% comment %} Set config files
42
+ -------------------------------------------------------------------------------- {% endcomment %}
43
+ {% assign consent_defaults = modules.defaults.cookieconsent.defaults %}
44
+ {% assign consent_settings = modules.cookieconsent.settings %}
45
+
46
+ {% comment %} Set config options
47
+ -------------------------------------------------------------------------------- {% endcomment %}
48
+ {% assign consent_options = consent_defaults | merge: consent_settings %}
49
+
50
+ {% assign production = false %}
51
+ {% if environment == 'prod' or environment == 'production' %}
52
+ {% assign production = true %}
53
+ {% endif %}
54
+
55
+
56
+ {% comment %} Main
57
+ ================================================================================ {% endcomment %}
58
+ <!-- [INFO ] [j1.assets.data.cookiebar.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
59
+ <head>
60
+ <meta name="robots" content="noindex, nofollow" />
61
+ </head>
62
+
63
+ {% comment %} Modal cookie consent dialog (default: en-EN)
64
+ -------------------------------------------------------------------------------- {% endcomment %}
65
+ <div id="consent-data-en">
66
+ <div id="modal-consent-en" class="modal-dialog modal-frame modal-top modal-notify modal-primary" role="document">
67
+ <div class="modal-content">
68
+ <div class="modal-header">
69
+ <p class="lead">{{consent_options.consent_modal_title.en}}</p>
70
+ </div>
71
+ <div class="modal-body">
72
+ <div class="bccs-body-text" style="font-size: 90%">
73
+ <p class="mb-4">{{consent_options.body_text.en}}</p>
74
+ </div>
75
+ <p>
76
+ <a href="#bccs-privacy" data-toggle="collapse" class="">Privacy Notice</a>
77
+ <a href="#bccs-options" data-toggle="collapse" class="float-right">Settings</a>
78
+ </p>
79
+
80
+ <div id="bccs-privacy" class="collapse">
81
+ <div class="bccs-body-text" style="font-size: 90%">
82
+ <p class="mb-4">{{consent_options.privacy_notice.en}}</p>
83
+ </div>
84
+ </div>
85
+
86
+ <div id="bccs-options" class="collapse">
87
+ <p class="tagline mt-4 mb-1"><b>Your settings</b></p>
88
+ <div class="d-inline-block g-width-50 g-height-2 bg-primary mb-3"></div>
89
+
90
+ <div class="bccs-option" data-name="necessary">
91
+ <div class="switch">
92
+ <label>
93
+ <input id="bccs-checkboxNecessary" type="checkbox" name="bccs-checkboxNecessary" disabled="" checked="">
94
+ <span class="bmd-switch-track"></span>
95
+ Necessary
96
+ </label>
97
+ <ul>
98
+ <li>Required to run the website</li>
99
+ </ul>
100
+ </div>
101
+ </div>
102
+ <div class="bccs-option" data-name="analyses">
103
+ <div class="switch">
104
+ <label>
105
+ <input id="bccs-checkboxAnalyses" type="checkbox" name="bccs-checkboxAnalyses" checked="">
106
+ <span class="bmd-switch-track"></span>
107
+ Analyses
108
+ </label>
109
+ <ul>
110
+ <li>Monitoring website usage</li>
111
+ <li>Optimizing the user experience</li>
112
+ </ul>
113
+ </div>
114
+ </div>
115
+ <div class="bccs-option" data-name="personalization">
116
+ <div class="switch">
117
+ <label>
118
+ <input id="bccs-checkboxPersonalization" type="checkbox" name="bccs-checkboxPersonalization" checked="">
119
+ <span class="bmd-switch-track"></span>
120
+ Personalization
121
+ </label>
122
+ <ul>
123
+ <li>Storage of your preferences from previous visits</li>
124
+ <li>Collecting user feedback to improve our website</li>
125
+ <li>Recording of your interests in order to provide customised content and offers</li>
126
+ </ul>
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+ <div class="modal-footer">
132
+ <button id="bccs-buttonDoNotAgree" type="button" class="btn btn-link text-decoration-none" style="">
133
+ I do not agree
134
+ </button>
135
+ <button id="bccs-buttonAgree" type="button" class="btn btn-primary btn-raised" style="">
136
+ Agree
137
+ </button>
138
+ <button id="bccs-buttonSave" type="button" class="btn btn-primary" style="display: none;">
139
+ Save selection
140
+ </button>
141
+ <button id="bccs-buttonAgreeAll" type="button" class="btn btn-primary btn-raised" style="display: none;">
142
+ Agree on all
143
+ </button>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ {% comment %} END Modal cookie consent dialog (en-EN)
150
+ -------------------------------------------------------------------------------- {% endcomment %}
151
+
152
+
153
+
154
+ {% comment %} Modal cookie consent dialog (de-DE)
155
+ -------------------------------------------------------------------------------- {% endcomment %}
156
+ <div id="consent-data-de">
157
+ <div id="modal-consent-de" class="modal-dialog modal-frame modal-top modal-notify modal-primary" role="document">
158
+ <div class="modal-content">
159
+ <div class="modal-header">
160
+ <p class="lead">{{consent_options.consent_modal_title.de}}</p>
161
+ </div>
162
+ <div class="modal-body">
163
+ <div class="bccs-body-text" style="font-size: 90%">
164
+ <p class="mb-4">{{consent_options.body_text.de}}</p>
165
+ </div>
166
+ <p>
167
+ <a href="#bccs-privacy" data-toggle="collapse" class="">Datenschutzerklärung</a>
168
+ <a href="#bccs-options" data-toggle="collapse" class="float-right">Einstellungen</a>
169
+ </p>
170
+
171
+ <div id="bccs-privacy" class="collapse">
172
+ <div class="bccs-body-text" style="font-size: 90%">
173
+ <p class="mb-4">{{consent_options.privacy_notice.de}}</p>
174
+ </div>
175
+ </div>
176
+
177
+ <div id="bccs-options" class="collapse">
178
+ <p class="tagline mt-4 mb-1"><b>Ihre Einstellungen</b></p>
179
+ <div class="d-inline-block g-width-50 g-height-2 bg-primary mb-3"></div>
180
+
181
+ <div class="bccs-option" data-name="necessary">
182
+ <div class="switch">
183
+ <label>
184
+ <input id="bccs-checkboxNecessary" type="checkbox" name="bccs-checkboxNecessary" disabled="" checked="">
185
+ <span class="bmd-switch-track"></span>
186
+ Notwendig
187
+ </label>
188
+ <ul>
189
+ <li>Zum Betrieb der Website erforderlich</li>
190
+ </ul>
191
+ </div>
192
+ </div>
193
+ <div class="bccs-option" data-name="analyses">
194
+ <div class="switch">
195
+ <label>
196
+ <input id="bccs-checkboxAnalyses" type="checkbox" name="bccs-checkboxAnalyses" checked="">
197
+ <span class="bmd-switch-track"></span>
198
+ Analysen
199
+ </label>
200
+ <ul>
201
+ <li>Beobachtung der Website-Nutzung</li>
202
+ <li>Optimierung der Benutzererfahrung</li>
203
+ </ul>
204
+ </div>
205
+ </div>
206
+ <div class="bccs-option" data-name="personalization">
207
+ <div class="switch">
208
+ <label>
209
+ <input id="bccs-checkboxPersonalization" type="checkbox" name="bccs-checkboxPersonalization" checked="">
210
+ <span class="bmd-switch-track"></span>
211
+ Personalisierung
212
+ </label>
213
+ <ul>
214
+ <li>Speicherung Ihrer Präfererenzen aus frühreren Besuchen</li>
215
+ <li>Sammeln von Benutzer-Feedback zur Verbesserung unserer Website</li>
216
+ <li>Erfassung Ihrer Interessen, um maßgeschneiderte Inhalte und Angebote anzubieten</li>
217
+ </ul>
218
+ </div>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ <div class="modal-footer">
223
+ <button id="bccs-buttonDoNotAgree" type="button" class="btn btn-link text-decoration-none" style="">
224
+ Ich bin nicht einverstanden
225
+ </button>
226
+ <button id="bccs-buttonAgree" type="button" class="btn btn-primary btn-raised" style="">
227
+ Einverstanden
228
+ </button>
229
+ <button id="bccs-buttonSave" type="button" class="btn btn-primary" style="display: none;">
230
+ Auswahl speichern
231
+ </button>
232
+ <button id="bccs-buttonAgreeAll" type="button" class="btn btn-primary btn-raised" style="display: none;">
233
+ Allen zustimmen
234
+ </button>
235
+ </div>
236
+ </div>
237
+ </div>
238
+ </div>
239
+ {% comment %} END Modal cookie consent dialog (de-DE)
240
+ -------------------------------------------------------------------------------- {% endcomment %}
241
+
242
+ {% endcapture %}
243
+
244
+ {% if production %}
245
+ {% capture _LINE_FEED %}{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ cache | strip_html_comments }}{% else %}{% capture _content %}{{ cache | strip_html_comments }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ cache | strip_html_comments | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
246
+ {% else %}
247
+ {{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
248
+ {% endif %}
249
+ {% assign cache = nil %}
data/assets/data/fam.html CHANGED
@@ -93,7 +93,7 @@ regenerate: true
93
93
 
94
94
  <!-- [INFO ] [j1.assets.data.fam.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
95
95
  <head>
96
- <meta name="robots" content="noindex, nofollow" \>
96
+ <meta name="robots" content="noindex, nofollow" />
97
97
  </head>
98
98
 
99
99
  {% comment %} Main
@@ -65,7 +65,7 @@ regenerate: true
65
65
 
66
66
  <!-- [INFO ] [j1.assets.data.footer.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
67
67
  <head>
68
- <meta name="robots" content="noindex, nofollow" \>
68
+ <meta name="robots" content="noindex, nofollow" />
69
69
  </head>
70
70
 
71
71
  {% comment %} Main
@@ -49,12 +49,15 @@ regenerate: true
49
49
 
50
50
  <!-- [INFO ] [j1.assets.data.banner.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
51
51
  <head>
52
- <meta name="robots" content="noindex, nofollow" \>
52
+ <meta name="robots" content="noindex, nofollow" />
53
53
  </head>
54
54
 
55
- {% comment %} Main
56
- -------------------------------------------------------------------------------- {% endcomment %}
57
- <!-- [INFO ] [j1.gallery_customizer ] [Placement of the Drawer] -->
55
+ <!-- div id="galleryCustomizer" -->
56
+ <div id="{{customizer_options.xhr_data_element}}">
57
+
58
+ {% comment %} Main
59
+ -------------------------------------------------------------------------------- {% endcomment %}
60
+ <!-- [INFO ] [j1.gallery_customizer ] [Placement of the Drawer] -->
58
61
 
59
62
  <nav class="nav bmd-layout-container bmd-drawer-f-l">
60
63
 
@@ -165,7 +168,9 @@ regenerate: true
165
168
  </div>
166
169
 
167
170
  </nav>
168
- <!-- [INFO ] [j1.gallery_customizer.html ] [END: Drawer|Form] -->
171
+ <!-- [INFO ] [j1.gallery_customizer.html ] [END: Drawer|Form] -->
172
+
173
+ </div>
169
174
 
170
175
  {% endcapture %}
171
176
  {% if production %}
@@ -139,7 +139,7 @@ regenerate: true
139
139
 
140
140
  <!-- [INFO ] [j1.assets.data.menu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
141
141
  <head>
142
- <meta name="robots" content="noindex, nofollow" \>
142
+ <meta name="robots" content="noindex, nofollow" />
143
143
  </head>
144
144
 
145
145
  {% comment %} Main
@@ -149,9 +149,9 @@ regenerate: true
149
149
  <!-- div id="{{nav_menu_id}}" class="{{dropdown_collapse}}" -->
150
150
  <!-- div class="{{dropdown_collapse}}" -->
151
151
  {% if nav_menu_animation %}
152
- <ul id="desktop_menu" class="nav navbar-nav navigator navbar-{{nav_bar_position}}" data-in="{{animate_in}}" data-out="{{animate_out}}">
152
+ <ul id="{{nav_menu_options.xhr_data_element}}" class="nav navbar-nav navigator navbar-{{nav_bar_position}}" data-in="{{animate_in}}" data-out="{{animate_out}}">
153
153
  {% else %}
154
- <ul id="desktop_menu" class="nav navbar-nav navigator navbar-{{nav_bar_position}}" data-in="fadeIn" data-out="fadeOut">
154
+ <ul id="{{nav_menu_options.xhr_data_element}}" class="nav navbar-nav navigator navbar-{{nav_bar_position}}" data-in="fadeIn" data-out="fadeOut">
155
155
  {% endif %}
156
156
 
157
157
  {% for menu in navigator_menu_config %}
@@ -82,14 +82,15 @@ regenerate: true
82
82
  {% assign icon_size = navigator_options.icon_size %}
83
83
  {% assign icon_color = navigator_options.icon_color %}
84
84
 
85
- <!-- [INFO ] [j1.assets.data.mmenu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
85
+ <!-- [INFO ] [j1.assets.data.mmenu.html ] [ set meta data (robots) to exclude HTML data files from index ] -->
86
86
  <head>
87
- <meta name="robots" content="noindex, nofollow" \>
87
+ <meta name="robots" content="noindex, nofollow" />
88
88
  </head>
89
89
 
90
90
  {% comment %} Main
91
91
  -------------------------------------------------------------------------------- {% endcomment %}
92
- <!-- [DEBUG ] [j1.modules.mmenu.html ] [collect all nav links for the navigation ] -->
92
+ <!-- [INFO ] [[j1.assets.data.mmenu.html ] [collect all nav links for the mobile navigation ] -->
93
+ <!-- [INFO ] [[j1.assets.data.mmenu.html ] [id menu_mmenu set statically and MUST as configured ] -->
93
94
  <ul id="menu_mmenu" class="partial" style="display:none">
94
95
 
95
96
  {% for menu in navigator_menu_config %}