jb-data.de/template/index_display1.tpl
2025-08-11 22:23:30 +02:00

535 lines
24 KiB
Smarty

<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="apple-touch-icon" sizes="57x57" href="template/images/fav/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="template/images/fav/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="template/images/fav/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="template/images/fav/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="template/images/fav/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="template/images/fav/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="template/images/fav/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="template/images/fav/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="template/images/fav/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="template/images/fav/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="template/images/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="template/images/fav/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="template/images/fav/favicon-16x16.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="lib/css/font-awesome.min.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-4">
<!-- ************************ PVL -->
<div class="panel panel-primary">
<h4 align="center"><span style='color:#f05800;font-weight:bold;'> Nacht-Touren - {$taginfo1}</h4>
</div>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$tag1_pvl item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
<!-- ************************ LVZ-->
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$tag1_lvz item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
<!-- ************************ LVZ- Zustellung -->
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$tag1_lvzz item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
<!-- ************************ post nachts -->
{if $pinanzeige>0} -->
<div class="panel panel-warning">
<h4 align="center"><span style='color:#FF6E00;font-weight:bold;'>LVZ Post (Nachts) - {$taginfo1}</h4>
</div>
<!-- ************************ LVZ PIN Nachttouren -->
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$tag1_pag item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
<!-- {/if} -->
<!-- ************************ -->
</div>
<!-- ************************ mitte -->
<div class="col-md-4">
<!-- ************************ Rtour -->
{if $panzeigex>0}
<div class="panel panel-primary">
<h4 align="center"><span style='color:#f05800;font-weight:bold;'>LVZ Post (am Tag) - {$taginfo1}</h4>
</div>
{/if}
<!-- ************************ TYP 4 früh afa -->
{if $panzeige4>0}
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$rtour4 item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- ************************ TYP 1 rtour -->
{if $panzeige1>0}
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$rtour1 item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- ************************ BNA -->
{if $panzeige2>0}
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$rtour2 item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- ************************ TYP 3 dd -->
<!-- ************************ Rtour DD vortag anzeigen -->
{if $panzeige3>0}
<div class="panel panel-primary">
{if $panzeigev>0}
<h4 align="center"><span style='color:#f05800;font-weight:bold;'>LVZ Post (Abends) - <span style='color:#66FFFF;font-weight:bold;'>{$taginfo5}</h4> {else}
<h4 align="center"><span style='color:#f05800;font-weight:bold;'>LVZ Post (Abends) - {$taginfo5}</h4>
{/if}
</div>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$rtour3 item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- ************************ -->
<!-- ************************ PIN - Leergut/Rückläufer -->
{if $leerpin>0}
<div class="panel panel-primary">
<h4 align="center"><span style='color:#f05800;font-weight:bold;'>LVZ Post (Retour) - {$taginfo1}</h4>
</div>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$ltour item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- **************************************************** -->
<!-- ************************ Essen-tour -->
{if $etouranzeige>0}
<div class="panel panel-primary">
<h4 align="center"><span style='color:#f05800;font-weight:bold;'>VNG Küchentransport - {$taginfo1}</h4>
</div>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$etour item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- **************************************************** -->
</div>
<!-- **************************************************** -->
<!-- **************************************************** rechts -->
<!-- **************************************************** -->
<div class="col-md-4">
<!-- ************************ PVL -->
<div class="panel panel-primary">
<h4 align="center"><span style='color:#f05800;font-weight:bold;'> Nacht-Touren - {$taginfo2}</h4>
</div>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$tag2_pvl item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#f05800;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
<!-- ************************ LVZ-->
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$tag2_lvz item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#f05800;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
<!-- ************************ LVZ- Zustellung -->
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$tag2_lvzz item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#f05800;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
<!-- ************************ post nachts -->
{if $pinanzeige2>0}
<!--
<div class="panel panel-warning">
<h4 align="center"><span style='color:#FF6E00;font-weight:bold;'>LVZ Post (Nachts) - {$taginfo1}</h4>
</div>
-->
<!-- ************************ LVZ PIN Nachttouren -->
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-striped">
<tbody>
{foreach from=$tag2_pag item=tour}
<tr style="height: 3px;">
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#f05800;'>{$tour.tour}</td>{/if}
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
{if $tour.fahrernichtda==0}<td nowrap style="width:185px"><span style='color:#FFFFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer_name}</td>{/if}
{if $tour.fahrernichtda==2}<td nowrap style="width:185px"><span style='color:#66FFFF;'>{$tour.fahrer_name}</td>{/if}
{if $tour.autonichtda==0}<td nowrap style="width:80px"><span style='color:#FFFFFF;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==1}<td nowrap style="width:80px"><span style='color:#FF0000;'>{$tour.kennz}</td>{/if}
{if $tour.autonichtda==2}<td nowrap style="width:80px"><span style='color:#66FFFF;'>{$tour.kennz}</td>{/if}
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- ************************ -->
</div>
<!-- **************************************************** -->
</div>
</div>
<!-- ************************ -->
{include file='tpl/fuss2.tpl'}
<!-- ************************ -->