From fe01506b920ef3e27db5eda6ad3e5f46fea3693e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D1=88=D0=B8=D0=BD=20=D0=9C=D0=B0=D0=BA=D1=81?= =?UTF-8?q?=D0=B8=D0=BC?= Date: Thu, 6 Apr 2023 19:01:16 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20Enter.cshtml=20=D0=B8=20Register.cshtml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/Enter.cshtml | 21 ++++++++++++++++ .../Views/Home/Index.cshtml | 8 ------ .../Views/Home/Privacy.cshtml | 6 ----- .../Views/Home/Register.cshtml | 25 +++++++++++++++++++ .../Views/Shared/_Layout.cshtml | 2 +- 5 files changed, 47 insertions(+), 15 deletions(-) create mode 100644 Hotel/HostrelHeadwaiterApp/Views/Home/Enter.cshtml delete mode 100644 Hotel/HostrelHeadwaiterApp/Views/Home/Index.cshtml delete mode 100644 Hotel/HostrelHeadwaiterApp/Views/Home/Privacy.cshtml create mode 100644 Hotel/HostrelHeadwaiterApp/Views/Home/Register.cshtml diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/Enter.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/Enter.cshtml new file mode 100644 index 0000000..106d3d5 --- /dev/null +++ b/Hotel/HostrelHeadwaiterApp/Views/Home/Enter.cshtml @@ -0,0 +1,21 @@ +@{ + ViewData["Title"] = "Enter"; +} + +
+

Вход в приложение

+
+
+
+
Логин:
+
+
+
+
Пароль:
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/Index.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/Index.cshtml deleted file mode 100644 index d2d19bd..0000000 --- a/Hotel/HostrelHeadwaiterApp/Views/Home/Index.cshtml +++ /dev/null @@ -1,8 +0,0 @@ -@{ - ViewData["Title"] = "Home Page"; -} - -
-

Welcome

-

Learn about building Web apps with ASP.NET Core.

-
diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/Privacy.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/Privacy.cshtml deleted file mode 100644 index af4fb19..0000000 --- a/Hotel/HostrelHeadwaiterApp/Views/Home/Privacy.cshtml +++ /dev/null @@ -1,6 +0,0 @@ -@{ - ViewData["Title"] = "Privacy Policy"; -} -

@ViewData["Title"]

- -

Use this page to detail your site's privacy policy.

diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/Register.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/Register.cshtml new file mode 100644 index 0000000..77fe64e --- /dev/null +++ b/Hotel/HostrelHeadwaiterApp/Views/Home/Register.cshtml @@ -0,0 +1,25 @@ +@{ + ViewData["Title"] = "Register"; +} + +
+

Регистрация

+
+
+
+
Логин:
+
+
+
+
Пароль:
+
+
+
+
ФИО:
+
+
+
+
+
+
+
diff --git a/Hotel/HostrelHeadwaiterApp/Views/Shared/_Layout.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Shared/_Layout.cshtml index 30d7e3a..1ad6aca 100644 --- a/Hotel/HostrelHeadwaiterApp/Views/Shared/_Layout.cshtml +++ b/Hotel/HostrelHeadwaiterApp/Views/Shared/_Layout.cshtml @@ -23,7 +23,7 @@ Регистрация