init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
@using Kreta.Resources
|
||||
@using Kreta.Web.Areas.Tanulo.Models
|
||||
@model TanuloModel
|
||||
|
||||
<div class="container-fluid details">
|
||||
<h4>@TanuloResource.SportoloiTevekenyseg</h4>
|
||||
|
||||
@Html.HiddenFor(x => x.TanuloSportModel.DummySport)
|
||||
|
||||
<div class="row">
|
||||
@Html.KretaTextBoxFor(x => x.TanuloSportModel.Sportag).RenderWithName(3, 3)
|
||||
@Html.KretaTextBoxFor(x => x.TanuloSportModel.SportKlub).RenderWithName(3, 3)
|
||||
</div>
|
||||
<div class="row">
|
||||
@Html.KretaTextBoxFor(x => x.TanuloSportModel.SportedzoNeve).RenderWithName(3, 9)
|
||||
</div>
|
||||
|
||||
@if (Model.TanuloId.HasValue)
|
||||
{
|
||||
@Html.Partial("Info_DiakOlimpia", Model.TanuloId.Value)
|
||||
}
|
||||
</div>
|
||||
Reference in New Issue
Block a user