jb-data.de/template/compile/%%07^078^07886246%%index_display.tpl.php
2025-08-11 22:23:30 +02:00

495 lines
No EOL
28 KiB
PHP

<?php /* Smarty version 2.6.24, created on 2025-07-06 21:17:00
compiled from index_display.tpl */ ?>
<html lang="de">
<head>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> -->
<meta name="viewport" >
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>| JB-Transport.de - Infoscreen</title>
<link rel="icon" type="image/png" sizes="192x192" href="template/images/fav/android-icon-192x192.png">
<link rel="manifest" href="template/images/fav/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="template/images/fav/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" media="screen" href="lib/css/bootstrap.min.css" />
<link rel="stylesheet" media="screen" href="lib/css/bootstrap-theme.min.css" />
<link rel="stylesheet" media="screen" href="template/css/fontawesome5/css/all.css"/>
<link rel="stylesheet" media="screen" href="lib/css/pistyle.css" />
<!--
<link rel="stylesheet" media="screen" href="lib/css/jquery-ui.css" />
-->
<script src="lib/js/jquery.tools.min.js"></script>
<script src="lib/js/jquery-ui.min.js"></script>
<script src="lib/js/jquery.min.js"></script>
<script src="lib/js/global.js"></script>
<script src="lib/js/bootstrap.min.js"></script>
<script src="lib/js/bootstrap-notify.min.js"></script>
<script src="lib/js/bootstrap-notify-init.js"></script>
<!-- ************************ tägliche touren -->
<section id="content">
<div class="container">
<div class="row">
<div class="col-md-8">
<?php if ($this->_tpl_vars['fertig'] == 1): ?>
<p nowrap align="center" style='width:780px;font-size:12pt;background-color:green;color:#fff'> Einsatzplan - <?php echo $this->_tpl_vars['taginfo1']; ?>
<p>
<?php else: ?>
<p nowrap align="center" style='width:780px;font-size:12pt;background-color:f05800;color:#fff'>Einsatzplan - <?php echo $this->_tpl_vars['taginfo1']; ?>
- Vorplanung !!!<p>
<?php endif; ?>
</div>
<div class="col-md-4">
<p nowrap align="center" style='width:385px;font-size:12pt;background-color:#f05800;color:#fff'> keine Daten vorhanden - <?php echo $this->_tpl_vars['taginfo']; ?>
<p>
</div>
</div>
<!-- ************************ PVL -->
<div class="row">
<div class="col-md-4">
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>Pressevertrieb Gerichshain<p>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['tag1_pvl']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<!-- PVL-V -->
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['tag1_pvlv']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<td nowrap style="width:80px"><span style='color:#FFFFFF;'> </td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<!-- ************************ BNA -->
<?php if ($this->_tpl_vars['panzeige2'] > 0): ?>
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>LVZ-Post Sondertour<p>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['rtour2']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<?php endif; ?>
</div>
<!-- ************************ LVZ-->
<div class="col-md-4">
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>LVZ (MZ Druckhaus Halle)<p>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['tag1_lvz']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<!-- ************************ LVZ- Zustellung -->
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>LVZ Fahrerzustellung<p>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['tag1_lvzz']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<!-- ************************ post nachts -->
<?php if ($this->_tpl_vars['pinanzeige'] > 0): ?>
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>LVZ-Post L.-Stahmeln<p>
<!-- ************************ LVZ PIN Nachttouren -->
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['tag1_pag']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<?php endif; ?>
<!-- ************************ Rtour gelöscht in Kopie vorhanden -->
<!-- ************************ TYP 4 gelöscht in Kopie vorhanden früh afa -->
<!-- ************************ TYP 3 dd gelöscht in Kopie vorhanden -->
<!-- ************************ PIN - Leergut/Rückläufer gelöscht in Kopie vorhanden -->
<!-- ************************ Essen-tour gelöscht in Kopie vorhanden -->
<!-- **************************************************** -->
</div>
<!-- **************************************************** rechts -->
<div class="col-md-4">
<!-- **************************************************** FAZ -->
<?php if ($this->_tpl_vars['fazanzeige'] == 1): ?>
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>FAZ am Sonntag<p>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
<tr style="height: 3px;">
<td nowrap style="width:360px;text-align: center"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['fazsumme']; ?>
Exemplare ges.</td>
</tr>
</tbody>
</table>
</div>
</div>
<?php endif; ?>
<!-- ************************ PVL -->
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>evtl. Änderung am <?php echo $this->_tpl_vars['taginfo2']; ?>
<p>
<!-- **************************************************** -->
<?php if ($this->_tpl_vars['anzpvl2'] > 0): ?>
<div class="panel panel-warning">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['tag2_pvl']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#f05800;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<?php endif; ?>
<!-- ************************ LVZ-->
<?php if ($this->_tpl_vars['anzlvz2'] > 0): ?>
<div class="panel panel-warning">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['tag2_lvz']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#f05800;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<?php endif; ?>
<!-- ************************ LVZ- Zustellung -->
<?php if ($this->_tpl_vars['anzlvzz2'] > 0): ?>
<div class="panel panel-warning">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['tag2_lvzz']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#f05800;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<?php endif; ?>
<!-- ************************ post nachts -->
<?php if ($this->_tpl_vars['pinanzeige2'] > 0): ?>
<!-- ************************ LVZ PIN Nachttouren -->
<div class="panel panel-warning">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['tag2_pag']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#f05800;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
</td><?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<?php endif; ?>
<!-- ************************ -->
<!-- ************************ offene Werbetouren -->
<?php if ($this->_tpl_vars['offenewtour'] > 0): ?>
<div class="panel panel-warning">
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:red;color:#FFF'>offene Werbetouren<p>
</div>
<div class="panel panel-warning">
<div class="panel-body">
<table class="table-striped">
<tbody>
<?php $_from = $this->_tpl_vars['ws_tour']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['tour']):
?>
<tr style="height: 3px;">
<td nowrap style="width:85px"><span style='color:#ff0000;'><?php echo $this->_tpl_vars['tour']['datum']; ?>
</td>
<td nowrap style="width:100px"><span style='color:#ff0000;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
</td>
<td nowrap style="width:175px;text-align: right"><span style='color:#ff0000;'><?php echo $this->_tpl_vars['tour']['bez']; ?>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</div>
</div>
<?php endif; ?>
<!-- *********************************************************** -->
<div id="exxtra"></div>
<!-- ************************ -->
</div>
<!-- **************************************************** -->
</div>
</div>
</div></div>
<!-- ************************ -->
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'tpl/fuss3.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<!-- ************************ -->
<?php echo '
<!-- ************************ -->
<script type="text/javascript">
$.ajax({
type : "POST",
url : \'pia.php?s=pi_werbung19&tpl\',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#exxtra").html(data);
},
});
var refresh_EDV = setInterval(function() {
$.ajax({
type : "POST",
url : \'pia.php?s=pi_werbung19&tpl\',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#exxtra").html(data);
},
})
}, 10000);
</script>
'; ?>