init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,52 @@
|
|||
@using Kreta.Resources
|
||||
@using Kreta.Web.Areas.Tanulo.Models;
|
||||
@{
|
||||
@model GondviseloToBovitettModel
|
||||
}
|
||||
|
||||
<style type="text/css">
|
||||
.confirmTextDiv {
|
||||
padding-left:11px;
|
||||
}
|
||||
|
||||
.hozzaferesGeneralasEsFajlLetoltesDiv {
|
||||
padding-left:11px;
|
||||
padding-top:10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container-fluid details">
|
||||
<div class="row initialBorder confirmTextDiv">
|
||||
<span><i class="fa fa-info confirmWindowIcon"></i> </span>
|
||||
@Model.ConfirmText
|
||||
</div>
|
||||
<div class="row initialBorder initialBackgroundColor initialMinHeight hozzaferesGeneralasEsFajlLetoltesDiv">
|
||||
@Html.KretaCheckBoxFor(model => model.GeneraltFileLetoltes).Label(TanuloResource.HozzaferesGeneralasEsFajlLetoltes)
|
||||
</div>
|
||||
<div class="row initialBorder initialBackgroundColor initialMinHeight hozzaferesGeneralasEsFajlLetoltesDiv">
|
||||
@Html.KretaCheckBoxFor(model => model.EmailKuldes).Label(TanuloResource.BelepesiAdatokKikuldeseEmailben)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var HozzaferesGeneralasHelper = (function () {
|
||||
var hozzaferesGeneralasHelper = function () { };
|
||||
|
||||
hozzaferesGeneralasHelper.getTanuloList = function () {
|
||||
var result = @Html.Raw(Json.Encode(@Model.TanuloIdList));
|
||||
return result;
|
||||
}
|
||||
|
||||
hozzaferesGeneralasHelper.getGeneraltFileLetoltes = function () {
|
||||
var result = KretaCheckBoxHelper.getValue("GeneraltFileLetoltes");
|
||||
return result;
|
||||
}
|
||||
|
||||
hozzaferesGeneralasHelper.getEmailKuldesSzukseges = function () {
|
||||
var result = KretaCheckBoxHelper.getValue("EmailKuldes");
|
||||
return result;
|
||||
}
|
||||
|
||||
return hozzaferesGeneralasHelper;
|
||||
})();
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue