j1-template 2021.2.11 → 2021.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/compress.html +12 -4
  3. data/assets/data/menu.html +55 -55
  4. data/assets/data/mmenu.html +53 -53
  5. data/assets/data/private.json +49 -0
  6. data/assets/data/quicklinks.html +3 -3
  7. data/assets/themes/j1/adapter/js/j1.js +1 -1
  8. data/assets/themes/j1/adapter/js/{j1scroll.js → scroller.js} +86 -105
  9. data/assets/themes/j1/core/css/animate.min.css +1 -1
  10. data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
  11. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -1
  12. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -1
  13. data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +1 -1
  14. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +1 -1
  15. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  16. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +23 -1
  17. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  18. data/assets/themes/j1/core/js/template.js +8803 -7157
  19. data/assets/themes/j1/core/js/template.min.js +20 -29
  20. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  21. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  22. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +1 -1
  23. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +1 -1
  24. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -1
  25. data/assets/themes/j1/modules/datatables/js/datatables.js +1 -1
  26. data/assets/themes/j1/modules/datatables/js/datatables.min.js +5 -5
  27. data/assets/themes/j1/modules/{j1Deepl/js/j1deepl.js → deeplAPI/js/deeplAPI.js} +36 -11
  28. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +18 -0
  29. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +3 -3
  30. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +6 -6
  31. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +2 -2
  32. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1 -1
  33. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +1 -1
  34. data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +1 -1
  35. data/assets/themes/j1/modules/jquery/js/jquery.js +2 -2
  36. data/assets/themes/j1/modules/jquery/js/jquery.min.js +1 -1
  37. data/assets/themes/j1/modules/jquery/js/jqueryUI.js +7 -7
  38. data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +3 -3
  39. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +1 -1
  40. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -1
  41. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  42. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
  43. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  44. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  45. data/assets/themes/j1/modules/lunrSearch/js/mustache.js +1 -1
  46. data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +1 -1
  47. data/assets/themes/j1/modules/lunrSearch/js/uri.js +1 -1
  48. data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +7 -7
  49. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
  50. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +1 -1
  51. data/assets/themes/j1/modules/{j1Scroll → scroller}/css/theme/uno.css +2 -2
  52. data/assets/themes/j1/modules/{j1Scroll → scroller}/css/theme/uno.min.css +0 -0
  53. data/assets/themes/j1/modules/scroller/js/scroller.js +346 -0
  54. data/assets/themes/j1/modules/scroller/js/scroller.min.js +15 -0
  55. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +8 -8
  56. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -431
  57. data/assets/themes/j1/modules/translator/js/translator.js +38 -29
  58. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  59. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +1 -1
  60. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
  61. data/assets/themes/j1/modules/videojs/js/video.min.js +2 -2
  62. data/lib/j1/version.rb +1 -1
  63. data/lib/starter_web/Gemfile +2 -2
  64. data/lib/starter_web/_config.yml +6 -2
  65. data/lib/starter_web/_data/{private.default.yml → _defaults/private.yml} +10 -1
  66. data/lib/starter_web/_data/modules/{j1scroll.yml → scroller.yml} +30 -5
  67. data/lib/starter_web/_data/private.yml +10 -1
  68. data/lib/starter_web/_data/resources.yml +14 -35
  69. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  70. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  71. data/lib/starter_web/index.html +2 -1
  72. data/lib/starter_web/package.json +4 -10
  73. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  74. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +6 -6
  75. data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +743 -743
  76. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  77. data/lib/starter_web/utilsrv/package.json +2 -1
  78. metadata +12 -14
  79. data/assets/themes/j1/modules/j1Deepl/js/j1deepl.min.js +0 -18
  80. data/assets/themes/j1/modules/j1Scroll/js/j1scroll.js +0 -280
  81. data/assets/themes/j1/modules/j1Scroll/js/j1scroll.min.js +0 -15
  82. data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.js +0 -73
  83. data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.min.js +0 -15
  84. data/lib/starter_web/_data/_defaults/private.default.yml +0 -119
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07c1a42f04d2d4b7f837cecce1b034d595439fc2506ae1d6b415fb845807521e
4
- data.tar.gz: 8f732a8d3a4ae7ecd6af32768a5f344e684665287d0a502c23c09be94ba8b0c4
3
+ metadata.gz: fc1e60d0a78f71a49061cb5cadc8940289c18066fb6d578d376fb121a11064f7
4
+ data.tar.gz: 45bd62cbc8a49576c26ce309bec32bc6a0ae299ed99bb2c83e4f1954864a82e8
5
5
  SHA512:
