This commit is contained in:
2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions
@@ -0,0 +1,38 @@
@using Kreta.Resources
@using Kreta.Web.Areas.Beiratkozas.Controllers
@using Kreta.Web.Helpers
@using Kreta.Web.Areas.Beiratkozas.Models
@model NebuloKirSzinkronModel
@using (Html.KretaForm(NebuloController.KirLoginFormName))
{
<input type="password" id="disable-pwd-mgr-1" style="display: none;" value="stop-pwd-mgr-1" />
<div class="col-sm-12">
<div class="row">
<div style="padding-left:20px; text-align:center">
<h3>@(BeiratkozasResource.KirBejelentkezes)</h3>
@(Html.Raw(BeiratkozasResource.KirBejelentkezesSzoveg))
<br />
<br />
</div>
</div>
<div class="row">
@Html.KretaTextBoxFor(x => x.KirLoginModel.OmAzonosito).Enable(true).RenderWithName()
</div>
@Html.KretaValidationSummary()
<div class="row">
@Html.KretaTextBoxFor(x => x.KirLoginModel.FelhasznaloNev).RenderWithName()
</div>
<div class="row">
@Html.KretaPasswordFor(x => x.KirLoginModel.Jelszo).RenderWithName()
</div>
<div id="feladatEllatasiHelyDropdownDiv"></div>
</div>
}
<script>
$(document).ready(function () {
$("#kirSzinkron_Mentes").hide();
});
</script>