From f933fdddae73727b48bb50e99fcb44d415d99947 Mon Sep 17 00:00:00 2001 From: Allllen4a Date: Tue, 30 Apr 2024 19:38:49 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B5=D1=89=D0=B5=20=D0=BA=D1=83=D1=87=D0=B0,?= =?UTF-8?q?=20=D0=B4=D1=83=D0=B1=D0=BB=D1=8C=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ClientWebApp/Views/Home/Evaluation.cshtml | 52 +++++++++++++++++++ .../Views/Home/FormationOrder.cshtml | 44 ++++++++++++++++ .../ClientWebApp/Views/Home/Procedure.cshtml | 51 ++++++++++++++++++ .../ClientWebApp/Views/Home/Register.cshtml | 25 +++++++++ 4 files changed, 172 insertions(+) create mode 100644 BeautySalonView/ClientWebApp/Views/Home/Evaluation.cshtml create mode 100644 BeautySalonView/ClientWebApp/Views/Home/FormationOrder.cshtml create mode 100644 BeautySalonView/ClientWebApp/Views/Home/Procedure.cshtml create mode 100644 BeautySalonView/ClientWebApp/Views/Home/Register.cshtml diff --git a/BeautySalonView/ClientWebApp/Views/Home/Evaluation.cshtml b/BeautySalonView/ClientWebApp/Views/Home/Evaluation.cshtml new file mode 100644 index 0000000..dabbf8a --- /dev/null +++ b/BeautySalonView/ClientWebApp/Views/Home/Evaluation.cshtml @@ -0,0 +1,52 @@ +@using BeautySalonContracts.ViewModels + +@{ + ViewData["Title"] = "Оценки"; +} + +

Оценки

+ +
+ + +
+
+ + + + + + + + + + @foreach (var item in ViewBag.Rating) + { + + + + + + } + +
Баллы за процедуруБаллы за косметикуПроцедура
@item.PointsProcedure@item.PointsCosmetics@item.ProcedureName
+
+ + diff --git a/BeautySalonView/ClientWebApp/Views/Home/FormationOrder.cshtml b/BeautySalonView/ClientWebApp/Views/Home/FormationOrder.cshtml new file mode 100644 index 0000000..ba03400 --- /dev/null +++ b/BeautySalonView/ClientWebApp/Views/Home/FormationOrder.cshtml @@ -0,0 +1,44 @@ + +@{ + ViewData["Title"] = "FormationDinner"; +} + +
+

Формирование заказов

+
+ + +
+ @{ + if (Model == null) + { +

Авторизируйтесь

+ return; + } + +

+ Создать заказ +

+ + + + + + + + + + @foreach (var item in Model) + { + + } + +
+ Номер + + Дата создания + + Цена +
+ } +
\ No newline at end of file diff --git a/BeautySalonView/ClientWebApp/Views/Home/Procedure.cshtml b/BeautySalonView/ClientWebApp/Views/Home/Procedure.cshtml new file mode 100644 index 0000000..29d8192 --- /dev/null +++ b/BeautySalonView/ClientWebApp/Views/Home/Procedure.cshtml @@ -0,0 +1,51 @@ +@using BeautySalonContracts.ViewModels + +@{ + ViewData["Title"] = "Процедуры"; +} + +

Процедуры

+ +
+ +
+
+ + / @ViewBag.NumberOfPages +
+ + Перейти + +
+
+
+ + + + + + + + + @foreach (var item in ViewBag.Procedure) + { + + + + + } + +
Наименование процедурыЦена процедуры
@item.ProcedureName@item.ProcedurePrice
+
+ + diff --git a/BeautySalonView/ClientWebApp/Views/Home/Register.cshtml b/BeautySalonView/ClientWebApp/Views/Home/Register.cshtml new file mode 100644 index 0000000..87f3b84 --- /dev/null +++ b/BeautySalonView/ClientWebApp/Views/Home/Register.cshtml @@ -0,0 +1,25 @@ +@{ + ViewData["Title"] = "Регистрация"; +} + +

Регистрация

+ +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+