6
- metadata.gz: 2b522a93e4fcf5451e31b6497de1d1043a29243e26ecc3ec32f716f094af07a22baab26694398bdb4adbdfd67065da95ccd03ba9f9b551c4e9b3139ae31b901c
7
- data.tar.gz: db851891358f0b109ac6af877b049231afc6fcafad16f18b9a2ad7b5db0b2f1b50db58b905a1ee769279fd33eb75e39a4fe4256f479257162b29005def4353a1
6
+ metadata.gz: 4cceae8cffadc23ae098b1aacd95527a0b31f2026d677ca034db32fc0d7a50eb677248e0f7526cb6282a41009e884c267202b539eef5b6a6688ff04003cb9f3d
7
+ data.tar.gz: 0b88cf195257feec09dabf4640629d7fc5fc6c9d430e2c66c7348c11067b7fb8b5f68edea09c870036da2ccce4242644086c3fbf513fc6c21c49a2402190ee9b
@@ -32,7 +32,13 @@
32
32
  # -----------------------------------------------------------------------------
33
33
  {% endcomment %}
34
34
 
35
- {% assign environment = site.environment %}
35
+ {% assign environment = site.environment %}
36
+
37
+ {% if page.compress %}
38
+ {% assign compress_page = 'enabled' %}
39
+ {% else %}
40
+ {% assign compress_page = 'disabled' %}
41
+ {% endif %}
36
42
 
37
43
  {% case environment %}
38
44
 
@@ -40,13 +46,15 @@
40
46
  ---------------------------------------------------------------------------- {% endcomment %}
41
47
  {% when 'production' or 'prod' %}
42
48
 
49
+ {% if compress_page == 'enabled' %}
43
50
  {% capture _LINE_FEED %}
