mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Unterstützung von Übersetzungen + Dark Mode
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
minwidthtrads = "ha-minwidth"; *@
|
||||
}
|
||||
|
||||
<script defer src="/js/briefe.js" asp-append-version="true"></script>
|
||||
|
||||
<div class="ha-letterheader">
|
||||
@await Html.PartialAsync("/Views/Shared/_LetterHead.cshtml", (Model.MetaData, true, false))
|
||||
<div class="ha-letterheadernav">
|
||||
@@ -53,14 +51,14 @@
|
||||
{
|
||||
|
||||
<a class="ml-1" href="@Model.PDFFilePath">
|
||||
<div class="inline-block bg-slate-100 hover:bg-slate-200 border px-1.5 rounded">Brief @Model.MetaData.Meta.ID</div>
|
||||
<div class="inline-block bg-slate-100 hover:bg-slate-200 border px-1.5 rounded dark:bg-black ">Brief @Model.MetaData.Meta.ID</div>
|
||||
</a>
|
||||
}
|
||||
|
||||
@if (Model.YearPDFFilePath != null)
|
||||
{
|
||||
<a class="ml-1 mr-2" href="@Model.YearPDFFilePath">
|
||||
<div class="inline-block bg-slate-100 hover:bg-slate-200 border px-1.5 rounded">Jahr @Model.MetaData.Meta.Sort.Year</div>
|
||||
<div class="inline-block bg-slate-100 hover:bg-slate-200 border px-1.5 rounded dark:bg-black">Jahr @Model.MetaData.Meta.Sort.Year</div>
|
||||
</a>
|
||||
}
|
||||
|
||||
@@ -200,4 +198,5 @@
|
||||
}
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
<script defer src="/js/briefe.js" asp-append-version="true"></script>
|
||||
|
||||
Reference in New Issue
Block a user