From 9764af998a4c91196687b8d27693b935a243ab84 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 21 Mar 2024 14:54:11 +0000 Subject: Initial checkin following project regeneration to make post work --- Pages/Index.cshtml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Pages/Index.cshtml (limited to 'Pages/Index.cshtml') diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml new file mode 100644 index 0000000..9c1f3c2 --- /dev/null +++ b/Pages/Index.cshtml @@ -0,0 +1,48 @@ +@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
+ + -- cgit v1.2.3