From 3f05ee34d209fcb994cba50955cd2e301315d9bd Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 22 Mar 2024 12:28:07 +0000 Subject: Initial working version. --- Pages/Index.cshtml | 79 +++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 45 deletions(-) (limited to 'Pages/Index.cshtml') diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 9c1f3c2..469011c 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -1,48 +1,37 @@ @page @model download_admin.Pages.IndexModel @using download_admin.Pages - - - - - - Download Repsoitory Editor - - - Download Report
- @if (Model.HasError) - { -

@Model.ErrorText

- } - - - - - - - - - @foreach(FileObject obj in Model.Rows) - { - - - - - - - - - - } - - - - - - - - - -
KeyMime typeFile nameFile dataCommands
- - +@if (Model.HasError) +{ +

@Model.ErrorText

+} + + + + + + + + + @foreach(FileObject obj in Model.Rows) + { + + + + + + + + + + } + + + + + + + + + +
KeyMime typeFile nameFile dataCommands
\ No newline at end of file -- cgit v1.2.3