From fe442d1c2f8119d29100e5e749e489094b00d5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=91=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D1=81=D0=BA=D0=B0=D1=8F?= Date: Wed, 1 May 2024 12:51:11 +0400 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BB=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B5=D0=B4=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BF=D1=80=D0=B5=D0=BF=D0=B0=D1=80=D0=B0=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=20-=20=D0=BD=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B6=D0=B0=D0=B5=D1=82=D1=81=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/CreateMedicament.cshtml | 91 ++++++++++++++++++- .../Views/Home/CreateProcedure.cshtml | 4 + .../Views/Home/CreateRecipe.cshtml | 61 +------------ .../Views/Home/Medicaments.cshtml | 12 ++- .../Views/Home/Recipes.cshtml | 9 +- .../wwwroot/css/site.css | 26 +++++- 6 files changed, 136 insertions(+), 67 deletions(-) diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml index aa0ed9f..45e6cd6 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml @@ -5,4 +5,93 @@ }

Создание препарата

-
\ No newline at end of file + + +
+ +
+ +
+

+ Название: +

+ +
+ +
+

+ Комментарий: +

+ + +
+ +
+

+ Выбор процедуры: +

+ + +

+ Выбор симптома: +

+ +
+
+ + @*
+ + + + + + + + @{ + int cRows = 20; + for (int i = 1; i <= cRows; i++) + { + + + + + } + } + +
+ Выбранное из процедур: +
Процедура № @i + + + + + +
+ +
*@ +
+
+
+ +
+
+
\ No newline at end of file diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml index 65f075c..1269586 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml @@ -5,4 +5,8 @@ }

Создание процедуры

+
+ +
+
\ No newline at end of file diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateRecipe.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateRecipe.cshtml index 4549813..5ae840c 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateRecipe.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateRecipe.cshtml @@ -28,22 +28,6 @@ - @*
-

- Курс приема препарата: -

- -
*@ -

Выбор процедуры: @@ -91,45 +75,10 @@

- - - - @*
-
Количество процедур:
-
- +
+
+
+ +
-
- -
-
Комментарий:
-
- -
-
- -
-
Процедуры:
-
- - - -
-
- -
-
-
- -
-
*@ \ No newline at end of file diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml index 400e5f5..2e9c30b 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml @@ -1,8 +1,9 @@ @using PolyclinicContracts.ViewModels @model List @{ - ViewBag.SelectedSiteMenuItem = SiteMenuItems.Medicaments; + ViewData["Title"] = "Medicaments"; } +

Препараты

@@ -60,10 +61,11 @@ При особом неврозе употребляйте каждый день и спина не будет болеть - - - - + + + + + diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Recipes.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Recipes.cshtml index 6e173dd..18e94d8 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Recipes.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Recipes.cshtml @@ -52,10 +52,11 @@ 4 - - - - + + + + + diff --git a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css index ee74d0b..83ba528 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css +++ b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css @@ -47,7 +47,7 @@ body { } .bi-cart-delete:hover { - transform: scale(1.5); + transform: scale(1.3); } .svg-icon { @@ -57,4 +57,28 @@ body { .table-recipe-create{ font-size: 2.5vh; color: white; +} + +.button-save-recipe:hover { + transform: scale(1.3); + color: white; + background-color: rgb(6, 25, 16); +} + +.button-save-recipe{ + width: 20vh; + height: 8vh; + background-color: rgb(16, 58, 39); + color: white; + transition: transform 0.3s; +} + +.button-save-medicament:hover { + transform: scale(1.3); + color: white; +} + +.button-save-medicament { + color: white; + transition: transform 0.3s; } \ No newline at end of file