@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.KirAlkalmazottImportApi; }
@{ Model.GridName = "AlkalmazottAlapadatokGrid"; Model.GridAction = "GetAlkalmazottAlapadatokGrid"; Html.RenderPartial("_CompareView", Model); }
@{ Model.GridName = "AlkalmazottElerhetosegAdatokGrid"; Model.GridAction = "GetAlkalmazottElerhetosegAdatokGrid"; Html.RenderPartial("_CompareView", Model); }
@{ Model.GridName = "AlkalmazottElsodlegesMunkaugyiAdatokGrid"; Model.GridAction = "GetAlkalmazottElsodlegesMunkaugyiAdatokGrid"; Html.RenderPartial("_CompareView", Model); }
@Html.KretaTabStrip("KirImportAlkalmazottStrip").RenderOnModal(); }