44
51
  {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% 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>{{ content | 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 %}
52
+ {% else %}
53
+ {{content|strip_empty_lines}}
54
+ {% endif %}
45
55
 
46
56
  {% comment %} ALL OTHER modes (no compression)
47
57
  --------------------------------------------------------------------------- {% endcomment %}
48
58
  {% else %}
49
-
50
- {{ content | strip_empty_lines }}
51
-
59
+ {{content|strip_empty_lines}}
52
60
  {% endcase %}
@@ -73,7 +73,7 @@ exclude_from_search: true
73
73
  {% assign ext = '.html' %}
74
74
  {% endif %}
75
75
 
76
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [detect bs type] -->
76
+ <!-- [DEBUG ] [/assets/data/menu.html ] [detect bs type] -->
77
77
  {% assign bs_type = 'bmd4' %}
78
78
  {% if navigator_settings.bs_type == 'bs4' %}
79
79
  {% assign bs_type = 'bs4' %}
@@ -85,7 +85,7 @@ exclude_from_search: true
85
85
  {% assign dropdown_collapse = 'fake-class collapse' %}
86
86
  {% endif %}
87
87
 
88
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [bs type detected: {{bs_type}}] -->
88
+ <!-- [DEBUG ] [/assets/data/menu.html ] [bs type detected: {{bs_type}}] -->
89
89
 
90
90
  {% comment %} Set navBarOptions
91
91
  -------------------------------------------------------------------------------- {% endcomment %}
@@ -104,7 +104,7 @@ exclude_from_search: true
104
104
  {% capture nav_menu_position %}dropdown-menu-{{nav_bar_position}}{% endcapture %}
105
105
  {% unless nav_menu_animation %} {% assign nav_menu_animation = false %} {% endunless %}
106
106
 
107
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [initialize default menu properties] -->
107
+ <!-- [DEBUG ] [/assets/data/menu.html ] [initialize default menu properties] -->
108
108
  {% if nav_menu_options.raised_level %}
109
109
  {% assign raised_level = nav_menu_options.raised_level %}
110
110
  {% else %}
@@ -113,7 +113,7 @@ exclude_from_search: true
113
113
 
114
114
  {% comment %} Set base icons and sizes
115
115
  -------------------------------------------------------------------------------- {% endcomment %}
116
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [initialize default menu icon properties] -->
116
+ <!-- [DEBUG ] [/assets/data/menu.html ] [initialize default menu icon properties] -->
117
117
  {% assign nav_menu_icon_family = nav_menu_options.icon_family %}
118
118
  {% assign nav_menu_icon_style = nav_menu_options.icon_style %}
119
119
  {% assign nav_menu_icon_color = nav_menu_options.icon_color %}
@@ -138,7 +138,7 @@ exclude_from_search: true
138
138
  {% include {{select_icon_size}} family=nav_menu_icon_family size=nav_menu_icon_size %}
139
139
  {% assign nav_menu_icon_size = size %}
140
140
 
141
- <!-- [INFO ] [j1.assets.data.menu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
141
+ <!-- [INFO ] [/assets/data/menu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
142
142
  <head>
143
143
  <meta name="robots" content="noindex, nofollow" />
144
144
  </head>
@@ -146,7 +146,7 @@ exclude_from_search: true
146
146
  {% comment %} Main
147
147
  -------------------------------------------------------------------------------- {% endcomment %}
148
148
 
149
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [collect all nav links for the navigation bar (navbar)] -->
149
+ <!-- [DEBUG ] [/assets/data/menu.html ] [collect all nav links for the navigation bar (navbar)] -->
150
150
  <!-- div id="{{nav_menu_id}}" class="{{dropdown_collapse}}" -->
151
151
  <!-- div class="{{dropdown_collapse}}" -->
152
152
  {% if nav_menu_animation %}
@@ -181,13 +181,13 @@ exclude_from_search: true
181
181
  {% comment %} Collect items having a SUB menue
182
182
  ---------------------------------------------------------------------------- {% endcomment %}
183
183
  {% when 'sublevel_menu' %}
184
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: sub-menue] -->
185
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [submenu level 1 detected] -->
184
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: sub-menue] -->
185
+ <!-- [INFO ] [/assets/data/menu.html ] [submenu level 1 detected] -->
186
186
  <li class="dropdown nav-item">
187
187
  {% if menu.icon == null %}
188
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{ menu.item }}</a>
188
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{ menu.item }}</a>
189
189
  {% else %}
190
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{menu.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i>{{ menu.item }}</a>
190
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{menu.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i>{{ menu.item }}</a>
191
191
  {% endif %}
192
192
 
193
193
  <ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
@@ -209,12 +209,12 @@ exclude_from_search: true
209
209
  {% endif %}
210
210
  {% if level_1.divider %} <li class="divider"></li> {% endif %}
211
211
  {% if level_1.dropdown %}
212
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [submenu level 2 (dropdown) detected ] -->
212
+ <!-- [INFO ] [/assets/data/menu.html ] [submenu level 2 (dropdown) detected ] -->
213
213
  <li class="dropdown nav-item nav-sub-item">
214
214
  {% if level_1.icon == null %}
215
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown">{{ level_1.title }}</a>
215
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ level_1.title }}</a>
216
216
  {% else %}
217
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_1.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_1.title }}</a>
217
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_1.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_1.title }}</a>
218
218
  {% endif %}
219
219
 
220
220
  <ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
@@ -236,12 +236,12 @@ exclude_from_search: true
236
236
  {% endif %}
237
237
  {% if level_2.divider %} <li class="divider"></li> {% endif %}
238
238
  {% if level_2.dropdown %}
