mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Added Classes for detecting Root Elements of Hamann-Collections
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@model UploadViewModel;
|
||||
Hello from Upload Index!
|
||||
|
||||
<form id="uploadForm" action="Upload" method="post"
|
||||
@@ -18,6 +19,11 @@ Hello from Upload Index!
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@foreach (var item in Model.AvailableRoots.OrderBy(x => x.Item1))
|
||||
{
|
||||
<div>@item.Item1</div>
|
||||
}
|
||||
|
||||
@section Scripts {
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"
|
||||
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
|
||||
|
||||
Reference in New Issue
Block a user