diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/FormationDinner.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/FormationDinner.cshtml deleted file mode 100644 index 1befa76..0000000 --- a/Hotel/HostrelHeadwaiterApp/Views/Home/FormationDinner.cshtml +++ /dev/null @@ -1,58 +0,0 @@ -@using HotelContracts.ViewModels - - -@model List - -@{ - ViewData["Title"] = "FormationDinner"; -} - -
-

Форматирование обедов

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

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

- return; - } - -

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

- - - - - - - - - - @foreach (var item in Model) - { - - - - - - } - -
- Номер - - Имя - - Цена -
- @Html.DisplayFor(modelItem => item.Id) - - @Html.DisplayFor(modelItem => item.DinnerName) - - @Html.DisplayFor(modelItem => item.DinnerPrice) -
- } -
\ No newline at end of file diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/FormationOfDinnerInConferenceBookings.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/FormationOfDinnerInConferenceBookings.cshtml deleted file mode 100644 index b0c7b00..0000000 --- a/Hotel/HostrelHeadwaiterApp/Views/Home/FormationOfDinnerInConferenceBookings.cshtml +++ /dev/null @@ -1,43 +0,0 @@ -@{ - ViewData["Title"] = "FormationOfDinnerInConferenceBookings"; -} - -
-

Формирование обеда в брони по конференциям

-
- - -
- - -
-
- - - -
-
- - - -
- - \ No newline at end of file diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/Privacy.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/Privacy.cshtml new file mode 100644 index 0000000..ae95345 --- /dev/null +++ b/Hotel/HostrelHeadwaiterApp/Views/Home/Privacy.cshtml @@ -0,0 +1,73 @@ +@using HotelContracts.ViewModels + +@model HeadwaiterViewModel + +@{ + ViewData["Title"] = "Privacy"; +} +
+

Мои данные

+
+
+
+
+
+ + +
+
+ +
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ +
+
+
+
\ No newline at end of file diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/Report.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/Report.cshtml deleted file mode 100644 index 31d8287..0000000 --- a/Hotel/HostrelHeadwaiterApp/Views/Home/Report.cshtml +++ /dev/null @@ -1,47 +0,0 @@ -@{ - ViewData["Title"] = "Report"; -} - -
-

Создание отчёта

-
-
-
-
-
-
С
-
-
-
- - -
-
-
-
по
-
-
-
- - -
-
-
-
- -
-
-
-
-
-
Отчёт:
-
-
\ No newline at end of file diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/ShapingDinnerIntoRooms.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/ShapingDinnerIntoRooms.cshtml deleted file mode 100644 index 8599fea..0000000 --- a/Hotel/HostrelHeadwaiterApp/Views/Home/ShapingDinnerIntoRooms.cshtml +++ /dev/null @@ -1,38 +0,0 @@ -@{ - ViewData["Title"] = "ShapingDinnerIntoRooms"; -} - -
- - -
-
- - - -
-
- - - -
- - \ No newline at end of file diff --git a/Hotel/HostrelHeadwaiterApp/Views/Shared/_Layout.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Shared/_Layout.cshtml index 222d6b3..e1d2194 100644 --- a/Hotel/HostrelHeadwaiterApp/Views/Shared/_Layout.cshtml +++ b/Hotel/HostrelHeadwaiterApp/Views/Shared/_Layout.cshtml @@ -21,22 +21,22 @@