kreta/KretaWeb/Areas/Alkalmazott/Views/Alkalmazott/Wiz_VegzettsegTipus.cshtml
2024-03-13 00:33:46 +01:00

20 lines
1.1 KiB
Text

@using Kreta.Resources;
@{
Layout = null;
}
@*/*resource*/*@
<div style="padding-top: 15px;">
<input type="hidden" id="ForcedStepId" value="2">
<div class="row" style="text-align: center;">
@Html.KretaButton("tanarVegzettsegBtn", AlkalmazottResource.Tanar, htmlAttributes: new Dictionary<string, object>() { { "style", "width: 65%;margin-bottom: 15px;" } })
</div>
<div class="row" style="text-align: center;">
@Html.KretaButton("AMITanarVegzettsegBtn", AlkalmazottResource.TanarAMI, htmlAttributes: new Dictionary<string, object>() { { "style", "width: 65%;margin-bottom: 15px;" } })
</div>
<div class="row" style="text-align: center;">
@Html.KretaButton("tanitoVegzettsegBtn", AlkalmazottResource.Tanito, htmlAttributes: new Dictionary<string, object>() { { "style", "width: 65%;margin-bottom: 15px;" } })
</div>
<div class="row" style="text-align: center;">
@Html.KretaButton("gyogypedagogusVegzettsegBtn", AlkalmazottResource.Gyogypedagogus, htmlAttributes: new Dictionary<string, object>() { { "style", "width: 65%" } })
</div>
</div>