diff --git a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Symptom.cshtml b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Symptom.cshtml index 9c064ec..6d3dba9 100644 --- a/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Symptom.cshtml +++ b/Polyclinic/PolyclinicWebAppImplementer/Views/Home/Symptom.cshtml @@ -1,3 +1,63 @@ @{ ViewBag.SelectedSiteMenuItem = SiteMenuItems.Symptom; } +
+
+
Название:
+
+
+
+
Коментарий:
+
+
+
+
Болезни:
+
+
+
+ + +
+
+
+
+
+
+
+
    + @{ + count = 7; + for (int i = 0; i < count; i++) + { +
  1. + + + + + + Выбранная болезнь +
  2. + } + } +
+
+
+
+ + @Html.ActionLink("Отмена", "Courses", "Home", null, new { @class = "btn btn-danger" }) +
+
+
\ No newline at end of file