init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
495
template/compile/%%07^078^07886246%%index_display.tpl.php
Normal file
495
template/compile/%%07^078^07886246%%index_display.tpl.php
Normal file
|
|
@ -0,0 +1,495 @@
|
|||
<?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>
|
||||
'; ?>
|
||||
|
||||
64
template/compile/%%0F^0FB^0FBEEE0E%%pi_werbung19.tpl.php
Normal file
64
template/compile/%%0F^0FB^0FBEEE0E%%pi_werbung19.tpl.php
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
<?php /* Smarty version 2.6.24, created on 2025-07-06 21:19:30
|
||||
compiled from tpl/ajax/pi_werbung19.tpl */ ?>
|
||||
<!-- **************************************************** Sachsen Sonntag -->
|
||||
<?php if ($this->_tpl_vars['sasoanzeige'] > 0): ?>
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<!-- ---------------------------------------------------- Halle Block 9 -->
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>SaSo <?php echo $this->_tpl_vars['kw']; ?>
|
||||
.KW<p>
|
||||
<div class="panel panel-primary">
|
||||
<table class="table-striped" style='color:#808080;font-size:10pt'>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['saso_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;"> <!-- lightgrau #A4A4A4 -->
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?> <td nowrap style="width: 50px"><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: 50px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
|
||||
<td nowrap style="width: 37px"><span style='color:#808080;'><?php echo $this->_tpl_vars['tour']['zeit']; ?>
|
||||
|
||||
|
||||
<?php if ($this->_tpl_vars['tour']['fahrerid'] == 0): ?> <td nowrap style="width:150px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer']; ?>
|
||||
</td><?php else: ?>
|
||||
<?php if ($this->_tpl_vars['tour']['look'] == 0): ?> <td nowrap style="width:150px"><span style='color:#808080;'><?php echo $this->_tpl_vars['tour']['fahrer']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['look'] == 1): ?> <td nowrap style="width:150px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
<?php if ($this->_tpl_vars['tour']['autoid'] == 0): ?> <td nowrap style="width: 70px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['auto']; ?>
|
||||
</td><?php else: ?>
|
||||
<?php if ($this->_tpl_vars['tour']['look'] == 0): ?> <td nowrap style="width: 70px"><span style='color:#808080;'><?php echo $this->_tpl_vars['tour']['auto']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['look'] == 1): ?> <td nowrap style="width: 70px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['auto']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<td align="right";nowrap style="width:60px;"><span style='color:#CCCCCC;'><?php echo $this->_tpl_vars['tour']['gewicht4']; ?>
|
||||
kg </td>
|
||||
<td align="center";nowrap style="width:30px;">
|
||||
<?php if ($this->_tpl_vars['tour']['status'] == 0): ?> <span style='color:#FFFFFF;'> <i class="fal fa-spinner fa-pulse"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 1): ?> <span style='color:#FF6E00;'> <i class="fas fa-spinner fa-spin"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 2): ?> <span style='color:#14CD6B;'> <i class="fal fa-check"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 3): ?> <span style='color:#FF6E00;'> <i class="fal fa-truck-loading"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 4): ?> <span style='color:#00C1FF;'> <i class="fal fa-truck"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 5): ?> <span style='color:#FFFF00;'> <i class="fal fa-truck-loading"> </i> </span>
|
||||
<?php else: ?> <span style='color:#404040;'> <i class="fal fa-minus"> </i> </span>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<!-- ------------------------------------------------ Leipzig Block 1-4 -->
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
|
||||
<?php endif; ?>
|
||||
8
template/compile/%%82^828^8283433E%%pia.tpl.php
Normal file
8
template/compile/%%82^828^8283433E%%pia.tpl.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php /* Smarty version 2.6.24, created on 2025-07-06 21:19:30
|
||||
compiled from pia.tpl */ ?>
|
||||
<link rel="stylesheet" media="screen" href="template/css/fontawesome5/css/fontawesome.min.css"/>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => $this->_tpl_vars['content'], 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
7
template/compile/%%B0^B0B^B0BBD197%%fuss3.tpl.php
Normal file
7
template/compile/%%B0^B0B^B0BBD197%%fuss3.tpl.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php /* Smarty version 2.6.24, created on 2025-07-06 21:17:00
|
||||
compiled from tpl/fuss3.tpl */ ?>
|
||||
<footer id="page-footer">
|
||||
<div id="footer-inner">
|
||||
<p class="wrapper"><span style="float: center;"><b>© 2017. All rights reserved. edv@jb-transport.de | Vorabplanung | <b><span style='color:#FF6E00;font-weight:bold;'>Änderung jederzeit möglich !!!</p>
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue