mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Chnaged README, worked on index strategy
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
@model UploadViewModel;
|
||||
@{
|
||||
ViewData["Title"] = "Upload & Veröffentlichen";
|
||||
ViewData["SEODescription"] = "Johann Georg Hamann: Kommentierte Briefausgabe, Hg. v. Leonard Keidel und Janina Reibold. Durchsuchbare Online-Ausgabe der Briefe von und an Johann Georg Hamann.";
|
||||
ViewData["showCredits"] = "false";
|
||||
}
|
||||
|
||||
<div class="ha-adminuploadfields" id="ha-adminuploadfields">
|
||||
@foreach (var item in Model.AvailableRoots!.OrderBy(x => x.Type)) {
|
||||
|
||||
@@ -7,6 +7,11 @@
|
||||
if (Model.MinWidthTrad)
|
||||
minwidthtrads = "ha-minwidth";
|
||||
}
|
||||
@* No JavaScript Settings *@
|
||||
<noscript>
|
||||
@* TODO *@
|
||||
</noscript>
|
||||
|
||||
<div class="ha-letterheader">
|
||||
@await Html.PartialAsync("/Views/Shared/_LetterHead.cshtml", Model.MetaData)
|
||||
<div class="ha-letterheadernav">
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
<div class="ha-static">
|
||||
<div class="md:pr-80">
|
||||
<h1>Kontakt</h1>
|
||||
<table>
|
||||
<table class="!w-full">
|
||||
<tr>
|
||||
<td>Theodor Springmann Stiftung <br>
|
||||
<td class="!pl-0">Theodor Springmann Stiftung <br>
|
||||
Dr. Janina Reibold <br>
|
||||
Hirschgasse 2 <br>
|
||||
69120 Heidelberg <br>
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
@{
|
||||
@model SucheViewModel;
|
||||
@{
|
||||
ViewData["Title"] = "Briefauswahl & Suche";
|
||||
ViewData["SEODescription"] = "Johann Georg Hamann: Kommentierte Briefausgabe, Hg. v. Leonard Keidel und Janina Reibold. Durchsuchbare Online-Ausgabe der Briefe von und an Johann Georg Hamann.";
|
||||
ViewData["showCredits"] = "true";
|
||||
}
|
||||
}
|
||||
|
||||
<div class="ha-search">
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user