mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-05 02:55:30 +00:00
a little styling on the /baende endpoint
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
</tool-tip>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid grid-cols-1 lg:grid-cols-[1fr_18rem] gap-6 text-sm font-sans text-gray-700">
|
||||
<div class="grid grid-cols-1 lg:grid-cols-[1fr_18rem] gap-6 text-base font-sans text-gray-700">
|
||||
<div class="flex flex-col gap-3">
|
||||
{{- if or $entry.TitleStmt $entry.SubtitleStmt $entry.VariantTitle $entry.ParallelTitle $entry.IncipitStmt -}}
|
||||
<div>
|
||||
@@ -165,6 +165,12 @@
|
||||
<div>{{ $entry.Comment }}</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
{{- if ne $entry.Year 0 -}}
|
||||
<div>
|
||||
<div class="text-xs uppercase tracking-wide text-gray-500">Jahr</div>
|
||||
<div>{{ $entry.Year }}</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
{{- if $entry.Language -}}
|
||||
<div>
|
||||
<div class="text-xs uppercase tracking-wide text-gray-500">Sprachen</div>
|
||||
@@ -175,10 +181,19 @@
|
||||
{{- end -}}
|
||||
{{- if or $entry.Extent $entry.Dimensions -}}
|
||||
<div>
|
||||
<div class="text-xs uppercase tracking-wide text-gray-500">Umfang / Maße</div>
|
||||
<div>
|
||||
{{- if $entry.Extent -}}<div><span class="font-semibold text-gray-500 block">Struktur</span>{{ $entry.Extent }}</div>{{- end -}}
|
||||
{{- if $entry.Dimensions -}}<div><span class="font-semibold text-gray-500">Maße:</span> {{ $entry.Dimensions }}</div>{{- end -}}
|
||||
{{- if $entry.Extent -}}
|
||||
<div>
|
||||
<div class="text-xs uppercase tracking-wide text-gray-500">Struktur</div>
|
||||
<div>{{ $entry.Extent }}</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
{{- if $entry.Dimensions -}}
|
||||
<div>
|
||||
<div class="text-xs uppercase tracking-wide text-gray-500">Maße</div>
|
||||
<div>{{ $entry.Dimensions }}</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
@@ -188,12 +203,6 @@
|
||||
<div>{{ $entry.References }}</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
{{- if ne $entry.Year 0 -}}
|
||||
<div>
|
||||
<div class="text-xs uppercase tracking-wide text-gray-500">Jahr</div>
|
||||
<div>{{ $entry.Year }}</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
{{- if $result.Items -}}
|
||||
<div>
|
||||
<div class="text-xs uppercase tracking-wide text-gray-500">Exemplare</div>
|
||||
@@ -236,4 +245,4 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<script src="/assets/js/collapse.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user