155 lines
No EOL
12 KiB
Smarty
155 lines
No EOL
12 KiB
Smarty
{if $exxtraanzeige1>0 || $exxtraanzeige2>0 || $exxtraanzeige3>0}
|
|
<div id="rightmenu" class="panel panel-warning">
|
|
|
|
<img src="https://edv.jb-transport.de/template/images/exxtra2.png" alt="" width="550" height="90" />
|
|
<h4><span style='color:#FF6E00;font-weight:bold;'>Werbung {$kw}.KW am {$exxtrainfo} </h4>
|
|
|
|
</div>
|
|
{if $exxtraanzeige1>0}<!-- **************************************************** Marktbelege -->
|
|
<div id="rightmenu" 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:#66FFFF;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:#66FFFF;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:#66FFFF;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:#66FFFF;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 id="rightmenu" 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:#66FFFF;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:#66FFFF;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:#66FFFF;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:#66FFFF;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 id="rightmenu" 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:#66FFFF;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:#66FFFF;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:#66FFFF;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:#66FFFF;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}
|
|
|