From 04803864818c9fb43a9fc5546fb0c6b11f0115dd Mon Sep 17 00:00:00 2001 From: malimova Date: Fri, 3 May 2024 19:55:51 +0400 Subject: [PATCH] =?UTF-8?q?+=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=20=D0=BE?= =?UTF-8?q?=D1=82=D1=80=D0=B5=D0=B4=D0=B0=D1=87=D0=B5=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/Create.cshtml | 6 ++ .../Views/Home/Enter.cshtml | 6 ++ .../Views/Home/Register.cshtml | 6 ++ .../Views/Shared/_Layout.cshtml | 88 ++++++++++--------- 4 files changed, 64 insertions(+), 42 deletions(-) create mode 100644 Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml create mode 100644 Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml create mode 100644 Confectionery/ConfectioneryClientApp/Views/Home/Register.cshtml diff --git a/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml b/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml new file mode 100644 index 0000000..48b8022 --- /dev/null +++ b/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml @@ -0,0 +1,6 @@ +namespace ConfectioneryClientApp.Views.Home +{ + public class Create + { + } +} diff --git a/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml b/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml new file mode 100644 index 0000000..ffc55f1 --- /dev/null +++ b/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml @@ -0,0 +1,6 @@ +namespace ConfectioneryClientApp.Views.Home +{ + public class Enter + { + } +} diff --git a/Confectionery/ConfectioneryClientApp/Views/Home/Register.cshtml b/Confectionery/ConfectioneryClientApp/Views/Home/Register.cshtml new file mode 100644 index 0000000..8c92d59 --- /dev/null +++ b/Confectionery/ConfectioneryClientApp/Views/Home/Register.cshtml @@ -0,0 +1,6 @@ +namespace ConfectioneryClientApp.Views.Home +{ + public class Register + { + } +} diff --git a/Confectionery/ConfectioneryClientApp/Views/Shared/_Layout.cshtml b/Confectionery/ConfectioneryClientApp/Views/Shared/_Layout.cshtml index 92169de..fc0c10f 100644 --- a/Confectionery/ConfectioneryClientApp/Views/Shared/_Layout.cshtml +++ b/Confectionery/ConfectioneryClientApp/Views/Shared/_Layout.cshtml @@ -1,49 +1,53 @@  - - - @ViewData["Title"] - ConfectioneryClientApp - - - + + + @ViewData["Title"] - AbstractShowClientApp + + + + -
- -
-
-
- @RenderBody() -
-
- - - - - - @await RenderSectionAsync("Scripts", required: false) +
+ +
+
+
+ @RenderBody() +
+
+ + + @RenderSection("Scripts", required: false)