446 lines
No EOL
30 KiB
Smarty
446 lines
No EOL
30 KiB
Smarty
<div class="col-md-12">
|
|
{if $exxtraanzeige1>0 || $exxtraanzeige2>0 || $exxtraanzeige3>0}
|
|
<div class="panel panel-warning">
|
|
<!-- <img src="https://edv.jb-transport.de/template/images/exxtra2.png" alt="" width="550" height="90" /> -->
|
|
<h4 align="center"><span style='color:#FF6E00;font-weight:bold;'>Werbung {$kw}.KW am {$exxtrainfo} </h4>
|
|
</div>
|
|
{if $exxtraanzeige1>0}<!-- **************************************************** Marktbelege -->
|
|
<div class="panel panel-warning">
|
|
<div class="panel-body">
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$werb1 item=tour}
|
|
<tr style="height: 3px;">
|
|
<!-- --------------------------- fahrer and car-->
|
|
{if $tour.fahrernichtda==0}<td nowrap style="width:170px"><span style='color:#FFFFFF;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#FFFFFF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==1}<td nowrap style="width:170px"><b><span style='color:#FF0000;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><b><span style='color:#FF0000;font-weight:bold;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#FFFFFF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
|
|
{if $tour.fahrernichtda==2}<td nowrap style="width:170px"><b><span style='color:#66FFFF;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#FFFFFF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==3}<td nowrap style="width:170px"><b><span style='color:#8C8C8C;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#8C8C8C;font-weight:bold;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#66FFFF6E00FF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#8C8C8C;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.autonichtda==0}<td nowrap style="width:90px"><span style='color:#FFFFFF;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==1}<td nowrap style="width:90px"><b><span style='color:#FF0000;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==2}<td nowrap style="width:90px"><b><span style='color:#66FFFF;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==3}<td nowrap style="width:90px"><b><span style='color:#8C8C8C;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
<td nowrap style="width:60px; "> <span style="font-weight:bold;"> {$tour.gewicht} kg </td>
|
|
{if $tour.smsstatus==2}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-check" aria-hidden="true"></i></td>
|
|
{elseif $tour.smsstatus==0}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-minus" aria-hidden="true"></i></td>
|
|
{else}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-hourglass-end" aria-hidden="true"></i></td>
|
|
{/if}
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
{if $exxtraanzeige2>0}<!-- **************************************************** wrnung exxtra land -->
|
|
<div class="panel panel-warning">
|
|
<div class="panel-body">
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$werb2 item=tour}
|
|
<tr style="height: 3px;">
|
|
<!-- --------------------------- fahrer and car-->
|
|
{if $tour.fahrernichtda==0}<td nowrap style="width:170px"><span style='color:#FFFFFF;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#FFFFFF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==1}<td nowrap style="width:170px"><b><span style='color:#FF0000;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><b><span style='color:#FF0000;font-weight:bold;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#FFFFFF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
|
|
{if $tour.fahrernichtda==2}<td nowrap style="width:170px"><b><span style='color:#66FFFF;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#FFFFFF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==3}<td nowrap style="width:170px"><b><span style='color:#8C8C8C;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#8C8C8C;font-weight:bold;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#8C8C8C;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.autonichtda==0}<td nowrap style="width:90px"><span style='color:#FFFFFF;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==1}<td nowrap style="width:90px"><b><span style='color:#FF0000;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==2}<td nowrap style="width:90px"><b><span style='color:#66FFFF;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==3}<td nowrap style="width:90px"><b><span style='color:#8C8C8C;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
<td nowrap style="width:60px; "> <span style="font-weight:bold;"> {$tour.gewicht} kg </td>
|
|
{if $tour.smsstatus==2}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-check" aria-hidden="true"></i></td>
|
|
{elseif $tour.smsstatus==0}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-minus" aria-hidden="true"></i></td>
|
|
{else}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-hourglass-end" aria-hidden="true"></i></td>
|
|
{/if}
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
|
|
{if $exxtraanzeige3>0}<!-- **************************************************** werbung exxtra city -->
|
|
<div class="panel panel-warning">
|
|
<div class="panel-body">
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$werb3 item=tour}
|
|
<tr style="height: 3px;">
|
|
<!-- --------------------------- fahrer and car-->
|
|
{if $tour.fahrernichtda==0}<td nowrap style="width:170px"><span style='color:#FFFFFF;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#FFFFFF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==1}<td nowrap style="width:170px"><b><span style='color:#FF0000;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><b><span style='color:#FF0000;font-weight:bold;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#FFFFFF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
|
|
{if $tour.fahrernichtda==2}<td nowrap style="width:170px"><b><span style='color:#66FFFF;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#FFFFFF;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==3}<td nowrap style="width:170px"><b><span style='color:#8C8C8C;font-weight:bold;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#8C8C8C;font-weight:bold;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:110px"><b><span style='color:#FF6E00;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><b><span style='color:#8C8C8C;font-weight:bold;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.autonichtda==0}<td nowrap style="width:90px"><span style='color:#FFFFFF;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==1}<td nowrap style="width:90px"><b><span style='color:#FF0000;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==2}<td nowrap style="width:90px"><b><span style='color:#66FFFF;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==3}<td nowrap style="width:90px"><b><span style='color:#8C8C8C;font-weight:bold;'>{$tour.auto}</td>{/if}
|
|
<td nowrap style="width:60px; "> <span style="font-weight:bold;"> {$tour.gewicht} kg </td>
|
|
{if $tour.smsstatus==2}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-check" aria-hidden="true"></i></td>
|
|
{elseif $tour.smsstatus==0}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-minus" aria-hidden="true"></i></td>
|
|
{else}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-hourglass-end" aria-hidden="true"></i></td>
|
|
{/if}
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
{/if}
|
|
<!-- **************************************************** Rundschau LAND -->
|
|
{if $rsanzeige1>0}
|
|
<div class="panel panel-warning">
|
|
<h4 align="center"><span style='color:#FF6E00;font-weight:bold;'>Rundschau L. Land am {$rsinfo1} -- {$rsnorm1}er Norm</h4>
|
|
</div>
|
|
|
|
<div class="panel panel-warning">
|
|
<div class="panel-body">
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$rs_tour1 item=tour}
|
|
<tr style="height: 3px;">
|
|
<!-- --------------------------- fahrer and car-->
|
|
{if $tour.fahrernichtda==0}<td nowrap style="width:180px"><span style='color:#FFFFFF;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==1}<td nowrap style="width:180px"><span style='color:#FF0000;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#FF0000;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
|
|
{if $tour.fahrernichtda==2}<td nowrap style="width:180px"><span style='color:#66FFFF;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==3}<td nowrap style="width:180px"><span style='color:#8C8C8C;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#8C8C8C;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#66FFFF;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#8C8C8C;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.autonichtda==0}<td nowrap style="width:90px"><span style='color:#FFFFFF;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==1}<td nowrap style="width:90px"><span style='color:#FF0000;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==2}<td nowrap style="width:90px"><span style='color:#66FFFF;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==3}<td nowrap style="width:90px"><span style='color:#8C8C8C;'>{$tour.auto}</td>{/if}
|
|
<td nowrap style="width:60px; "> <span style=""> {$tour.gewicht4} kg </td>
|
|
{if $tour.smsstatus==2}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-check" aria-hidden="true"></i></td>
|
|
{elseif $tour.smsstatus==0}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-minus" aria-hidden="true"></i></td>
|
|
{else}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-hourglass-end" aria-hidden="true"></i></td>
|
|
{/if}
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
{/if}
|
|
<!-- **************************************************** Rundschau Nord -->
|
|
<!--<div class="row"> -->
|
|
{if $rsanzeige2>0}
|
|
<div class="panel panel-warning">
|
|
<h4 align="center"><span style='color:#FF6E00;font-weight:bold;'>Rundschau L. City Nord am {$rsinfo2} -- {$rsnorm2}er Norm</h4>
|
|
</div>
|
|
|
|
<div class="panel panel-warning">
|
|
<div class="panel-body">
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$rs_tour2 item=tour}
|
|
<tr style="height: 3px;">
|
|
<!-- --------------------------- fahrer and car-->
|
|
{if $tour.fahrernichtda==0}<td nowrap style="width:180px"><span style='color:#FFFFFF;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#66FFFF;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==1}<td nowrap style="width:185px"><span style='color:#FF0000;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#FF0000;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#66FFFF;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
|
|
{if $tour.fahrernichtda==2}<td nowrap style="width:180px"><span style='color:#66FFFF;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==3}<td nowrap style="width:180px"><span style='color:#8C8C8C;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#8C8C8C;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#8C8C8C;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.autonichtda==0}<td nowrap style="width:90px"><span style='color:#FFFFFF;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==1}<td nowrap style="width:90px"><span style='color:#FF0000;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==2}<td nowrap style="width:90px"><span style='color:#66FFFF;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==3}<td nowrap style="width:90px"><span style='color:#8C8C8C;'>{$tour.auto}</td>{/if}
|
|
<td nowrap style="width:60px; "> <span style=""> {$tour.gewicht4} kg </td>
|
|
{if $tour.smsstatus==2}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-check" aria-hidden="true"></i></td>
|
|
{elseif $tour.smsstatus==0}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-minus" aria-hidden="true"></i></td>
|
|
{else}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-hourglass-end" aria-hidden="true"></i></td>
|
|
{/if}
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
<!-- **************************************************** Rundschau -->
|
|
<!--<div class="row"> -->
|
|
{if $rsanzeige3>0}
|
|
|
|
<div class="panel panel-warning">
|
|
<h4 align="center"><span style='color:#FF6E00;font-weight:bold;'>Rundschau L. City West am {$rsinfo3} -- {$rsnorm3}er Norm</h4>
|
|
</div>
|
|
|
|
<div class="panel panel-warning">
|
|
<div class="panel-body">
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$rs_tour3 item=tour}
|
|
<tr style="height: 3px;">
|
|
<!-- --------------------------- fahrer and car-->
|
|
{if $tour.fahrernichtda==0}<td nowrap style="width:180px"><span style='color:#FFFFFF;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==1}<td nowrap style="width:180px"><span style='color:#FF0000;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#FF0000;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:110px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
|
|
{if $tour.fahrernichtda==2}<td nowrap style="width:180px"><span style='color:#66FFFF;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==3}<td nowrap style="width:180px"><span style='color:#8C8C8C;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#8C8C8C;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#8C8C8C;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.autonichtda==0}<td nowrap style="width:90px"><span style='color:#FFFFFF;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==1}<td nowrap style="width:90px"><span style='color:#FF0000;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==2}<td nowrap style="width:90px"><span style='color:#66FFFF;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==3}<td nowrap style="width:90px"><span style='color:#8C8C8C;'>{$tour.auto}</td>{/if}
|
|
<td nowrap style="width:60px; "> <span style=""> {$tour.gewicht4} kg </td>
|
|
{if $tour.smsstatus==2}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-check" aria-hidden="true"></i></td>
|
|
{elseif $tour.smsstatus==0}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-minus" aria-hidden="true"></i></td>
|
|
{else}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-hourglass-end" aria-hidden="true"></i></td>
|
|
{/if}
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
<!-- **************************************************** Rundschau süd -->
|
|
<!--<div class="row"> -->
|
|
{if $rsanzeige4>0}
|
|
<div id="rightmenu" class="panel panel-warning">
|
|
<h4 align="center"><span style='color:#FF6E00;font-weight:bold;'>Rundschau L. City Süd am {$rsinfo4} -- {$rsnorm4}er Norm</h4>
|
|
</div>
|
|
|
|
<div id="rightmenu" class="panel panel-warning">
|
|
<div class="panel-body">
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$rs_tour4 item=tour}
|
|
<tr style="height: 3px;">
|
|
<!-- --------------------------- fahrer and car-->
|
|
{if $tour.fahrernichtda==0}<td nowrap style="width:180px"><span style='color:#FFFFFF;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==1}<td nowrap style="width:180px"><span style='color:#FF0000;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#FF0000;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
|
|
{if $tour.fahrernichtda==2}<td nowrap style="width:180px"><span style='color:#66FFFF;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.fahrernichtda==3}<td nowrap style="width:180px"><span style='color:#8C8C8C;'>{$tour.fahrer}</td>
|
|
<td nowrap style="width:85px"><span style='color:#8C8C8C;'> {$tour.time|date_format:"%H:%M"} Uhr</td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:105px"><span style='color:#FF6E00;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:105px"><span style='color:#8C8C8C;'>{$tour.tour}</td>{/if}
|
|
{/if}
|
|
{if $tour.autonichtda==0}<td nowrap style="width:90px"><span style='color:#FFFFFF;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==1}<td nowrap style="width:90px"><span style='color:#FF0000;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==2}<td nowrap style="width:90px"><span style='color:#66FFFF;'>{$tour.auto}</td>{/if}
|
|
{if $tour.autonichtda==3}<td nowrap style="width:90px"><span style='color:#8C8C8C;'>{$tour.auto}</td>{/if}
|
|
<td nowrap style="width:60px; "> <span style=""> {$tour.gewicht4} kg </td>
|
|
{if $tour.smsstatus==2}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-check" aria-hidden="true"></i></td>
|
|
{elseif $tour.smsstatus==0}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-minus" aria-hidden="true"></i></td>
|
|
{else}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-hourglass-end" aria-hidden="true"></i></td>
|
|
{/if}
|
|
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
|
|
<!-- **************************************************** Sachsen Sonntag -->
|
|
{if $sasoanzeige>0}
|
|
|
|
<div class="panel panel-warning">
|
|
<h4 align="center"><span style='color:#FF6E00;font-weight:bold;'>Sachsen-Sonntag {$sasoinfo} -- {$sasonorm}er Norm</h4>
|
|
</div>
|
|
|
|
<div class="panel panel-warning">
|
|
<div class="panel-body">
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$saso_tour1 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}
|
|
<td nowrap style="width:180px;"> <span style=""> {$tour.fahrer} </td>
|
|
<td nowrap style="width:85px; "> <span style=""> {$tour.time|date_format:"%H:%M"} Uhr </td>
|
|
{if $tour.aktiv==0}<td nowrap style="width:100px"><span style='color:#66FFFF;'>{$tour.tour}</td>{/if}
|
|
{if $tour.aktiv==1}<td nowrap style="width:100px"><span style='color:#FFFFFF;'>{$tour.tour}</td>{/if}
|
|
<td nowrap style="width:90px; "> <span style=""> {$tour.auto} </td>
|
|
<td nowrap style="width:60px; "> <span style=""> {$tour.gewicht3} kg </td>
|
|
{if $tour.smsstatus==2}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-check" aria-hidden="true"></i></td>
|
|
{elseif $tour.smsstatus==0}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-minus" aria-hidden="true"></i></td>
|
|
{else}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-hourglass-end" aria-hidden="true"></i></td>
|
|
{/if}
|
|
<!-- --------------------------- fahrer -->
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
{/if}
|
|
<!-- **************************************************** FAZ am Sonntag -->
|
|
{if $fazanzeige>0}
|
|
|
|
<div class="panel panel-warning">
|
|
<h4 align="center"><span style='color:#FF6E00;font-weight:bold;'>Frankfurter Allgemeine am Sonntag {$fazinfo}</h4>
|
|
</div>
|
|
|
|
<div class="panel panel-warning">
|
|
<div class="panel-body">
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$faz_tour1 item=tour}
|
|
<tr style="height: 3px;">
|
|
<td nowrap style="width:180px;"> <span style=""> {$tour.fahrer} </td>
|
|
<td nowrap style="width:85px; "> <span style=""> {$tour.time|date_format:"%H:%M"} Uhr </td>
|
|
{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}
|
|
<td nowrap style="width:90px; "> <span style=""> {$tour.auto} </td>
|
|
<td nowrap style="width:60px; "> <span style=""> {$tour.exemplare} St. </td>
|
|
{if $tour.smsstatus==2}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-check" aria-hidden="true"></i></td>
|
|
{elseif $tour.smsstatus==0}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-minus" aria-hidden="true"></i></td>
|
|
{else}
|
|
<td align="right";nowrap style="width:30px; "><span style='color:#8C8C8C;'><i class="fa fa-hourglass-end" aria-hidden="true"></i></td>
|
|
{/if}
|
|
<!-- --------------------------- fahrer -->
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
{/if} </div>
|
|
|