init
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
@using Kreta.Web.Areas.Intezmeny.Controllers
|
||||
@using Kreta.Web.Areas.Intezmeny.Models
|
||||
|
||||
@model OktatottSzakmaMultipleModifyModel
|
||||
|
||||
@using (Html.KretaForm(OktatottSzakmakController.MultipleModifyFormName))
|
||||
{
|
||||
@Html.KretaValidationSummary()
|
||||
|
||||
@Html.HiddenFor(x => x.IdsString)
|
||||
|
||||
<div class="container-fluid details">
|
||||
<div class="row">
|
||||
@Html.KretaLabelFor(x => x.SzakkepesitesMegnevezeseListString, 6, 6)
|
||||
</div>
|
||||
<div class="row">
|
||||
@Html.KretaNumericFor(x => x.KepzesreFogadhatoTanulokSzama).Min(0).Max(1000).RenderWithName(6, 2)
|
||||
</div>
|
||||
<div class="row">
|
||||
@Html.KretaTextBoxFor(x => x.EszkozallomanyAvultsaga).RenderWithName(6, 6)
|
||||
</div>
|
||||
<div class="row">
|
||||
@Html.KretaTextBoxFor(x => x.EszkozokDarabszama).RenderWithName(6, 6)
|
||||
</div>
|
||||
<div class="row">
|
||||
@Html.KretaTextBoxFor(x => x.EgyebEszkozallomanyInformacio).RenderWithName(6, 6)
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user