mirror of
				https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
				synced 2025-10-30 09:45:33 +00:00 
			
		
		
		
	Visuals in List
This commit is contained in:
		| @@ -11,22 +11,23 @@ eleventyNavigation: | |||||||
|     <p class="max-w-[80ch]">Neben den selbständig erschienenen Einzel- und Werkausgaben sind in Auswahl auch Textsammlungen zum Sturm und Drang mit umfangreicheren Lenz-Abteilungen aufgeführt. |     <p class="max-w-[80ch]">Neben den selbständig erschienenen Einzel- und Werkausgaben sind in Auswahl auch Textsammlungen zum Sturm und Drang mit umfangreicheren Lenz-Abteilungen aufgeführt. | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
| <div class="sticky top-0 z-10 bg-emerald-100 px-4 py-2 mb-4 w-full"> | <div class="flex flex-row sticky top-0"> | ||||||
|  | <div class="z-10 border-r-2 border-slate-400 bg-emerald-100 px-4 py-2 self-start w-full"> | ||||||
| {% set jahr = "" %} | {% set jahr = "" %} | ||||||
| {% set count = 1 %} | {% set count = 1 %} | ||||||
| <a href="#top">↑</a>  |   | <a href="#top">↑</a>   | ||||||
| {%- for post in collections.posthumeausgaben -%} | {%- for post in collections.posthumeausgaben -%} | ||||||
|     {% if post.data.Jahr !== jahr %} |     {% if count % 5 == 0 and jahr !== post.data.Jahr %} | ||||||
|       {% if count % 3 == 0 %} |  | ||||||
|         <a class="underline decoration-dotted" href="#{{ post.data.Jahr }}">{{ post.data.Jahr }}</a>   |         <a class="underline decoration-dotted" href="#{{ post.data.Jahr }}">{{ post.data.Jahr }}</a>   | ||||||
|       {% endif %} |  | ||||||
|         {% set jahr = post.data.Jahr %} |         {% set jahr = post.data.Jahr %} | ||||||
|       {% set count = count + 1 %} |  | ||||||
|     {% endif %} |     {% endif %} | ||||||
|  |     {% set count = count + 1 %} | ||||||
| {%- endfor -%} | {%- endfor -%} | ||||||
| </div> | </div> | ||||||
|  | <div class="text-xl pl-4 pr-1 grow-0 min-w-[4rem] font-bold order-2"></div> | ||||||
|  | </div> | ||||||
|  |  | ||||||
| <div> | <div class="mt-4"> | ||||||
|   {% set jahr = "" %} |   {% set jahr = "" %} | ||||||
|   {%- for post in collections.posthumeausgaben -%} |   {%- for post in collections.posthumeausgaben -%} | ||||||
|     {% if post.data.Jahr !== jahr %} |     {% if post.data.Jahr !== jahr %} | ||||||
| @@ -35,9 +36,9 @@ eleventyNavigation: | |||||||
|         </div> |         </div> | ||||||
|       {% endif %} |       {% endif %} | ||||||
|       {% set jahr = post.data.Jahr %} |       {% set jahr = post.data.Jahr %} | ||||||
|       <div class="flex flex-row mb-8 w-full"> |       <div class="flex flex-row w-full" id="{{ jahr }}"> | ||||||
|       <div class="text-xl pl-3 pr-1 grow-0 min-w-[4rem] text-right font-bold self-start z-0 sticky top-14 order-2" id="{{ jahr }}">{{ jahr }}</div> |       <div class="text-xl pr-1 pl-3 py-2 grow-0 min-w-[4rem] font-bold self-start z-0 sticky top-0 order-2" >{{ jahr }}</div> | ||||||
|       <div class="px-4 border-r-2 grow border-slate-400"> |       <div class="px-4 border-r-2 grow py-2 border-slate-400"> | ||||||
|     {% endif %} |     {% endif %} | ||||||
|     <div class="mb-3 pl-6 -indent-6 max-w-[90ch]">{{ post.content | safe }}</div> |     <div class="mb-3 pl-6 -indent-6 max-w-[90ch]">{{ post.content | safe }}</div> | ||||||
|   {%- endfor -%} |   {%- endfor -%} | ||||||
|   | |||||||
| @@ -16,22 +16,23 @@ eleventyNavigation: | |||||||
|     <p class="max-w-[80ch]">Hinweise auf neue Lenz-Publikationen (incl. Rezensionen) werden dankbar aufgenommen; ebenso Ergänzungen und Korrekturen zur älteren Literatur über Lenz. |     <p class="max-w-[80ch]">Hinweise auf neue Lenz-Publikationen (incl. Rezensionen) werden dankbar aufgenommen; ebenso Ergänzungen und Korrekturen zur älteren Literatur über Lenz. | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
| <div class="sticky top-0 z-10 bg-emerald-100 px-4 py-2 mb-4 w-full"> | <div class="flex flex-row sticky top-0"> | ||||||
|  | <div class="z-10 border-r-2 border-slate-400 bg-emerald-100 px-4 py-2 self-start w-full"> | ||||||
| {% set jahr = "" %} | {% set jahr = "" %} | ||||||
| {% set count = 1 %} | {% set count = 1 %} | ||||||
| <a href="#top">↑</a>  |   | <a href="#top">↑</a>   | ||||||
| {%- for post in collections.sekundaer -%} | {%- for post in collections.sekundaer -%} | ||||||
|     {% if post.data.Jahr !== jahr %} |     {% if count % 80 == 0 and jahr !== post.data.Jahr %} | ||||||
|       {% if count % 10 == 0 %} |  | ||||||
|         <a class="underline decoration-dotted" href="#{{ post.data.Jahr }}">{{ post.data.Jahr }}</a>   |         <a class="underline decoration-dotted" href="#{{ post.data.Jahr }}">{{ post.data.Jahr }}</a>   | ||||||
|       {% endif %} |  | ||||||
|         {% set jahr = post.data.Jahr %} |         {% set jahr = post.data.Jahr %} | ||||||
|       {% set count = count + 1 %} |  | ||||||
|     {% endif %} |     {% endif %} | ||||||
|  |     {% set count = count + 1 %} | ||||||
| {%- endfor -%} | {%- endfor -%} | ||||||
| </div> | </div> | ||||||
|  | <div class="text-xl pl-4 pr-1 grow-0 min-w-[4rem] font-bold order-2"></div> | ||||||
|  | </div> | ||||||
|  |  | ||||||
| <div> | <div class="mt-4"> | ||||||
|   {% set jahr = "" %} |   {% set jahr = "" %} | ||||||
|   {%- for post in collections.sekundaer -%} |   {%- for post in collections.sekundaer -%} | ||||||
|     {% if post.data.Jahr !== jahr %} |     {% if post.data.Jahr !== jahr %} | ||||||
| @@ -40,9 +41,9 @@ eleventyNavigation: | |||||||
|         </div> |         </div> | ||||||
|       {% endif %} |       {% endif %} | ||||||
|       {% set jahr = post.data.Jahr %} |       {% set jahr = post.data.Jahr %} | ||||||
|       <div class="flex flex-row mb-8 w-full"> |       <div class="flex flex-row w-full" id="{{ jahr }}"> | ||||||
|       <div class="text-xl pl-3 pr-1 grow-0 min-w-[4rem] text-right font-bold self-start z-0 sticky top-14 order-2" id="{{ jahr }}">{{ jahr }}</div> |       <div class="text-xl pr-1 pl-3 py-2 grow-0 min-w-[4rem] font-bold self-start z-0 sticky top-0 order-2" >{{ jahr }}</div> | ||||||
|       <div class="px-4 border-r-2 grow border-slate-400"> |       <div class="px-4 border-r-2 grow py-2 border-slate-400"> | ||||||
|     {% endif %} |     {% endif %} | ||||||
|     <div class="mb-3 pl-6 -indent-6 max-w-[90ch]">{{ post.content | safe }}</div> |     <div class="mb-3 pl-6 -indent-6 max-w-[90ch]">{{ post.content | safe }}</div> | ||||||
|   {%- endfor -%} |   {%- endfor -%} | ||||||
|   | |||||||
| @@ -12,22 +12,23 @@ eleventyNavigation: | |||||||
|     <p class="max-w-[80ch]">Neben den selbständig erschienenen Einzel- und Werkausgaben sind in Auswahl auch Textsammlungen zum Sturm und Drang mit umfangreicheren Lenz-Abteilungen aufgeführt. |     <p class="max-w-[80ch]">Neben den selbständig erschienenen Einzel- und Werkausgaben sind in Auswahl auch Textsammlungen zum Sturm und Drang mit umfangreicheren Lenz-Abteilungen aufgeführt. | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
| <div class="sticky top-0 z-10 bg-emerald-100 px-4 py-2 mb-4 w-full"> | <div class="flex flex-row sticky top-0"> | ||||||
|  | <div class="z-10 border-r-2 border-slate-400 bg-emerald-100 px-4 py-2 self-start w-full"> | ||||||
| {% set jahr = "" %} | {% set jahr = "" %} | ||||||
| {% set count = 1 %} | {% set count = 1 %} | ||||||
| <a href="#top">↑</a>  |   | <a href="#top">↑</a>   | ||||||
| {%- for post in collections.selbststaendigedrucke -%} | {%- for post in collections.selbststaendigedrucke -%} | ||||||
|     {% if post.data.Jahr !== jahr %} |     {% if count % 1 == 0 and jahr !== post.data.Jahr %} | ||||||
|       {% if count % 1 == 0 %} |  | ||||||
|         <a class="underline decoration-dotted" href="#{{ post.data.Jahr }}">{{ post.data.Jahr }}</a>   |         <a class="underline decoration-dotted" href="#{{ post.data.Jahr }}">{{ post.data.Jahr }}</a>   | ||||||
|       {% endif %} |  | ||||||
|         {% set jahr = post.data.Jahr %} |         {% set jahr = post.data.Jahr %} | ||||||
|       {% set count = count + 1 %} |  | ||||||
|     {% endif %} |     {% endif %} | ||||||
|  |     {% set count = count + 1 %} | ||||||
| {%- endfor -%} | {%- endfor -%} | ||||||
| </div> | </div> | ||||||
|  | <div class="text-xl pl-4 pr-1 grow-0 min-w-[4rem] font-bold order-2"></div> | ||||||
|  | </div> | ||||||
|  |  | ||||||
| <div> | <div class="mt-4"> | ||||||
|   {% set jahr = "" %} |   {% set jahr = "" %} | ||||||
|   {%- for post in collections.selbststaendigedrucke -%} |   {%- for post in collections.selbststaendigedrucke -%} | ||||||
|     {% if post.data.Jahr !== jahr %} |     {% if post.data.Jahr !== jahr %} | ||||||
| @@ -36,9 +37,9 @@ eleventyNavigation: | |||||||
|         </div> |         </div> | ||||||
|       {% endif %} |       {% endif %} | ||||||
|       {% set jahr = post.data.Jahr %} |       {% set jahr = post.data.Jahr %} | ||||||
|       <div class="flex flex-row mb-8 w-full"> |       <div class="flex flex-row w-full" id="{{ jahr }}"> | ||||||
|       <div class="text-xl pl-3 pr-1 grow-0 min-w-[4rem] text-right font-bold self-start z-0 sticky top-14 order-2" id="{{ jahr }}">{{ jahr }}</div> |       <div class="text-xl pr-1 pl-3 py-2 grow-0 min-w-[4rem] font-bold self-start z-0 sticky top-0 order-2" >{{ jahr }}</div> | ||||||
|       <div class="px-4 border-r-2 grow border-slate-400"> |       <div class="px-4 border-r-2 grow py-2 border-slate-400"> | ||||||
|     {% endif %} |     {% endif %} | ||||||
|     <div class="mb-3 pl-6 -indent-6 max-w-[90ch]">{{ post.content | safe }}</div> |     <div class="mb-3 pl-6 -indent-6 max-w-[90ch]">{{ post.content | safe }}</div> | ||||||
|   {%- endfor -%} |   {%- endfor -%} | ||||||
|   | |||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens