mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 18:45:31 +00:00
distance fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -102,7 +102,7 @@ type AlmanachResult struct {
|
|||||||
|
|
||||||
<div class="container-normal mx-auto mt-4 !px-0">
|
<div class="container-normal mx-auto mt-4 !px-0">
|
||||||
{{ template "_usermessage" $model }}
|
{{ template "_usermessage" $model }}
|
||||||
<form class="w-full flex gap-4 dbform" id="changealmanachform" x-target="changealmanachform user-message almanach-header-data" hx-boost="false" method="POST">
|
<form class="w-full flex gap-8 dbform" id="changealmanachform" x-target="changealmanachform user-message almanach-header-data" hx-boost="false" method="POST">
|
||||||
<input type="hidden" name="csrf_token" value="{{ $model.csrf_token }}" />
|
<input type="hidden" name="csrf_token" value="{{ $model.csrf_token }}" />
|
||||||
<input type="hidden" name="last_edited" value="{{ $model.result.Entry.Updated }}" />
|
<input type="hidden" name="last_edited" value="{{ $model.result.Entry.Updated }}" />
|
||||||
|
|
||||||
@@ -118,7 +118,7 @@ type AlmanachResult struct {
|
|||||||
</textarea>
|
</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-6">
|
<div class="mt-3">
|
||||||
<div class="flex items-center gap-2 text-lg font-bold text-gray-700">
|
<div class="flex items-center gap-2 text-lg font-bold text-gray-700">
|
||||||
<i class="ri-book-2-line"></i>
|
<i class="ri-book-2-line"></i>
|
||||||
<span>Titeldaten & Anmerkungen</span>
|
<span>Titeldaten & Anmerkungen</span>
|
||||||
@@ -276,7 +276,7 @@ type AlmanachResult struct {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-6">
|
<div class="mt-3">
|
||||||
<div class="flex items-center gap-2 text-lg font-bold text-gray-700">
|
<div class="flex items-center gap-2 text-lg font-bold text-gray-700">
|
||||||
<i class="ri-links-line"></i>
|
<i class="ri-links-line"></i>
|
||||||
<span>Normdaten & Verknüpfungen</span>
|
<span>Normdaten & Verknüpfungen</span>
|
||||||
@@ -323,7 +323,7 @@ type AlmanachResult struct {
|
|||||||
<!-- End Left Column -->
|
<!-- End Left Column -->
|
||||||
|
|
||||||
<!-- Right Column -->
|
<!-- Right Column -->
|
||||||
<div class="w-[28rem] shrink-0 flex flex-col gap-6">
|
<div class="w-[28rem] shrink-0 flex flex-col gap-3">
|
||||||
<div>
|
<div>
|
||||||
<div class="flex items-center gap-2 text-lg font-bold text-gray-700">
|
<div class="flex items-center gap-2 text-lg font-bold text-gray-700">
|
||||||
<i class="ri-clipboard-line"></i>
|
<i class="ri-clipboard-line"></i>
|
||||||
@@ -423,7 +423,7 @@ type AlmanachResult struct {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Exemplare -->
|
<!-- Exemplare -->
|
||||||
<div class="mt-6">
|
<div class="">
|
||||||
<div class="flex items-center gap-2 text-lg font-bold text-gray-700">
|
<div class="flex items-center gap-2 text-lg font-bold text-gray-700">
|
||||||
<i class="ri-archive-line"></i>
|
<i class="ri-archive-line"></i>
|
||||||
<span>Exemplare</span>
|
<span>Exemplare</span>
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<title>
|
||||||
|
|
||||||
|
</title>
|
||||||
|
|||||||
Reference in New Issue
Block a user