kreta/KretaWeb/Areas/Orarend/Views/AdminKozpontiOrak/CreateTanoraAdatok.cshtml
2024-03-13 00:33:46 +01:00

80 lines
3.7 KiB
Text

@using Kreta.Web.Helpers;
@using Kreta.Web.Areas.Orarend.Models;
@model TanoraAdatok
<br />
<div>
@using (Html.KretaForm("RogzitesTanoraAdataiForm"))
{
<div class="container-fluid details">
<b style="margin-left: -20px;">@KozpontiOrakResource.SpecialisAdatokLeiras</b>
<h4>@OrarendResource.ATanoraTulajdonsagai</h4>
<h5 style="font-weight: bold;">@OrarendResource.Altalanos</h5>
<div class="row">
@Html.KretaCheckBoxFor(x => x.Sorszamozando).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.ParhuzamosOra).RenderWithName(2, 1)
</div>
<div class="row">
@Html.KretaCheckBoxFor(x => x.Tulora).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.IKTTanora).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.IPRTanora).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Meres).RenderWithName(2, 1)
</div>
<div class="row">
@Html.KretaCheckBoxFor(x => x.Bontott).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.NemzetisegiOra).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Differencialt).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Drama).RenderWithName(2, 1)
</div>
<div class="row">
@Html.KretaCheckBoxFor(x => x.NemSzakrendszeruOra).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.MindennaposTestneveles).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Kooperativ).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Multikulturalis).RenderWithName(2, 1)
</div>
<div class="row">
@Html.KretaCheckBoxFor(x => x.IsFelnottoktatasiSzerzodes).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.OnlineOra).RenderWithName(2, 1)
</div>
<h5 style="font-weight: bold;">@OrarendResource.KomplexAlapProgram</h5>
<div class="row">
@Html.KretaCheckBoxFor(x => x.DFHT).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Rahangolodas).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Testmozgas).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Muveszet).RenderWithName(2, 1)
</div>
<div class="row">
@Html.KretaCheckBoxFor(x => x.KIPOra).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.KomplexOra).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Eletgyakorlat).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Logika).RenderWithName(2, 1)
</div>
<div class="row">
@Html.KretaCheckBoxFor(x => x.TeOrad).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.DigitalisAlapProgram).RenderWithName(2, 1)
</div>
<h5 style="font-weight: bold;">@OrarendResource.EgyebPalyazat</h5>
<div class="row">
@Html.KretaCheckBoxFor(x => x.TAMOPOra).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.Tiop).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.EFOP32317).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.EFOP33717).RenderWithName(2, 1)
</div>
<div class="row">
@Html.KretaCheckBoxFor(x => x.VEKOP73317).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.TIOP11112120120001).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.EFOP31716EselyteremtesAKoznevelesben).RenderWithName(2, 1)
@Html.KretaCheckBoxFor(x => x.GINOP623).RenderWithName(2, 1)
</div>
<div class="row">
@Html.KretaCheckBoxFor(x => x.EFOP23517201700038Miapalya).RenderWithName(2, 1)
</div>
</div>
}
</div>