init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
@using Kreta.Resources
|
||||
@using Kreta.Web.Areas.Tanulo.Models
|
||||
@model TanuloTobbesModModel
|
||||
|
||||
<div class="container-fluid details">
|
||||
<h4>@TanuloResource.SportoloiTevekenyseg</h4>
|
||||
|
||||
<div class="row">
|
||||
@Html.KretaTextBoxFor(x => x.TanuloTobbesSportModel.Sportag).RenderWithName(3, 3)
|
||||
@Html.KretaTextBoxFor(x => x.TanuloTobbesSportModel.SportKlub).RenderWithName(3, 3)
|
||||
</div>
|
||||
<div class="row">
|
||||
@Html.KretaTextBoxFor(x => x.TanuloTobbesSportModel.SportedzoNeve).RenderWithName(3, 9)
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue