personen anfang

This commit is contained in:
Simon Martens
2025-02-22 23:36:04 +01:00
parent 3d54725283
commit 9c15836e7d
7 changed files with 307 additions and 132 deletions

View File

@@ -4,7 +4,11 @@
<div id="searchcontrol" class="container-normal">
<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 h-min self-end pb-0.5 hidden">Durchsuchen:</div>
<div
class="align-bottom text-lg h-min self-end pb-0.5 italic font-bold
text-zinc-800">
Suche nach:
</div>
<a
href="/suche/reihen"
class="block no-underline"
@@ -15,13 +19,13 @@
href="/suche/baende"
class="block no-underline"
{{ if eq $model.type "baende" }}aria-current="page"{{- end -}}
>Bände</a
>Bänden</a
>
<a
href="/suche/beitraege"
class="block no-underline"
{{ if eq $model.type "beitraege" }}aria-current="page"{{- end -}}
>Beiträge</a
>Beiträgen</a
>
<a
href="/suche/personen"

View File

@@ -34,16 +34,6 @@
{{- end -}} />
<label for="title">Titel</label>
</div>
<div class="selectgroup-option">
<input
type="checkbox"
name="annotations"
id="annotations"
{{ if $includeAnnotations -}}
checked
{{- end -}} />
<label for="annotations">Anmerkungen</label>
</div>
<div class="selectgroup-option">
<input
type="checkbox"
@@ -54,6 +44,16 @@
{{- end -}} />
<label for="references">Nachweise</label>
</div>
<div class="selectgroup-option">
<input
type="checkbox"
name="annotations"
id="annotations"
{{ if $includeAnnotations -}}
checked
{{- end -}} />
<label for="annotations">Anmerkungen</label>
</div>
</fieldset>
{{ template "infotextsimple" false }}
</div>
@@ -79,14 +79,14 @@
<input type="checkbox" name="profession" id="profession" checked />
<label for="profession">Beruf(e)</label>
</div>
<div class="selectgroup-option">
<input type="checkbox" name="annotations" id="annotations" checked />
<label for="annotations">Anmerkungen</label>
</div>
<div class="selectgroup-option">
<input type="checkbox" name="references" id="references" checked />
<label for="references">Nachweise</label>
</div>
<div class="selectgroup-option">
<input type="checkbox" name="annotations" id="annotations" checked />
<label for="annotations">Anmerkungen</label>
</div>
</fieldset>
{{ template "infotextsimple" false }}
</div>