From a68a4e3dc466b5dd923424196911ad3e2fb0e962 Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Tue, 30 Apr 2024 15:51:51 +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=81=D1=82=D0=B0=D1=82=D0=B8=D1=87=D0=BD=D1=8B=D1=85=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D0=B8=D1=81=D0=B5=D0=B9=20=D0=B2=20=D1=82=D0=B0?= =?UTF-8?q?=D0=B1=D0=BB=D0=B8=D1=86=D1=83=20=D0=BA=D1=83=D1=80=D1=81=D0=BE?= =?UTF-8?q?=D0=B2,=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F,=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F,=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BA=D1=83=D1=80?= =?UTF-8?q?=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/Courses.cshtml | 38 +++++++++++++++---- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/Polyclinic/PolyclinicWebView/Views/Home/Courses.cshtml b/Polyclinic/PolyclinicWebView/Views/Home/Courses.cshtml index 4c513d4..6fee98f 100644 --- a/Polyclinic/PolyclinicWebView/Views/Home/Courses.cshtml +++ b/Polyclinic/PolyclinicWebView/Views/Home/Courses.cshtml @@ -5,6 +5,11 @@ ViewBag.SelectedSiteMenuItem = SiteMenuItems.Courses; }
+
+ +
@@ -13,16 +18,35 @@ + - - - - - - - + @{ + int count = 20; + for (int i = 0; i < count; i++) + { + + + + + + + + + } + }
Количество препаратов в день Комментарий Рецепт-комментарий
1123Очень хороший курс приемаРецепт отличный
@i123Очень хороший курс приемаРецепт отличный + + + + + + + + + + +
\ No newline at end of file