_decodeProperties($_smarty_tpl, array ( 'version' => '4.3.0', 'unifunc' => 'content_6606a097ad1b74_10971990', 'has_nocache_code' => false, 'file_dependency' => array ( 'ce36fa2dcd2936118751a054b25566799a9f66bb' => array ( 0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/itour.tpl', 1 => 1704558460, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_6606a097ad1b74_10971990 (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',),)); ?>
tpl_vars['anzeige']->value == 0) {?> tpl_vars['nochmenge']->value != 0) {?>
Touren werden angelegt !!!
   Bitte warten...
Es sind noch tpl_vars['nochmenge']->value;?> Tour(en) in der Warteschleife zum Anlegen. !!!
alle aktiven Touren für den Monat tpl_vars['monat']->value;?> im Jahr tpl_vars['jahr']->value;?> anlegen.
smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['touraktiv']->value, 'taktiv'); $_smarty_tpl->tpl_vars['taktiv']->do_else = true; if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['taktiv']->value) { $_smarty_tpl->tpl_vars['taktiv']->do_else = false; ?> tpl_vars['taktiv']->value['ok'] == 1) {?> smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
Tour Tourbez. Stammfahrer Stammauto Status
tpl_vars['taktiv']->value['tour'];?> tpl_vars['taktiv']->value['infotitel'];?> tpl_vars['taktiv']->value['name'];?> tpl_vars['taktiv']->value['kz'];?>
tpl_vars['einzel']->value == 0) {?>
Auswahl Touren tpl_vars['monat']->value;?> /tpl_vars['jahr']->value;?>
smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['toursel']->value, 'tsel'); $_smarty_tpl->tpl_vars['tsel']->do_else = true; if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['tsel']->value) { $_smarty_tpl->tpl_vars['tsel']->do_else = false; ?> smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
akt. Tourbez. Detailanzeige Stammfahrer Stammauto del. Status
tpl_vars['tsel']->value['tour'];?> tpl_vars['tsel']->value['infotitel'];?>
tpl_vars['tsel']->value['wert'];?> x
Einzelanzeige tpl_vars['anzeigetour']->value;?> für tpl_vars['monat']->value;?> /tpl_vars['jahr']->value;?>
smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['etour']->value, 'e_tour'); $_smarty_tpl->tpl_vars['e_tour']->do_else = true; if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['e_tour']->value) { $_smarty_tpl->tpl_vars['e_tour']->do_else = false; ?> tpl_vars['e_tour']->value['wz'] == 1) {?>
smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
tpl_vars['e_tour']->value['ft'] == 1) {?> bgcolor="#F89737" tpl_vars['e_tour']->value['wz'] == 0) {?>bgcolor="#BEBEBE" bgcolor="#FFFFFF" style="width:20px;font-size:11pt;color:#000000">tpl_vars['e_tour']->value['wt'];?> tpl_vars['e_tour']->value['ft'] == 1) {?> bgcolor="#F89737" tpl_vars['e_tour']->value['wz'] == 0) {?>bgcolor="#BEBEBE" bgcolor="#FFFFFF" style="width:70px;font-size:11pt;color:#000000" align="right">tpl_vars['e_tour']->value['tag'];?>
tpl_vars['nochmenge']->value != 0) {?> > var refreshId = setInterval(function() { $.ajax({ type : "POST", url : 'ajax.php?s=i_tour_a&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#i_tour_a").html(data); }, }) }, 10000); > > var jahr = 'tpl_vars['jahr']->value;?> '; > > var monat = 'tpl_vars['monat']->value;?> '; > > var tag = 'tpl_vars['tag']->value;?> '; > > function save_date(id) { // alert($("#info_"+id).val()); var remember = document.getElementById('info_'+id); if (remember.checked){ var istC = 1; }else{ var istC = 0; } $.ajax({ type: 'POST', url: "ajax.php?s=itour_save&a=date_save", dataType: 'json', data: 'tour='+id+ "&id="+id+"&istC="+istC, success: function (data) { if(data.success == true) { } console.log(data) } }); } function tsave_date(tid,tag,monat,jahr) { // alert($("#info_"+tag).val()); var remember = document.getElementById('info_'+tag); if (remember.checked){ var istC = 1; }else{ var istC = 0; } $.ajax({ type: 'POST', url: "ajax.php?s=itour_save&a=tdate_save", dataType: 'json', // data: 'tour='+tid + "&tid="+tid + "&istC="+istC + "&tag="+tag +"&monat="+monat+ "&jahr="+jahr, data: 'tour='+tid + "&tid="+tid + "&istC="+istC + "&tag="+tag +"&monat="+monat+ "&jahr="+jahr, success: function (data) { if(data.success == true) { } console.log(data) } }); } function save_car(tourID) { //alert($("#car_"+tourID).val()); $.ajax({ type: 'POST', url: "ajax.php?s=itour_save&a=car_save", dataType: 'json', data: 'tourID=' + tourID + "&car=" + $("#car_"+tourID).val(), 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: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } function save_user(tourID) { //alert($("#car_"+tourID).val()); $.ajax({ type: 'POST', url: "ajax.php?s=itour_save&a=user_save", dataType: 'json', data: 'tourID=' + tourID + "&user=" + $("#user_"+tourID).val(), 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: "bottom", align: "right" }, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); } console.log(data) } }); } $(document).ready(function(){ $('[data-toggle="popover"]').popover(); }); >