@using Kreta.Web.Areas.Adminisztracio.Models
@using Kreta.Web.Helpers.Grid
@using Kreta.BusinessLogic.Classes
@model TanarokFeltolteseModel
@{
var formName = "TanarokFeltolteseForm";
var gridName = "TanarImportGrid";
}
@using (Html.KretaForm(formName))
{
@Html.KretaValidationSummary()
@if (Model.Errors.Count > 0)
{
@Html.Label("Hibák", new Dictionary { { "class", "windowInputLabel labelError" } })
@Html.KretaTextArea("tanarhibak", Model.Errors, (Model.Errors.Count < 15) ? Model.Errors.Count + 1 : 15, new Dictionary() { { "style", "color: red;" }, { "readonly", "readonly" } })
}
@(
Html.KretaGrid