@using Kreta.Web.Helpers @using Kreta.Web.Areas.KirImportExport.Models.KirImport @using Kreta.Resources @model CompareModel @using (Html.KretaForm("KirImportModel")) { @Html.KretaValidationSummary() @Html.HiddenFor(x => x.FelhasznaloId)
@{ Model.GridApiUrl = Constants.ApiControllers.KirTanuloImportApi; }
@{ Model.GridName = "TanuloAlapadatokGrid"; Model.GridAction = "GetTanuloAlapadatokGrid"; Html.RenderPartial("_CompareView", Model); }
@{ Model.GridName = "TanuloElerhetosegAdatokGrid"; Model.GridAction = "GetTanuloElerhetosegAdatokGrid"; Html.RenderPartial("_CompareView", Model); }
@{ if (Model.TanugyiAdatokTabIsVisible) { Model.GridName = "TanuloJogviszonyAdatokGrid"; Model.GridAction = "GetTanuloJogviszonyAdatokGrid"; Html.RenderPartial("_CompareView", Model); } }
@Html.KretaTabStrip("KirImportTanuloStrip").RenderOnModal(); }