From ae2e07bb150cda9cc1460f4bfd16f54378dc84d2 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 20 May 2026 15:19:35 +1000 Subject: [PATCH] v1.0.0: Slide Edit view --- Views/Slides/Edit.cshtml | 120 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 Views/Slides/Edit.cshtml diff --git a/Views/Slides/Edit.cshtml b/Views/Slides/Edit.cshtml new file mode 100644 index 0000000..643f870 --- /dev/null +++ b/Views/Slides/Edit.cshtml @@ -0,0 +1,120 @@ +@model Slide +@{ + ViewData["Title"] = $"Edit: {Model.Name}"; +} + +
+ @Html.AntiForgeryToken() + + + +
+
+
+
Slide Content
+
+
+ + + +
+
+ + +
+
+ + +
+
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+
+
Appearance
+
+
+ +
+ + +
+
+
+ + + + +
+
+ + +
+
+
+
+ + Cancel +
+
+
+
+ +@section Styles { + +} + +@section Scripts { + + +}