Chnaged README, worked on index strategy

This commit is contained in:
schnulller
2022-06-12 00:20:30 +02:00
parent 5d1dc0a833
commit 6ea1ad9806
16 changed files with 105 additions and 26 deletions

View File

@@ -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)) {