From e348bd734da278f9bb87b322f24663510ec816b2 Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Wed, 17 May 2023 18:28:42 +0400 Subject: [PATCH 1/2] . --- .../BankYouBankruptCashierApp/Views/Home/CloseCrediting.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CloseCrediting.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CloseCrediting.cshtml index 42ac2bf..807f2a5 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CloseCrediting.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CloseCrediting.cshtml @@ -15,7 +15,7 @@
- +
\ No newline at end of file From f134bdb18ce88a96883ffd55d224bbeeba4fa356 Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Wed, 17 May 2023 18:38:42 +0400 Subject: [PATCH 2/2] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20Header.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/Privacy.cshtml | 4 ++ .../Views/Shared/_Layout.cshtml | 51 +++++++++++-------- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Privacy.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Privacy.cshtml index f587edd..f6a014e 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Privacy.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Privacy.cshtml @@ -30,6 +30,10 @@
Телефон:
+
+
Почта:
+
+
diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml index fcef63f..1bc2a55 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml @@ -1,4 +1,10 @@ - +@using BankYouBankruptCashierApp + +@{ + bool authenticated = APICashier.Cashier != null; +} + + @@ -22,24 +28,29 @@