init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
22
KretaWeb/Areas/Tanulo/Views/AmiTanulo/Edit_Sport_Tab.cshtml
Normal file
22
KretaWeb/Areas/Tanulo/Views/AmiTanulo/Edit_Sport_Tab.cshtml
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue