j1-template 2021.1.2 → 2021.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) 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/navigator/procedures/topsearch.proc +2 -2
  4. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +8 -7
  5. data/assets/data/authclient.html +231 -229
  6. data/assets/data/banner.html +30 -32
  7. data/assets/data/cookiebar.html +202 -199
  8. data/assets/data/fam.html +1 -1
  9. data/assets/data/footer.html +1 -1
  10. data/assets/data/footer.new.1.html +256 -0
  11. data/assets/data/footer.new.2.html +256 -0
  12. data/assets/data/footer.org.html +249 -0
  13. data/assets/data/gallery_customizer.html +10 -5
  14. data/assets/data/menu.html +3 -3
  15. data/assets/data/mmenu.html +4 -3
  16. data/assets/data/mmenu_sidebar.html +1 -1
  17. data/assets/data/mmenu_toc.html +1 -1
  18. data/assets/data/panel.html +11 -10
  19. data/assets/data/quicklinks.html +2 -2
  20. data/assets/themes/j1/adapter/js/j1.js +12 -4
  21. data/assets/themes/j1/adapter/js/j1.new.js +1878 -0
  22. data/assets/themes/j1/adapter/js/j1.org.js +1874 -0
  23. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +3 -2
  24. data/assets/themes/j1/adapter/js/mmenu.js +8 -4
  25. data/assets/themes/j1/adapter/js/navigator.js +17 -10
  26. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
  27. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  28. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3858 -186
  29. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  30. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  31. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  32. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  33. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  34. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  35. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  36. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  37. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  38. data/lib/j1/version.rb +3 -3
  39. data/lib/starter_web/_config.yml +5 -4
  40. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +1 -0
  41. data/lib/starter_web/_data/blocks/banner.yml +5 -3
  42. data/lib/starter_web/_data/blocks/panel.yml +9 -7
  43. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -0
  44. data/lib/starter_web/_data/layouts/default.yml +1 -1
  45. data/lib/starter_web/_data/layouts/home.yml +6 -5
  46. data/lib/starter_web/_data/layouts/page.yml +1 -1
  47. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
  48. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +1 -0
  49. data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
  50. data/lib/starter_web/_data/modules/navigator.yml +24 -21
  51. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +3 -3
  52. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +2 -2
  53. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -7
  54. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -7
  55. data/lib/starter_web/index.html +1 -1
  56. data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -1
  57. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +11 -6
  58. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +8 -6
  59. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +3 -3
  60. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +6 -1
  61. data/lib/starter_web/utilsrv/package.json +1 -1
  62. metadata +7 -2
@@ -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 %}
@@ -57,223 +57,226 @@ regenerate: true
57
57
  ================================================================================ {% endcomment %}
58
58
  <!-- [INFO ] [j1.assets.data.cookiebar.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
59
59
  <head>
60
- <meta name="robots" content="noindex, nofollow" \>
60
+ <meta name="robots" content="noindex, nofollow" />
61
61
  </head>
62
62
 
63
- {% comment %} Modal cookie consent dialog
64
- -------------------------------------------------------------------------------- {% endcomment %}
65
- <div id="topFullCookieConsent" class="modal fade top"
66
- tabindex="-1"
67
- role="dialog"
68
- data-backdrop="false"
69
- aria-labelledby="myModalLabel"
70
- aria-hidden="true">
71
- <div class="modal-dialog modal-frame modal-top modal-notify modal-primary" role="document">
72
-
73
- <!-- Content -->
74
- <div class="modal-content">
63
+ <div id="{{cookie_options.xhr_data_element}}">
75
64
 
76
- <!--Header-->
77
- <div class="modal-header">
78
- <p class="lead">{{cookie_options.consent_modals_title}}</p>
79
- </div>
65
+ {% comment %} Modal cookie consent dialog
66
+ -------------------------------------------------------------------------------- {% endcomment %}
67
+ <div id="topFullCookieConsent" class="modal fade top"
68
+ tabindex="-1"
69
+ role="dialog"
70
+ data-backdrop="false"
71
+ aria-labelledby="myModalLabel"
72
+ aria-hidden="true">
73
+ <div class="modal-dialog modal-frame modal-top modal-notify modal-primary" role="document">
80
74
 
81
- <!-- Body -->
82
- <div class="modal-body">
75
+ <!-- Content -->
76
+ <div class="modal-content">
83
77
 
84
- <!-- About cookies -->
85
- <div class="px-2">
86
- <p class="pt-1 pr-2">{{cookie_options.policy_about}}</p>
78
+ <!--Header-->
79
+ <div class="modal-header">
80
+ <p class="lead">{{cookie_options.consent_modals_title}}</p>
87
81
  </div>
88
- </div> <!-- END Body -->
89
82
 
90
- <!-- Footer -->
91
- <div class="modal-footer justify-content-center">
92
- {% if cookie_options.buttons.policy_button %}
93
- <a id="policyButton" type="button"
94
- class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem">
95
- <i class="mdi mdi-18px mdi-white mdi-read mr-2"></i>
96
- {{cookie_options.buttons.policy_button_text}}
97
- </a>
98
- {% endif %}
99
- <a id="acceptButton" type="button"
100
- class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem"
101
- data-dismiss="modal">
102
- <i class="mdi mdi-18px mdi-white mdi-check mr-2"></i>
103
- {{cookie_options.buttons.accept_button_text}}
104
- </a>
105
- {% if cookie_options.buttons.decline_button %}
106
- <a id="declineButton" type="button"
107
- class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem"
108
- data-dismiss="modal">
109
- <i class="mdi mdi-18px mdi-white mdi-close mr-2"></i>
110
- {{cookie_options.buttons.decline_button_text}}
111
- </a>
112
- {% endif %}
113
- </div> <!-- END Footer -->
83
+ <!-- Body -->
84
+ <div class="modal-body">
114
85
 
115
- <!-- Hidden Content -->
116
- <div class="cookie-policy">
117
- {% if cookie_options.buttons.policy_button_text %}
118
- <div id="modal-footer" class="modal-footer-hidden">
119
- <div id="cookiePolicyInfo" class="card card-flat" style="display: none">
120
- <div class="content">
121
- <h4 class="notoc card-title">{{cookie_options.cookie_policy_title}}</h4>
122
- <h6 class="notoc category text-gray">{{cookie_options.cookie_policy_tagline | asciidocify}}</h6>
86
+ <!-- About cookies -->
87
+ <div class="px-2">
88
+ <p class="pt-1 pr-2">{{cookie_options.policy_about}}</p>
89
+ </div>
90
+ </div> <!-- END Body -->
123
91
 
124
- <!-- Cookie categories -->
125
- {% if cookie_options.categories.enabled %}
126
- <div class="px-2">
127
- <h6 class="card-subtitle text-muted mb-2 mr-2">{{cookie_options.categories.category_title}}</h6>
128
- <table class="tableblock frame-all grid-all stretch table-responsive-stacked-lg">
129
- <colgroup>
130
- <col style="width: 33.3333%;">
131
- <col style="width: 16.6666%;">
132
- <col style="width: 50.0001%;">
133
- </colgroup>
134
- <thead>
135
- <tr>
136
- <th class="tableblock halign-left valign-top">Cookie</th>
137
- <th class="tableblock halign-left valign-top">Usage</th>
138
- <th class="tableblock halign-left valign-top">Description</th>
139
- </tr>
140
- </thead>
92
+ <!-- Footer -->
93
+ <div class="modal-footer justify-content-center">
94
+ {% if cookie_options.buttons.policy_button %}
95
+ <a id="policyButton" type="button"
96
+ class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem">
97
+ <i class="mdi mdi-18px mdi-white mdi-read mr-2"></i>
98
+ {{cookie_options.buttons.policy_button_text}}
99
+ </a>
100
+ {% endif %}
101
+ <a id="acceptButton" type="button"
102
+ class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem"
103
+ data-dismiss="modal">
104
+ <i class="mdi mdi-18px mdi-white mdi-check mr-2"></i>
105
+ {{cookie_options.buttons.accept_button_text}}
106
+ </a>
107
+ {% if cookie_options.buttons.decline_button %}
108
+ <a id="declineButton" type="button"
109
+ class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem"
110
+ data-dismiss="modal">
111
+ <i class="mdi mdi-18px mdi-white mdi-close mr-2"></i>
112
+ {{cookie_options.buttons.decline_button_text}}
113
+ </a>
114
+ {% endif %}
115
+ </div> <!-- END Footer -->
116
+
117
+ <!-- Hidden Content -->
118
+ <div class="cookie-policy">
119
+ {% if cookie_options.buttons.policy_button_text %}
120
+ <div id="modal-footer" class="modal-footer-hidden">
121
+ <div id="cookiePolicyInfo" class="card card-flat" style="display: none">
122
+ <div class="content">
123
+ <h4 class="notoc card-title">{{cookie_options.cookie_policy_title}}</h4>
124
+ <h6 class="notoc category text-gray">{{cookie_options.cookie_policy_tagline | asciidocify}}</h6>
125
+
126
+ <!-- Cookie categories -->
127
+ {% if cookie_options.categories.enabled %}
128
+ <div class="px-2">
129
+ <h6 class="card-subtitle text-muted mb-2 mr-2">{{cookie_options.categories.category_title}}</h6>
130
+ <table class="tableblock frame-all grid-all stretch table-responsive-stacked-lg">
131
+ <colgroup>
132
+ <col style="width: 33.3333%;">
133
+ <col style="width: 16.6666%;">
134
+ <col style="width: 50.0001%;">
135
+ </colgroup>
136
+ <thead>
137
+ <tr>
138
+ <th class="tableblock halign-left valign-top">Cookie</th>
139
+ <th class="tableblock halign-left valign-top">Usage</th>
140
+ <th class="tableblock halign-left valign-top">Description</th>
141
+ </tr>
142
+ </thead>
143
+ <tbody>
144
+ <tr>
145
+ <td class="tableblock halign-left valign-top">
146
+ <p class="tableblock">{{cookie_options.categories.category_session}}</p>
147
+ </td>
148
+ <td class="tableblock halign-left valign-top">
149
+ <div class="content"><i class="fa md-green fa-check"></i></div>
150
+ </td>
151
+ <td class="tableblock halign-left valign-top">
152
+ <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
153
+ </td>
154
+ </tr>
155
+ <tr>
156
+ <td class="tableblock halign-left valign-top">
157
+ <p class="tableblock">{{cookie_options.categories.category_persistent}}</p>
158
+ </td>
159
+ <td class="tableblock halign-left valign-top">
160
+ <div class="content"><i class="fa md-green fa-check"></i></div>
161
+ </td>
162
+ <td class="tableblock halign-left valign-top">
163
+ <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
164
+ </td>
165
+ </tr>
166
+ <tr>
167
+ <td class="tableblock halign-left valign-top">
168
+ <p class="tableblock">{{cookie_options.categories.category_first_party}}</p>
169
+ </td>
170
+ <td class="tableblock halign-left valign-top">
171
+ <div class="content"><i class="fa md-green fa-check"></i></div>
172
+ </td>
173
+ <td class="tableblock halign-left valign-top">
174
+ <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
175
+ </td>
176
+ </tr>
177
+ <tr>
178
+ <td class="tableblock halign-left valign-top">
179
+ <p class="tableblock">{{cookie_options.categories.category_second_party}}</p>
180
+ </td>
181
+ <td class="tableblock halign-left valign-top">
182
+ <div class="content"><i class="fa md-green fa-check"></i></div>
183
+ </td>
184
+ <td class="tableblock halign-left valign-top">
185
+ <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
186
+ </td>
187
+ </tr>
188
+ </tbody>
189
+ </table>
190
+ </div>
191
+ {% endif %}
192
+ <div class="card-description">{{ cookie_options.cookie_policy_text | asciidocify}}</div>
193
+ </div>
194
+ </div>
195
+ </div>
196
+ {% endif %}
197
+ </div> <!-- END Hidden Content -->
198
+ </div> <!-- END Content -->
199
+ </div>
200
+ </div> <!-- END Modal -->
201
+ {% comment %} END Modal cookie consent dialog
202
+ -------------------------------------------------------------------------------- {% endcomment %}
203
+
204
+ {% comment %} Modal revoke cookies dialog
205
+ -------------------------------------------------------------------------------- {% endcomment %}
206
+ <div id="cookieRevokeCentralDanger"
207
+ class="modal fade top"
208
+ tabindex="-1"
209
+ role="dialog"
210
+ data-backdrop="false"
211
+ aria-modal="true"
212
+ aria-labelledby="RevokeCookieConsent">
213
+ <div class="modal-dialog modal-frame modal-top modal-notify modal-danger" role="document">
214
+ <!-- Content -->
215
+ <div class="modal-content">
216
+ <!--Header-->
217
+ <div class="modal-header">
218
+ <p class="lead">Revoke Cookie Consent</p>
219
+ </div>
220
+ <!--END Header-->
221
+ <!-- Body -->
222
+ <div class="modal-body">
223
+ <div class="text-left">
224
+ <div class="sectionbody">
225
+ <div class="paragraph">
226
+ <p>If you do <strong>not</strong> wish to receive <strong>cookies</strong> anymore from <strong>this site</strong>, you can
227
+ revoke the cookie consent you’ve given. Furthermore, you may be able to refuse
228
+ them by adjusting your <strong>browser</strong> settings to <strong>reject on cookies</strong>.
229
+ </p>
230
+ </div>
231
+ <!-- div class="admonitionblock caution">
232
+ <table>
141
233
  <tbody>
142
234
  <tr>
143
- <td class="tableblock halign-left valign-top">
144
- <p class="tableblock">{{cookie_options.categories.category_session}}</p>
145
- </td>
146
- <td class="tableblock halign-left valign-top">
147
- <div class="content"><i class="fa md-green fa-check"></i></div>
148
- </td>
149
- <td class="tableblock halign-left valign-top">
150
- <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
151
- </td>
152
- </tr>
153
- <tr>
154
- <td class="tableblock halign-left valign-top">
155
- <p class="tableblock">{{cookie_options.categories.category_persistent}}</p>
156
- </td>
157
- <td class="tableblock halign-left valign-top">
158
- <div class="content"><i class="fa md-green fa-check"></i></div>
159
- </td>
160
- <td class="tableblock halign-left valign-top">
161
- <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
162
- </td>
163
- </tr>
164
- <tr>
165
- <td class="tableblock halign-left valign-top">
166
- <p class="tableblock">{{cookie_options.categories.category_first_party}}</p>
167
- </td>
168
- <td class="tableblock halign-left valign-top">
169
- <div class="content"><i class="fa md-green fa-check"></i></div>
235
+ <td class="icon">
236
+ <i class="fa icon-caution" title="Caution"></i>
170
237
  </td>
171
- <td class="tableblock halign-left valign-top">
172
- <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
173
- </td>
174
- </tr>
175
- <tr>
176
- <td class="tableblock halign-left valign-top">
177
- <p class="tableblock">{{cookie_options.categories.category_second_party}}</p>
178
- </td>
179
- <td class="tableblock halign-left valign-top">
180
- <div class="content"><i class="fa md-green fa-check"></i></div>
181
- </td>
182
- <td class="tableblock halign-left valign-top">
183
- <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
238
+ <td class="content">
239
+ If you have previously visited our website&thinsp;—&thinsp;or any pages this
240
+ session&thinsp;—&thinsp;<strong>and</strong> agreed on the use of cookies, you may also have to
241
+ <strong>delete</strong> already existing <strong>cookies</strong> by your <strong>browser</strong> in order to clean
242
+ all cookies left.
184
243
  </td>
185
244
  </tr>
186
245
  </tbody>
187
246
  </table>
188
- </div>
189
- {% endif %}
190
- <div class="card-description">{{ cookie_options.cookie_policy_text | asciidocify}}</div>
247
+ </div -->
248
+ <!-- div class="paragraph">
249
+ <p>
250
+ You are about to <strong>disagree</strong> on cookies used by this site.
251
+ If you do so, this site is <strong>unable</strong> to offer you any of our
252
+ <strong>functionalities</strong>, <strong>services</strong> or <strong>support</strong>.
253
+ </p>
254
+ </div -->
191
255
  </div>
192
256
  </div>
193
- </div>
194
- {% endif %}
195
- </div> <!-- END Hidden Content -->
196
- </div> <!-- END Content -->
197
- </div>
198
- </div> <!-- END Modal -->
199
- {% comment %} END Modal cookie consent dialog
200
- -------------------------------------------------------------------------------- {% endcomment %}
201
-
202
- {% comment %} Modal revoke cookies dialog
203
- -------------------------------------------------------------------------------- {% endcomment %}
204
- <div id="cookieRevokeCentralDanger"
205
- class="modal fade top"
206
- tabindex="-1"
207
- role="dialog"
208
- data-backdrop="false"
209
- aria-modal="true"
210
- aria-labelledby="RevokeCookieConsent">
211
- <div class="modal-dialog modal-frame modal-top modal-notify modal-danger" role="document">
212
- <!-- Content -->
213
- <div class="modal-content">
214
- <!--Header-->
215
- <div class="modal-header">
216
- <p class="lead">Revoke Cookie Consent</p>
217
- </div>
218
- <!--END Header-->
219
- <!-- Body -->
220
- <div class="modal-body">
221
- <div class="text-left">
222
- <div class="sectionbody">
223
- <div class="paragraph">
224
- <p>If you do <strong>not</strong> wish to receive <strong>cookies</strong> anymore from <strong>this site</strong>, you can
225
- revoke the cookie consent you’ve given. Furthermore, you may be able to refuse
226
- them by adjusting your <strong>browser</strong> settings to <strong>reject on cookies</strong>.
227
- </p>
228
- </div>
229
- <!-- div class="admonitionblock caution">
230
- <table>
231
- <tbody>
232
- <tr>
233
- <td class="icon">
234
- <i class="fa icon-caution" title="Caution"></i>
235
- </td>
236
- <td class="content">
237
- If you have previously visited our website&thinsp;—&thinsp;or any pages this
238
- session&thinsp;—&thinsp;<strong>and</strong> agreed on the use of cookies, you may also have to
239
- <strong>delete</strong> already existing <strong>cookies</strong> by your <strong>browser</strong> in order to clean
240
- all cookies left.
241
- </td>
242
- </tr>
243
- </tbody>
244
- </table>
245
- </div -->
246
- <!-- div class="paragraph">
247
- <p>
248
- You are about to <strong>disagree</strong> on cookies used by this site.
249
- If you do so, this site is <strong>unable</strong> to offer you any of our
250
- <strong>functionalities</strong>, <strong>services</strong> or <strong>support</strong>.
251
- </p>
252
- </div -->
253
- </div>
254
- </div>
255
- <!-- END Body -->
256
- <!-- Footer -->
257
- <div class="modal-footer justify-content-center">
258
- <a id="revokeCookies" type="button"
259
- class="btn btn-raised btn-flex btn-danger mb-2 mr-2" style="width: 25rem"
260
- data-dismiss="modal">
261
- <i class="mdi mdi-18px mdi-white mdi-check mr-2"></i>
262
- {{cookie_options.buttons.revoke_button_text}}
263
- </a>
264
- <a id="remainCookies" type="button"
265
- class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 25rem"
266
- data-dismiss="modal">
267
- <i class="mdi mdi-18px mdi-white mdi-close mr-2"></i>
268
- {{cookie_options.buttons.do_nothing_button_text}}
269
- </a>
270
- </div> <!-- END Footer -->
271
- </div> <!-- END Body -->
272
- </div> <!-- END Content -->
273
- </div>
274
- </div> <!-- END Modal -->
275
- {% comment %} END Modal revoke cookies dialog
276
- -------------------------------------------------------------------------------- {% endcomment %}
257
+ <!-- END Body -->
258
+ <!-- Footer -->
259
+ <div class="modal-footer justify-content-center">
260
+ <a id="revokeCookies" type="button"
261
+ class="btn btn-raised btn-flex btn-danger mb-2 mr-2" style="width: 25rem"
262
+ data-dismiss="modal">
263
+ <i class="mdi mdi-18px mdi-white mdi-check mr-2"></i>
264
+ {{cookie_options.buttons.revoke_button_text}}
265
+ </a>
266
+ <a id="remainCookies" type="button"
267
+ class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 25rem"
268
+ data-dismiss="modal">
269
+ <i class="mdi mdi-18px mdi-white mdi-close mr-2"></i>
270
+ {{cookie_options.buttons.do_nothing_button_text}}
271
+ </a>
272
+ </div> <!-- END Footer -->
273
+ </div> <!-- END Body -->
274
+ </div> <!-- END Content -->
275
+ </div>
276
+ </div> <!-- END Modal -->
277
+ {% comment %} END Modal revoke cookies dialog
278
+ -------------------------------------------------------------------------------- {% endcomment %}
279
+ </div>
277
280
 
278
281
  {% endcapture %}
279
282