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

71 lines
No EOL
2.5 KiB
Smarty

{if $plan>0}
<div class="panel-heading" style="background-color:red;"><h5 class="panel-title">Werbung {$datum}</h5></div>
<div class="panel panel-warning">
<div class="panel-body">
<table class="no-style full">
<tbody> {foreach from=$tw1 item=tw1}
<tr>
<td nowrap style="width:60px;font-size:10pt" align="left">{$tw1.tour}</td>
{if $tw1.nodriver>0}
<td nowrap style="width:120px;font-size:9pt" align="left"><span style='color:#FF0000'>{$tw1.fahrer}</td>
{else}
<td nowrap style="width:120px;font-size:9pt" align="left"><span style='color:#000000'>{$tw1.fahrer}</td>
{/if}
{if $tw1.nocar>0}
<td nowrap style="width:55px;font-size:9pt" align="right"><span style='color:#FF0000'>{$tw1.kennz}</td>
{else}
<td nowrap style="width:55px;font-size:9pt" align="right"><span style='color:#000000'>{$tw1.kennz}</td>
{/if}
{/foreach}
</tr>
</tbody>
</table>
</div>
</div>
{else}
{if $fertig>0}
<div class="panel-heading" style="background-color:greenyellow;"><h5 class="panel-title">Werbung {$datum}</h5></div>
<div class="panel panel-success">
<div class="panel-body">
<table class="no-style full">
<tbody>
{if $fertig==$sms}
<td nowrap style="width:220px;font-size:10pt" align="left">{$summe} Touren - {$fertig}/ {$sms} SMS</td>
{else}
<td nowrap style="width:220px;font-size:10pt" align="left">{$summe} Touren - {$fertig}/<span style='color:#FF0000'>{$sms} SMS</td>
{/if} </tbody>
</table>
</div>
</div>
{else}
{if $summe==0}
<div class="panel-heading" style="background-color:lightgray;"><h5 class="panel-title">Werbung {$datum}</h5></div>
<div class="panel panel-success">
<div class="panel-body">
<table class="no-style full">
<tbody>
<td nowrap style="width:220px;font-size:10pt" align="center">keine Touren geplant</td>
</tbody>
</table>
</div>
</div>
{else}
<div class="panel-heading" style="background-color:darkorange;"><h5 class="panel-title">Werbung {$datum}</h5></div>
<div class="panel panel-success">
<div class="panel-body">
<table class="no-style full">
<tbody>
<td nowrap style="width:220px;font-size:10pt" align="center">Planung: {$summe} Touren - 0 SMS</td>
</tbody>
</table>
</div>
</div>
{/if}
{/if}
{/if}