239
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [submenu level 3 detected (last level supported)] -->
239
+ <!-- [INFO ] [/assets/data/menu.html ] [submenu level 3 detected (last level supported)] -->
240
240
  <li class="dropdown nav-item nav-sub-item">
241
241
  {% if level_2.icon == null %}
242
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown">{{ level_2.title }}</a>
242
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ level_2.title }}</a>
243
243
  {% else %}
244
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_2.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_2.title }}</a>
244
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_2.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_2.title }}</a>
245
245
  {% endif %}
246
246
  <ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
247
247
  {% for level_3 in level_2.dropdown %}
@@ -259,32 +259,32 @@ exclude_from_search: true
259
259
  {% endif %}
260
260
  {% endif %}
261
261
  {% if level_3.divider %} <li class="divider"></li> {% endif %}
262
- {% endfor %} <!-- [INFO ] [j1.modules.navigator.menu.html ] [end processing: level 3] -->
262
+ {% endfor %} <!-- [INFO ] [/assets/data/menu.html ] [end processing: level 3] -->
263
263
  </ul>
264
264
  </li>
265
265
  {% endif %}
266
- {% endfor %} <!-- [INFO ] [j1.modules.navigator.menu.html ] [end processing: level 2] -->
266
+ {% endfor %} <!-- [INFO ] [/assets/data/menu.html ] [end processing: level 2] -->
267
267
  </ul>
268
268
  </li>
269
269
  {% endif %}
270
- {% endfor %} <!-- [INFO ] [j1.modules.navigator.menu.html ] [end processing: level 1] -->
270
+ {% endfor %} <!-- [INFO ] [/assets/data/menu.html ] [end processing: level 1] -->
271
271
  </ul>
272
272
  </li>
273
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
273
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
274
274
  {% assign menu_type = '' %}
275
275
 
276
276
 
277
277
  {% comment %} Collect items having a MEGA menu
278
278
  ---------------------------------------------------------------------------- {% endcomment %}
279
279
  {% when 'mega_menu' %}
280
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: megamenu-menue] -->
280
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: megamenu-menue] -->
281
281
  <!-- calculate size of mm_columns -->
282
282
  {% assign columns = menu.megamenu | size %}
283
283
  {% assign columns_width_md = 12 | divided_by:columns %}
284
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [Calculated size of mm_columns: {{ columns_width_md }}] -->
284
+ <!-- [INFO ] [/assets/data/menu.html ] [Calculated size of mm_columns: {{ columns_width_md }}] -->
285
285
 
286
286
  <li class="dropdown nav-item megamenu-fw">
287
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown">{{menu.item}} </a>
287
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">{{menu.item}} </a>
288
288
  <ul class="dropdown-menu megamenu-content raised-z{{raised_level}}" style="max-height: {{nav_menu_options.max_height}}px; overflow-x: hidden; overflow-y: auto;" role="menu">
289
289
  <li>
290
290
  <div class="row">
@@ -311,30 +311,30 @@ exclude_from_search: true
311
311
  </ul>
312
312
  </div>
313
313
  </div>
314
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [megamenu-menue: end megabox] -->
314
+ <!-- [INFO ] [/assets/data/menu.html ] [megamenu-menue: end megabox] -->
315
315
  {% endfor %}
316
316
  </div>
317
317
  </li>
318
318
  </ul>
319
319
  </li>
320
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [megamenu-menue: end mega-menu] -->
321
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
320
+ <!-- [INFO ] [/assets/data/menu.html ] [megamenu-menue: end mega-menu] -->
321
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
322
322
  {% assign menu_type = '' %}
323
323
 
324
324
 
325
325
  {% comment %} Collect TOP-LEVEL items (NO sub-menu)
326
326
  -------------------------------------------------------------------------- {% endcomment %}
327
327
  {% when 'top_level_item' %}
328
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: menu-top-level-only] -->
328
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: menu-top-level-only] -->
329
329
  {% if menu.icon == null %}
