mirror of
				https://github.com/Theodor-Springmann-Stiftung/musenalm.git
				synced 2025-10-31 10:15:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {{- $model := . -}}
 | |
| <div id="searchheading" class="flex flex-row justify-between min-h-14 items-end relative">
 | |
| 	<nav id="searchnav" class="flex flex-row items-end">
 | |
| 		<div
 | |
| 			class="align-bottom text-xl h-min self-end pb-0.5 italic font-bold
 | |
| 			text-zinc-800">
 | |
| 			Suche nach:
 | |
| 		</div>
 | |
| 		<!--
 | |
| 			<a
 | |
| 				href="/suche/reihen"
 | |
| 				class="block no-underline"
 | |
| 				{{ if eq $model.Collection "reihen" }}aria-current="page"{{- end -}}
 | |
| 				>Reihen</a
 | |
| 			>
 | |
| 			-->
 | |
| 		<a
 | |
| 			{{ if $model.Placeholder -}}
 | |
| 				href="/suche/baende?p={{ $model.Placeholder }}"
 | |
| 			{{- else -}}
 | |
| 				href="/suche/baende"
 | |
| 			{{- end -}}
 | |
| 			class="block no-underline text-xl"
 | |
| 			{{ if eq $model.Collection "baende" }}aria-current="page"{{- end -}}
 | |
| 			>Bänden</a
 | |
| 		>
 | |
| 		<a
 | |
| 			{{ if $model.Placeholder -}}
 | |
| 				href="/suche/beitraege?p={{ $model.Placeholder }}"
 | |
| 			{{- else -}}
 | |
| 				href="/suche/beitraege"
 | |
| 			{{- end -}}
 | |
| 			class="block no-underline text-xl"
 | |
| 			{{ if eq $model.Collection "beitraege" }}aria-current="page"{{- end -}}
 | |
| 			>Beiträgen</a
 | |
| 		>
 | |
| 		<!--
 | |
| 			<a
 | |
| 				href="/suche/personen"
 | |
| 				class="block no-underline"
 | |
| 				{{ if eq $model.Collection "personen" }}aria-current="page"{{- end -}}
 | |
| 				>Personen</a
 | |
| 			>
 | |
| 			-->
 | |
| 	</nav>
 | |
| 	<h1
 | |
| 		class="text-3xl font-bold px-3 relative translate-y-[45%] w-min whitespace-nowrap
 | |
| 		bg-stone-50 mr-24 z-20">
 | |
| 		Suche · <span class="">
 | |
| 			{{- if eq $model.Collection "reihen" -}}
 | |
| 				Reihen
 | |
| 			{{- else if eq $model.Collection "personen" -}}
 | |
| 				Personen & Körperschaften
 | |
| 			{{- else if eq $model.Collection "baende" -}}
 | |
| 				Bände
 | |
| 			{{- else if eq $model.Collection "beitraege" -}}
 | |
| 				Beiträge
 | |
| 			{{- end -}}
 | |
| 		</span>
 | |
| 	</h1>
 | |
| </div>
 | 
