From fffee2ddfcac52707f1017607c90f9dca9caa90f Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Thu, 4 Feb 2016 13:51:43 -0500 Subject: [PATCH] Clean up submit and confirm page --- Web/Views/LeafInput/Confirm.cshtml | 35 +++++++++++++++++++++--------- Web/Views/LeafInput/Index.cshtml | 2 +- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/Web/Views/LeafInput/Confirm.cshtml b/Web/Views/LeafInput/Confirm.cshtml index b685d7b..3b44faf 100644 --- a/Web/Views/LeafInput/Confirm.cshtml +++ b/Web/Views/LeafInput/Confirm.cshtml @@ -15,6 +15,7 @@ @Html.HiddenFor(m => m.Name) +
@Html.DisplayNameFor(m => m.Email) @@ -25,15 +26,7 @@
@Html.HiddenFor(m => m.Email) -
-
- @Html.DisplayNameFor(m => m.SiteId) -
-
- @Html.DisplayTextFor(m => m.SiteId) -
-
- @Html.HiddenFor(m => m.SiteId) +
@Html.DisplayNameFor(m => m.Identifier) @@ -44,8 +37,30 @@
@Html.HiddenFor(m => m.Identifier) +
+
+ @Html.DisplayNameFor(m => m.SiteId) +
+
+ @Html.DisplayTextFor(m => m.SiteId) +
+
+ @Html.HiddenFor(m => m.SiteId) + +
+
+ Files +
+
+ @foreach (var file in Model.Files) + { + @file
+ } +
+
+
- +
} diff --git a/Web/Views/LeafInput/Index.cshtml b/Web/Views/LeafInput/Index.cshtml index 5c38eee..4341a1a 100644 --- a/Web/Views/LeafInput/Index.cshtml +++ b/Web/Views/LeafInput/Index.cshtml @@ -57,7 +57,7 @@ - +