330
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [no icon for menu-item found -->
330
+ <!-- [INFO ] [/assets/data/menu.html ] [no icon for menu-item found -->
331
331
  {% if menu.target == null %}
332
332
  <li class="nav-item"> <a class="nav-link" href="{{ menu.href }}{{ext}}">{{ menu.item }}</a> </li>
333
333
  {% else %}
334
334
  <li class="nav-item"> <a class="nav-link" href="{{ menu.href }}{{ext}}" target="{{ menu.target }}" rel="noopener">{{ menu.item }}</a> </li>
335
335
  {% endif %}
336
336
  {% elsif menu.icon %}
337
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [no icon for menu-item found -->
337
+ <!-- [INFO ] [/assets/data/menu.html ] [no icon for menu-item found -->
338
338
  {% if menu.target == null %}
339
339
  <li> <a class="nav-link" href="{{ menu.href }}{{ext}}"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{menu.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i> {{ menu.item }}</a> </li>
340
340
  {% else %}
@@ -343,17 +343,17 @@ exclude_from_search: true
343
343
  {% else %}
344
344
  <!-- [FATAL ] [nav_menu.menu-top-level-only ] [processing menu item failed] -->
345
345
  {% endif %}
346
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [menu-top-level-only: end menu] -->
347
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
346
+ <!-- [INFO ] [/assets/data/menu.html ] [menu-top-level-only: end menu] -->
347
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
348
348
  {% assign menu_type = '' %}
349
349
 
350
350
 
351
351
  {% comment %} Collect items having a LOGIN menu
352
352
  ------------------------------------------------------------------------ {% endcomment %}
353
353
  {% when 'auth_client' %}
354
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: auth_client] -->
354
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: auth_client] -->
355
355
  <li id="menuBarSignInOut" class="dropdown nav-item">
356
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
356
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
357
357
 
358
358
  {% if nav_menu_animation %}
359
359
  <!-- jadams, 2017-11-24: (1) ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}" style="opacity: 1; display: none;" -->
@@ -367,49 +367,49 @@ exclude_from_search: true
367
367
  {% assign item_found = 'false' %}
368
368
  {% for item in menu.auth_client %}
369
369
 
370
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [START: check signin] -->
370
+ <!-- [INFO ] [/assets/data/menu.html ] [START: check signin] -->
371
371
  {% if item.mode == 'signin' %}
372
372
  <li class="dropdown-item">
373
- <a href="#void" data-toggle="modal" data-target="#modalOmniSignIn"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
373
+ <a href="#" data-toggle="modal" data-target="#modalOmniSignIn"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
374
374
  </li>
375
375
  {% assign item_found = 'true' %}
376
376
  {% endif %}
377
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [END: check signin] -->
377
+ <!-- [INFO ] [/assets/data/menu.html ] [END: check signin] -->
378
378
 
379
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [START: check signout] -->
379
+ <!-- [INFO ] [/assets/data/menu.html ] [START: check signout] -->
380
380
  {% if item.mode == 'signout' %}
381
381
  <li class="dropdown-item">
382
- <a href="#void" data-toggle="modal" data-target="#modalOmniSignOut"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
382
+ <a href="#" data-toggle="modal" data-target="#modalOmniSignOut"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
383
383
  </li>
384
384
  {% assign item_found = 'true' %}
385
385
  {% endif %}
386
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [END: check signout] -->
386
+ <!-- [INFO ] [/assets/data/menu.html ] [END: check signout] -->
387
387
 
388
388
  {% if item_found == 'false' %}
389
- <!-- [FATAL ] [j1.modules.navigator.menu.html ] [no valid menu item config found] -->
389
+ <!-- [FATAL ] [/assets/data/menu.html ] [no valid menu item config found] -->
390
390
  <li class="dropdown-item">
391
391
  {% if item.title %}
392
- <a href="#void" >Invalid: {{item.title}}</a>
392
+ <a href="#" >Invalid: {{item.title}}</a>
393
393
  {% else %}
394
- <a href="#void" >Item invalid</a>
394
+ <a href="#" >Item invalid</a>
395
395
  {% endif %}
396
396
  </li>
397
397
  {% endif %}
398
398
 
399
399
  {% endfor %}
400
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [login_menu: end menu] -->
400
+ <!-- [INFO ] [/assets/data/menu.html ] [login_menu: end menu] -->
401
401
  </ul>
402
402
  </li>
403
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
403
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
404
404
  {% assign menu_type = '' %}
405
405
 
406
406
  {% comment %} Collect items having a THEMES menu
407
407
  ---------------------------------------------------------------------- {% endcomment %}
408
408
  {% when 'theme_select' %}
409
409
  {% if themer_options.enabled %}
410
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: theme_select] -->
410
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: theme_select] -->
411
411
  <li id="themes_menu" class="dropdown nav-item">
