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