Bessere Filtermöglichkeiten für Listen

This commit is contained in:
Simon Martens
2023-02-07 19:38:45 +01:00
parent d719a5aac2
commit 661a4a5196
15 changed files with 84 additions and 55 deletions

View File

@@ -18,7 +18,7 @@ eleventyNavigation:
<button class="showifsearching" onclick="var input = this.previousElementSibling; input.value = ''; input.focus(); search();" alt="Clear the search form">Suche abbrechen</button>
<div class="hideifsearching">
Jahr&nbsp;
<select onchange="window.location.href=this.value" >
<select onchange="window.location.href=this.value" id="listselect">
{% set jahr = "" %}
{% set count = 0 %}
{%- for post in collections.theater -%}
@@ -30,7 +30,7 @@ eleventyNavigation:
{%- endfor -%}
</select>
</div>
<button id="scrollbutton" href="#top">↑&nbsp;nach oben</button>
<button id="scrollbutton" href="#top">↑&nbsp;hoch</button>
</div>
<div class="yearlist" id="list">