From 0141e07b7a363d2f6445ef5ce0f69e9a7d2addaf Mon Sep 17 00:00:00 2001 From: nap Date: Sat, 8 Apr 2023 23:47:05 +0400 Subject: [PATCH] =?UTF-8?q?25.=20=D0=91=D0=B0=D0=B7=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D1=8F=20web=20=D1=87=D0=B0=D1=81=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bank/BankClientApp/Views/Home/Enter.cshtml | 21 ++++++++++++++++ Bank/BankClientApp/Views/Home/Index.cshtml | 10 +++++--- Bank/BankClientApp/Views/Home/Register.cshtml | 25 +++++++++++++++++++ .../BankClientApp/Views/Shared/_Layout.cshtml | 20 +++++++++------ Bank/BankWorkerApp/Views/Home/Enter.cshtml | 22 ++++++++++++++++ Bank/BankWorkerApp/Views/Home/Index.cshtml | 10 +++++--- Bank/BankWorkerApp/Views/Home/Register.cshtml | 25 +++++++++++++++++++ .../BankWorkerApp/Views/Shared/_Layout.cshtml | 20 +++++++++------ 8 files changed, 133 insertions(+), 20 deletions(-) create mode 100644 Bank/BankClientApp/Views/Home/Enter.cshtml create mode 100644 Bank/BankClientApp/Views/Home/Register.cshtml create mode 100644 Bank/BankWorkerApp/Views/Home/Enter.cshtml create mode 100644 Bank/BankWorkerApp/Views/Home/Register.cshtml diff --git a/Bank/BankClientApp/Views/Home/Enter.cshtml b/Bank/BankClientApp/Views/Home/Enter.cshtml new file mode 100644 index 0000000..9e09c6d --- /dev/null +++ b/Bank/BankClientApp/Views/Home/Enter.cshtml @@ -0,0 +1,21 @@ +@{ + ViewData["Title"] = "Enter"; +} + +
+

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

+
+
+
+
Логин:
+
+
+
+
Пароль:
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/Bank/BankClientApp/Views/Home/Index.cshtml b/Bank/BankClientApp/Views/Home/Index.cshtml index d2d19bd..4d2a4c0 100644 --- a/Bank/BankClientApp/Views/Home/Index.cshtml +++ b/Bank/BankClientApp/Views/Home/Index.cshtml @@ -1,8 +1,12 @@ @{ - ViewData["Title"] = "Home Page"; + ViewData["Title"] = "Главная"; }
-

Welcome

-

Learn about building Web apps with ASP.NET Core.

+

Главная страница

+ + +
+ +
\ No newline at end of file diff --git a/Bank/BankClientApp/Views/Home/Register.cshtml b/Bank/BankClientApp/Views/Home/Register.cshtml new file mode 100644 index 0000000..22468ff --- /dev/null +++ b/Bank/BankClientApp/Views/Home/Register.cshtml @@ -0,0 +1,25 @@ + @{ + ViewData["Title"] = "Register"; +} + +
+

Регистрация

+
+
+
+
Логин:
+
+
+
+
Пароль:
+
+
+
+
ФИО:
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/Bank/BankClientApp/Views/Shared/_Layout.cshtml b/Bank/BankClientApp/Views/Shared/_Layout.cshtml index 4a00441..b0fb663 100644 --- a/Bank/BankClientApp/Views/Shared/_Layout.cshtml +++ b/Bank/BankClientApp/Views/Shared/_Layout.cshtml @@ -3,16 +3,16 @@ - @ViewData["Title"] - BankClientApp + @ViewData["Title"] - BankeWebApp - +