_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.30', 'unifunc' => 'content_69eb4bfc63ab22_12895286', 'has_nocache_code' => false, 'file_dependency' => array ( '08dceca69bc7e6c7aff9366d8f149a83336055f0' => array ( 0 => '/home/www/_rejestracja/template/partial/Index/Index.tpl', 1 => 1746728787, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_69eb4bfc63ab22_12895286 (Smarty_Internal_Template $_smarty_tpl) { if (!is_callable('smarty_function_url')) require_once '/home/www/_rejestracja/core/plugins/Smarty/function.url.php'; if (!is_callable('smarty_function_translate')) require_once '/home/www/_rejestracja/core/plugins/Smarty/function.translate.php'; if (!is_callable('smarty_function_formField')) require_once '/home/www/_rejestracja/core/plugins/Smarty/function.formField.php'; ?>
tpl_vars['showNews']->value) {?>

tpl_vars['indexNews']->value->GetTitle();?>

tpl_vars['indexNews']->value->GetDescription();?>

tpl_vars['objNewsElement']->value->GetName();?>

tpl_vars['indexNews']->value->GetName();?>

tpl_vars['indexNews']->value->GetDescription();?>

tpl_vars['info']->value)) {?>
tpl_vars['info']->value;?>
'Dane uczestnika (służbowe)'),$_smarty_tpl);?> :
'Imię'),$_smarty_tpl);?> :
"name",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Nazwisko'),$_smarty_tpl);?> :
"surname",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Tytuł/stop. naukowy'),$_smarty_tpl);?> :
"degree",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Stanowisko'),$_smarty_tpl);?> :
"position",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Telefon'),$_smarty_tpl);?> :
"phone",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Fax'),$_smarty_tpl);?> :
"fax",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'email'),$_smarty_tpl);?> :
"email",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Miejsce pracy'),$_smarty_tpl);?> :
'Instytucja'),$_smarty_tpl);?> :
"institution",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Ulica i numer'),$_smarty_tpl);?> :
"address",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Kod pocztowy'),$_smarty_tpl);?> :
"post_code",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Miejscowość'),$_smarty_tpl);?> :
"city",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'NIP Instytucji'),$_smarty_tpl);?> :
"nip",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
Zgłaszam referat
Zgłaszam poster
'Tytuł referatu/posteru'),$_smarty_tpl);?> :
"message",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
'Autor referatu/posteru'),$_smarty_tpl);?> :
"autor",'type'=>"text",'errorClass'=>"warning"),$_smarty_tpl);?>
 
'Udział w konrefencji'),$_smarty_tpl);?> :
'Opłata'),$_smarty_tpl);?> :
'Cały kongres'),$_smarty_tpl);?> :
Biorę udział w całym kongresie
Biorę udział w trzech dniach kongresu
Biorę udział w dwóch dniach kongresu
Biorę udział w jednym dniu kongresu (bez noclegu)
> $(function () { $('#conference_1').show(); calculatePrice(); }); $('.conference_fee').on('change', showSelectDate); function showSelectDate() { const $form = $('#show--day-select'); const selectedId = $('.conference_fee:checked').attr('id'); if ( selectedId === 'conference_fee_1' || selectedId === 'conference_fee_2' || selectedId === 'conference_fee_3' ) { $form.css('display', 'flex'); } else { $form.css('display', 'none'); } } function calculatePrice() { if ($("#conference_fee_disc").is(':checked')) { //alert('disc'); var price = tpl_vars['arrayPricePromJson']->value;?> ; var priceVat = tpl_vars['arrayPricePromVatJson']->value;?> ; } if ($("#conference_fee_norm").is(':checked')) { //alert('normal'); var price = tpl_vars['arrayPriceJson']->value;?> ; var priceVat = tpl_vars['arrayPriceVatJson']->value;?> ; } var sumPrice = 0; var sumPriceVat = 0; var price_info = ''; let promo = $("#conference_fee_norm").is(':checked') if ($("#conference_fee").is(':checked')) { sumPrice = price[1]; sumPriceVat = priceVat[1]; price_info += 'cała conf '; } if ($('#conference_fee_3').is(':checked')) { sumPrice = !promo ? 2200 : 2500; sumPriceVat = !promo ? 2706 : 3075; price_info += '3-dniowa'; } if ($('#conference_fee_2').is(':checked')) { sumPrice = !promo ? 1800 : 2100; sumPriceVat = !promo ? 2214 : 2583; price_info += '2-dniowa'; } if ($('#conference_fee_1').is(':checked')) { sumPrice = !promo ? 1300 : 1600; sumPriceVat = !promo ? 1599 : 1968; price_info += '1-dniowa'; } if ($("#price_plus_room").is(':checked')) { sumPrice = sumPrice + price[2]; sumPriceVat = sumPriceVat + priceVat[2]; price_info += 'pokój jedynka '; } if ($("#price_plus_person").is(':checked')) { sumPrice = sumPrice + price[3]; sumPriceVat = sumPriceVat + priceVat[3]; price_info += 'osoba dodatkoawa '; } if ($("#price_plus_ang").is(':checked')) { sumPrice = sumPrice + price[4]; sumPriceVat = sumPriceVat + priceVat[4]; price_info += 'ang '; } if ($("#conference_fee_one").is(':checked')) { sumPrice = price[5]; sumPriceVat = priceVat[5]; price_info = 'jeden dzień '; } $("p.price_full_fee").html(sumPrice.toFixed(2) + ' PLN netto ' + '(' + sumPriceVat.toFixed(2) + ' PLN brutto)'); //alert(sumPrice); $("p.price_info").html(price_info); window.sumPrice = sumPrice; window.sumPriceVat = sumPriceVat; } $(function () { $(".conference_fee").on('change', function () { if ($("#conference_fee_one").is(':checked')) { $("#price_plus_room").prop("checked", false); $("#price_plus_ang").prop("checked", false); $("#price_plus_person").prop("checked", false); } }); }); >
'Cena za kongres'),$_smarty_tpl);?>

 

 

tpl_vars['indexNews']->value->GetShortnote();?>