412
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
412
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
413
413
  {% if nav_menu_animation %}
414
414
  <ul class="dropdown-menu raised-z{{raised_level}}">
415
415
  <!-- ul class="dropdown-menu data-in="{{nav_menu_animation}}" data-out="{{nav_menu_animation}}" -->
@@ -421,7 +421,7 @@ exclude_from_search: true
421
421
  <!-- check for locally loaded J1 Themes -->
422
422
  {% if item.local_themes and item.local_themes == 'enabled' %}
423
423
  <li class="dropdown nav-item nav-sub-item">
424
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
424
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
425
425
  <ul id="local_themes" class="dropdown-menu raised-z{{raised_level}}"></ul>
426
426
  </li>
427
427
  {% assign item_found = 'true' %}
@@ -429,7 +429,7 @@ exclude_from_search: true
429
429
  <!-- check for remotely loaded (BootSwatch) Themes -->
430
430
  {% if item.bootswatch_themes and item.bootswatch_themes == 'enabled' %}
431
431
  <li class="dropdown nav-item nav-sub-item">
432
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
432
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
433
433
  <ul id="remote_themes" class="dropdown-menu scrollable-menu raised-z{{raised_level}}"></ul>
434
434
  </li>
435
435
  {% assign item_found = 'true' %}
@@ -444,16 +444,16 @@ exclude_from_search: true
444
444
  {% if item_found == 'false' %}
445
445
  <li>
446
446
  {% if item.title %}
447
- <a href="#void" >Invalid: {{item.title}}</a>
447
+ <a href="#" >Invalid: {{item.title}}</a>
448
448
  {% else %}
449
- <a href="#void" >Item invalid</a>
449
+ <a href="#" >Item invalid</a>
450
450
  {% endif %}
451
451
  </li>
452
452
  {% endif %} <!-- end fallback -->
453
453
  {% endfor %}
454
454
  </ul>
455
455
  </li>
456
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
456
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
457
457
  {% endif %}
458
458
  {% assign menu_type = '' %}
459
459
 
@@ -461,16 +461,16 @@ exclude_from_search: true
461
461
  {% comment %} Collect items failed
462
462
  ---------------------------------------------------------------------- {% endcomment %}
463
463
  {% else %}
464
- <!-- [FATAL ] [j1.modules.navigator.menu.html ] [detecting menu items|type failed] -->
464
+ <!-- [FATAL ] [/assets/data/menu.html ] [detecting menu items|type failed] -->
465
465
  {% assign menu_type = '' %}
466
466
 
467
467
  {% endcase %}
468
468
 
469
469
  {% endfor %}
470
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [nav_menu_settings: end menu] -->
470
+ <!-- [INFO ] [/assets/data/menu.html ] [nav_menu_settings: end menu] -->
471
471
  </ul>
472
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [nav_menu_settings: end navbar] -->
473
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [nav_menu_settings: end processing] -->
472
+ <!-- [INFO ] [/assets/data/menu.html ] [nav_menu_settings: end navbar] -->
473
+ <!-- [INFO ] [/assets/data/menu.html ] [nav_menu_settings: end processing] -->
474
474
  {% endcapture %}
475
475
 
476
476
  {% if production %}