_decodeProperties($_smarty_tpl, array ( 'version' => '4.3.0', 'unifunc' => 'content_66150ec7b0d020_99499442', 'has_nocache_code' => false, 'file_dependency' => array ( 'e2f2b456ecbc02bad11371a02cb1da906160a08f' => array ( 0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ptag.tpl', 1 => 1706091648, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_66150ec7b0d020_99499442 (Smarty_Internal_Template $_smarty_tpl) { $_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/var/www/vhosts/jb-data.de/httpdocs/lib/plugins/modifier.date_format.php','function'=>'smarty_modifier_date_format',),1=>array('file'=>'/var/www/vhosts/jb-data.de/httpdocs/lib/plugins/function.html_options.php','function'=>'smarty_function_html_options',),)); ?> src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/js/select2.full.min.js"> >
tpl_vars['monat']->value;?> /tpl_vars['jahr']->value;?>
tpl_vars['datum_unix']->value,"%d.%m.%y");?>
smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['tage']->value, 'kt'); $_smarty_tpl->tpl_vars['kt']->do_else = true; if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['kt']->value) { $_smarty_tpl->tpl_vars['kt']->do_else = false; ?> tpl_vars['kt']->value['tagt'] == 1) {?> smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
 
--- tpl_vars['kt']->value['kw'];?> .KW ---
tpl_vars['kt']->value['wt'];?> tpl_vars['kt']->value['datum'];?>
tpl_vars['old']->value > 0) {?>
Achtung! Diese Planung liegt in der Vergangenheit...
tpl_vars['fttest']->value != 0) {?>
tpl_vars['ftrow']->value['tag'];?> tpl_vars['ftrow']->value['bez'];?>
smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['tag_tour2']->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; ?> tpl_vars['tour']->value['test'] == 99) {?>
tpl_vars['tour']->value['aktiv'] == 0) {?> tpl_vars['tour']->value['stamm_info'] == 0) {?> tpl_vars['tour']->value['stamm_info'] == 1) {?> tpl_vars['tour']->value['stamm_info'] == 2) {?> tpl_vars['tour']->value['fahrer_id'] == 0) {?> tpl_vars['tour']->value['fahrer_ok'] == 0) {?> tpl_vars['tour']->value['fahrer_ok'] == 2) {?> tpl_vars['tour']->value['fahrer_ok'] == 3) {?> tpl_vars['tour']->value['zusatz'] == 0) {?> tpl_vars['tour']->value['zusatz'] == 1) {?> tpl_vars['tour']->value['zusatz'] == 2) {?> smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
tpl_vars['tour']->value['tour'];?> tpl_vars['tour']->value['tour'];?> tpl_vars['tour']->value['stamminfo'];?> > tpl_vars['tour']->value['stamminfo'];?> > > tpl_vars['tour']->value['smsstatus'] == 0) {?> tpl_vars['tour']->value['smsstatus'] == 1) {?> tpl_vars['tour']->value['smsstatus'] == 2) {?> tpl_vars['tour']->value['smsstatus'] == 8) {?> tpl_vars['tour']->value['smsstatus'] == 20) {?> tpl_vars['tour']->value['smsstatus'] == 3) {?> tpl_vars['tour']->value['smsstatus'] == 4) {?> tpl_vars['tour']->value['smsstatus'] == 5) {?>
> var tag = 'tpl_vars['tag']->value;?> '; > > var monat = 'tpl_vars['monat']->value;?> '; > > var jahr = 'tpl_vars['jahr']->value;?> '; > > function tinfo(tid) { $.ajax({ type: 'POST', url: "ajax.php?s=tinfo&tpl", dataType: 'html', data: 'tid=' + tid, success: function (data) { $("#tinfo").html(data); } }); } function load_free_cars(tag,monat,jahr) { $.ajax({ type: 'POST', url: "ajax.php?s=free_car&tpl", dataType: 'html', data: 'tag=' + tag + "&monat=" + monat + "&jahr=" + jahr, success: function (data) { $("#freecar").html(data); } }); } function load_free_ma(tag,monat,jahr) { $.ajax({ type: 'POST', url: "ajax.php?s=free_ma&tpl", dataType: 'html', data: 'tag=' + tag + "&monat=" + monat + "&jahr=" + jahr, success: function (data) { $("#freema").html(data); } }); } function save_car(tourID) { //alert($("#car_"+tourID).val()); $.ajax({ type: 'POST', url: "ajax.php?s=pnacht&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' } }); } load_free_cars(tag,monat,jahr); } }); } function save_info(tourID) { $.ajax({ type: 'POST', url: "ajax.php?s=pnacht&a=info_save", dataType: 'json', data: 'tourID=' + tourID + "&info=" + $("#info_"+tourID).val(), success: function (data) { $.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' } }); } }); } function save_user(tourID) { //alert($("#car_"+tourID).val()); $.ajax({ type: 'POST', url: "ajax.php?s=pnacht&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' } }); } load_free_ma(tag,monat,jahr); } }); } load_free_ma(tag,monat,jahr); load_free_cars(tag,monat,jahr); var refreshId = setInterval(function() { $.ajax({ type : "POST", url : 'ajax.php?s=pnacht&a=smscheck&tpl', cache : false, data: 'tag=' + tag + "&monat=" + monat + "&jahr=" + jahr, dataType : "json", success : function (back) { /* $.each(back.s, function(t,s) { console.log(back.s) $("#smscheck"+back.t).html(back.s); }) */ for (var i = 0; i < back.length; i++) { console.log (back.t[i]); $("#smscheck"+back.t[i]).html(back.s[i]); //$("#smscheck"+back.i.tour).html(back.i.status); } }, }) }, 60000); $(function () { $("select").select2(); }); >