mirror of
				https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
				synced 2025-10-31 10:15:34 +00:00 
			
		
		
		
	Bessere Filtermöglichkeiten für Listen
This commit is contained in:
		| @@ -24,7 +24,7 @@ eleventyNavigation: | ||||
|     <div class="mb-4"> | ||||
|       <div class="feld">Druck</div> Die Angaben zum jeweiligen Druck der Handschriften dienen nur zur leichteren Orientierung, informieren mithin nicht über die Druckgeschichte (Erstdrucke, Teildrucke etc.). Bei den Briefen wird auf die Ausgabe von Freye/Stammler verwiesen (abgekürzt als „FSt“ mit Briefnummer) bzw. auf den jeweiligen Erstdruck für die dort nicht enthaltenen Korrespondenzstücke. Bei den Werken wird auf wechselnde Ausgaben oder Einzeldrucke verwiesen, und zwar nach Möglichkeit auf solche, deren Text auf der jeweils genannten Handschrift beruht (siehe dazu die nachfolgende Liste der abgekürzt zitierten Literatur).</div> | ||||
|   </div> | ||||
|   <div class="rounded-md text-sm py-0.5 px-1.5 bg-slate-200 font-bold mb-1 mr-8">Abgekürzt zitierte Literatur</div> | ||||
|   <div class="text-xl font-bold mb-1.5">Abgekürzt zitierte Literatur</div> | ||||
|   <div class="mb-4 literaturliste twocolumns pr-8"> | ||||
|     <ul> | ||||
|       <li> | ||||
| @@ -87,7 +87,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"> | ||||
|         Ort  | ||||
|         <select onchange="window.location.href=this.value" > | ||||
|         <select onchange="window.location.href=this.value" id="listselect"> | ||||
|       {% set ort = "" %} | ||||
|       {% set count = 0 %} | ||||
|       {%- for post in collections.handschriften -%} | ||||
| @@ -99,7 +99,7 @@ eleventyNavigation: | ||||
|       {%- endfor -%} | ||||
|     </select> | ||||
|   </div> | ||||
|   <button id="scrollbutton" href="#top">↑ nach oben</button> | ||||
|   <button id="scrollbutton" href="#top">↑ hoch</button> | ||||
| </div> | ||||
|  | ||||
| <div class="mt-4 w-full" id="list"> | ||||
|   | ||||
| @@ -13,7 +13,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  | ||||
|         <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.posthumeausgaben -%} | ||||
| @@ -25,7 +25,7 @@ eleventyNavigation: | ||||
|           {%- endfor -%} | ||||
|         </select> | ||||
|       </div> | ||||
|       <button id="scrollbutton" href="#top">↑ nach oben</button> | ||||
|       <button id="scrollbutton" href="#top">↑ oben</button> | ||||
| </div> | ||||
|  | ||||
| <div class="yearlist" id="list"> | ||||
|   | ||||
| @@ -22,7 +22,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  | ||||
|         <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.sekundaer -%} | ||||
| @@ -34,7 +34,7 @@ eleventyNavigation: | ||||
|           {%- endfor -%} | ||||
|         </select> | ||||
|       </div> | ||||
|       <button id="scrollbutton" href="#top">↑ nach oben</button> | ||||
|       <button id="scrollbutton" href="#top">↑ hoch</button> | ||||
| </div> | ||||
|  | ||||
| <div class="yearlist" id="list"> | ||||
|   | ||||
| @@ -15,7 +15,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  | ||||
|         <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.selbststaendigedrucke -%} | ||||
| @@ -27,7 +27,7 @@ eleventyNavigation: | ||||
|           {%- endfor -%} | ||||
|         </select> | ||||
|       </div> | ||||
|       <button id="scrollbutton" href="#top">↑ nach oben</button> | ||||
|       <button id="scrollbutton" href="#top">↑ hoch</button> | ||||
| </div> | ||||
|  | ||||
| <div class="yearlist" id="list"> | ||||
|   | ||||
| @@ -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  | ||||
|         <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">↑ nach oben</button> | ||||
|       <button id="scrollbutton" href="#top">↑ hoch</button> | ||||
| </div> | ||||
|  | ||||
| <div class="yearlist" id="list"> | ||||
|   | ||||
| @@ -32,7 +32,7 @@ eleventyNavigation: | ||||
| <div class="searchbar"> | ||||
|     <input type="text" name="keyword" class="form-control input-sm" placeholder="Liste durchsuchen..."> | ||||
|     <button class="showifsearching" onclick="var input = this.previousElementSibling; input.value = ''; input.focus(); search();" alt="Clear the search form">Suche abbrechen</button> | ||||
|     <button id="scrollbutton" href="#top">↑ nach oben</a> | ||||
|     <button id="scrollbutton" href="#top">↑ hoch</a> | ||||
| </div> | ||||
|  | ||||
| <div class="mt-4" id="list"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens