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