_decodeProperties($_smarty_tpl, array ( 'version' => '4.3.0', 'unifunc' => 'content_672dd1df2789c1_16621835', 'has_nocache_code' => false, 'file_dependency' => array ( '6ce840e5e374515f05e2eacb60ac90a20690713d' => array ( 0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/iss.tpl', 1 => 1731055840, 2 => 'file', ), ), 'includes' => array ( 'file:tpl/_iss_datakopf.tpl' => 1, 'file:tpl/_iss_data.tpl' => 1, ), ),false)) { function content_672dd1df2789c1_16621835 (Smarty_Internal_Template $_smarty_tpl) { $_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/var/www/vhosts/jb-data.de/httpdocs/lib/plugins/function.html_options.php','function'=>'smarty_function_html_options',),)); ?> > $(document).ready(function() { $("[rel=popover]").popover({'trigger':'hover'}); }); function save_exemplare(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=isaso&a=save_exemplare", dataType: 'json', data: 'tourID=' + tourID + "&exemplare=" + $("#exemplare_"+tourID).val(), success: function (data) { if(data.success == true) { $.notify({ icon: 'glyphicon glyphicon-warning-ok', message: data.lastnote },{ type: 'info', showProgressbar: true, delay: 300, newest_on_top: false, element: 'body', placement: { from: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } function save_gewicht3(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=isaso&a=save_gewicht3", dataType: 'json', data: 'tourID=' + tourID + "&gewicht3=" + $("#gewicht3_"+tourID).val(), success: function (data) { if(data.success == true) { $.notify({ icon: 'glyphicon glyphicon-warning-ok', message: data.lastnote },{ type: 'info', showProgressbar: true, delay: 300, newest_on_top: false, element: 'body', placement: { from: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } function save_abst(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=isaso&a=save_abst", dataType: 'json', data: 'tourID=' + tourID + "&abst=" + $("#abst_"+tourID).val(), success: function (data) { if(data.success == true) { $.notify({ icon: 'glyphicon glyphicon-warning-ok', message: data.lastnote },{ type: 'info', showProgressbar: true, delay: 300, newest_on_top: false, element: 'body', placement: { from: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } function save_gewicht9(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=isaso&a=save_gewicht9", dataType: 'json', data: 'tourID=' + tourID + "&gewicht9=" + $("#gewicht9_"+tourID).val(), success: function (data) { if(data.success == true) { $.notify({ icon: 'glyphicon glyphicon-warning-ok', message: data.lastnote },{ type: 'info', showProgressbar: true, delay: 300, newest_on_top: false, element: 'body', placement: { from: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } function save_time(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=isaso&a=time_save", dataType: 'json', data: 'tourID=' + tourID + "&zeit=" + $("#zeit_"+tourID).val(), success: function (data) { if(data.success == true) { $.notify({ icon: 'glyphicon glyphicon-warning-ok', message: data.lastnote },{ type: 'warning', showProgressbar: true, delay: 300, newest_on_top: false, element: 'body', placement: { from: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } function save_gewicht(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=isaso&a=save_gewicht", dataType: 'json', data: 'tourID=' + tourID + "&gewicht=" + $("#gewicht_"+tourID).val(), success: function (data) { if(data.success == true) { $.notify({ icon: 'glyphicon glyphicon-warning-ok', message: data.lastnote },{ type: 'info', showProgressbar: true, delay: 300, newest_on_top: false, element: 'body', placement: { from: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } function save_pakete(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=isaso&a=save_pakete", dataType: 'json', data: 'tourID=' + tourID + "&pakete=" + $("#pakete_"+tourID).val(), success: function (data) { if(data.success == true) { $.notify({ icon: 'glyphicon glyphicon-warning-ok', message: data.lastnote },{ type: 'info', showProgressbar: true, delay: 300, newest_on_top: false, element: 'body', placement: { from: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } function save_pakete2(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=isaso&a=save_pakete2", dataType: 'json', data: 'tourID=' + tourID + "&pakete2=" + $("#pakete2_"+tourID).val(), success: function (data) { if(data.success == true) { $.notify({ icon: 'glyphicon glyphicon-warning-ok', message: data.lastnote },{ type: 'info', showProgressbar: true, delay: 300, newest_on_top: false, element: 'body', placement: { from: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } function amtsblatt(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=isaso&a=save_amtsblatt", dataType: "json", //contentType: "application/json; charset=utf-8", data: 'tourID=' + tourID, success: function (data) { if(data.success == true) { $.notify({ icon: 'glyphicon glyphicon-warning-ok', message: data.lastnote, },{ type: 'success', showProgressbar: true, delay: 300, newest_on_top: false, element: 'body', placement: { from: "top", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } } }); } >
tpl_vars['sa11']->value != 0) {?>
_subTemplateRender('file:tpl/_iss_datakopf.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false); ?> smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['s11']->value, 'tour'); $_smarty_tpl->tpl_vars['tour']->do_else = true; if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['tour']->value) { $_smarty_tpl->tpl_vars['tour']->do_else = false; ?> _subTemplateRender('file:tpl/_iss_data.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, true); ?> smarty->ext->_foreach->restore($_smarty_tpl, 1);?>