mirror of
				https://github.com/Theodor-Springmann-Stiftung/musenalm.git
				synced 2025-10-30 01:35:32 +00:00 
			
		
		
		
	Refactored single almanach view
This commit is contained in:
		| @@ -2,21 +2,21 @@ | ||||
|  | ||||
|  | ||||
| <div id="searchcontrol" class="container-normal"> | ||||
| 	{{- template "_heading" $model.parameters.Parameters -}} | ||||
| 	{{- template "_heading" $model.parameters -}} | ||||
| 	<div id="" class="border-l border-zinc-300 px-8 py-10 relative"> | ||||
| 		{{- if not $model.parameters.Extended -}} | ||||
| 		<form | ||||
| 			id="searchform" | ||||
| 			class="w-full font-serif" | ||||
| 			method="get" | ||||
| 			action="/suche/baende" | ||||
| 			action="/suche/beitraege" | ||||
| 			autocomplete="off"> | ||||
| 			<div class="searchformcolumn"> | ||||
| 				{{- $q := "" }} | ||||
| 				{{- if $model.parameters.Query -}} | ||||
| 					{{- q = $model.parameters.Query -}} | ||||
| 					{{- $q = $model.parameters.Query -}} | ||||
| 				{{- end -}} | ||||
| 				{{ template "_searchboxsimple" Arr $model.parameters.Parameters true $q }} | ||||
| 				{{ template "_searchboxsimple" Arr $model.parameters true $q }} | ||||
| 				<fieldset class="selectgroup"> | ||||
| 					<div class="selectgroup-option"> | ||||
| 						<input type="checkbox" name="number" id="number" checked /> | ||||
| @@ -39,7 +39,7 @@ | ||||
| 						<label for="annotations">Anmerkungen</label> | ||||
| 					</div> | ||||
| 				</fieldset> | ||||
| 				{{ template "infotextsimple" true }} | ||||
| 				{{ template "_infotextsimple" true }} | ||||
| 			</div> | ||||
| 		</form> | ||||
| 	</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens