From 4097ae7faea43a05c65e0ff3f7e36704eb7af0f0 Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Tue, 30 Apr 2024 19:05:08 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B0=D0=BB=D0=B8=D0=B7=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BB=20=D1=84=D0=BE=D1=80=D0=BC=D1=83=20=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=B1=D0=BE=D0=BB=D0=B5=D0=B7=D0=BD=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/Diagnose.cshtml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Diagnose.cshtml b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Diagnose.cshtml index 9c2dc91..7b217d8 100644 --- a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Diagnose.cshtml +++ b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Diagnose.cshtml @@ -1,3 +1,21 @@ @{ ViewBag.SelectedSiteMenuItem = SiteMenuItems.Diagnose; } +
+
+
Название:
+
+
+
+
Коментарий:
+
+
+
+
+ + @Html.ActionLink("Отмена", "Diagnoses", "Home", null, new { @class = "btn btn-danger" }) +
+
+
\ No newline at end of file