From f44ebf5a64c3bc4fcb08b5674ee8b8a53a75290f Mon Sep 17 00:00:00 2001 From: Allllen4a Date: Thu, 30 May 2024 01:56:18 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=BA=D1=83=D0=BD=D0=B0=20=D0=BC=D0=B0?= =?UTF-8?q?=D1=82=D0=B0=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ClientWebApp/Views/Home/Enter.cshtml | 30 ++++++++------- .../ClientWebApp/Views/Home/Index.cshtml | 5 +-- .../ClientWebApp/Views/Home/Register.cshtml | 37 ++++++++++--------- .../ClientWebApp/Views/_ViewImports.cshtml | 4 +- .../Views/_ViewImports.cshtml | 4 +- 5 files changed, 41 insertions(+), 39 deletions(-) diff --git a/BeautySalonView/ClientWebApp/Views/Home/Enter.cshtml b/BeautySalonView/ClientWebApp/Views/Home/Enter.cshtml index 57576f8..106d3d5 100644 --- a/BeautySalonView/ClientWebApp/Views/Home/Enter.cshtml +++ b/BeautySalonView/ClientWebApp/Views/Home/Enter.cshtml @@ -1,19 +1,21 @@ @{ - ViewData["Title"] = "Вход"; + ViewData["Title"] = "Enter"; } -

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

- +
+

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

+
-
- - -
-
- - -
- +
+
Логин:
+
+
+
+
Пароль:
+
+
+
+
+
+
\ No newline at end of file diff --git a/BeautySalonView/ClientWebApp/Views/Home/Index.cshtml b/BeautySalonView/ClientWebApp/Views/Home/Index.cshtml index 445ad23..962697c 100644 --- a/BeautySalonView/ClientWebApp/Views/Home/Index.cshtml +++ b/BeautySalonView/ClientWebApp/Views/Home/Index.cshtml @@ -1,8 +1,7 @@ @{ - ViewData["Title"] = "HomePage"; + ViewData["Title"] = "Home Page"; } -

Мы Вас не ждали, зло пожаловать!

-

Logo

+ logo
\ No newline at end of file diff --git a/BeautySalonView/ClientWebApp/Views/Home/Register.cshtml b/BeautySalonView/ClientWebApp/Views/Home/Register.cshtml index 87f3b84..286d65c 100644 --- a/BeautySalonView/ClientWebApp/Views/Home/Register.cshtml +++ b/BeautySalonView/ClientWebApp/Views/Home/Register.cshtml @@ -1,25 +1,26 @@ @{ - ViewData["Title"] = "Регистрация"; + ViewData["Title"] = "Register"; } - -

Регистрация

- +
+

Регистрация

+
-
- - +
+
Логин (электронная почта):
+
-
- - +
+
Пароль:
+
-
- - +
+
ваше ФИО:
-
- +
+
+
+ +
- + \ No newline at end of file diff --git a/BeautySalonView/ClientWebApp/Views/_ViewImports.cshtml b/BeautySalonView/ClientWebApp/Views/_ViewImports.cshtml index 4090c0b..51a8940 100644 --- a/BeautySalonView/ClientWebApp/Views/_ViewImports.cshtml +++ b/BeautySalonView/ClientWebApp/Views/_ViewImports.cshtml @@ -1,3 +1,3 @@ -@using BeutySalonClientApp -@using BeutySalonClientApp.Models +@using WorkerWebApp +@using WorkerWebApp.Models @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers diff --git a/BeautySalonView/StaffMemberWebApp/Views/_ViewImports.cshtml b/BeautySalonView/StaffMemberWebApp/Views/_ViewImports.cshtml index 15ad9c7..7e91323 100644 --- a/BeautySalonView/StaffMemberWebApp/Views/_ViewImports.cshtml +++ b/BeautySalonView/StaffMemberWebApp/Views/_ViewImports.cshtml @@ -1,3 +1,3 @@ -@using BeutySalonStaffMemberApp -@using BeutySalonStaffMemberApp.Models +@using StorekeeperWebApp +@using StorekeeperWebApp.Models @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers