From 8a8e9c064430d801843a1bc3fecfe7d00c71bff8 Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Tue, 30 Apr 2024 18:20:21 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D1=8B=20=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BF=D1=82=D0=BE=D0=BC=D0=BE=D0=B2=20=D0=B8=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BB=D0=B5=D0=B7=D0=BD=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/Courses.cshtml | 4 +- .../Views/Home/Diagnoses.cshtml | 42 +++++++++++++++++++ .../Views/Home/Symptomes.cshtml | 42 +++++++++++++++++++ 3 files changed, 86 insertions(+), 2 deletions(-) diff --git a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Courses.cshtml b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Courses.cshtml index c53dc10..ab88652 100644 --- a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Courses.cshtml +++ b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Courses.cshtml @@ -29,8 +29,8 @@ 3 Очень хороший курс приема Рецепт отличный - - + + diff --git a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Diagnoses.cshtml b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Diagnoses.cshtml index 4276fce..2492812 100644 --- a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Diagnoses.cshtml +++ b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Diagnoses.cshtml @@ -1,3 +1,45 @@ @{ ViewBag.SelectedSiteMenuItem = SiteMenuItems.Diagnoses; } +
+ + + + + + + + + + + + @{ + int count = 10; + for (int i = 0; i < count; i++) + { + + + + + + + } + } + +
НомерНазваниеКомментарий
@iсиндром Мюнхгаузеназаболевание, при котором человек постоянно симулирует или преувеличивает симптомы болезней, чтобы привлечь внимание окружающих. + + + + + + + + + + +
+
\ No newline at end of file diff --git a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Symptomes.cshtml b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Symptomes.cshtml index 30e6928..d899370 100644 --- a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Symptomes.cshtml +++ b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Symptomes.cshtml @@ -1,3 +1,45 @@ @{ ViewBag.SelectedSiteMenuItem = SiteMenuItems.Symptomes; } +
+ + + + + + + + + + + + @{ + int count = 10; + for (int i = 0; i < count; i++) + { + + + + + + + } + } + +
НомерНазваниеКомментарий
@iвраньепациент постоянно врёт о своих приключениях + + + + + + + + + + +
+
\ No newline at end of file