138 lines
No EOL
4.6 KiB
Smarty
138 lines
No EOL
4.6 KiB
Smarty
<div class="col-sm-4">
|
|
{if $plan>0} <div class="panel-heading" style="background-color:red;">
|
|
{else}
|
|
{if $fertig>0}
|
|
<div class="panel-heading" style="background-color:greenyellow;">
|
|
{else}
|
|
<div class="panel-heading" style="background-color:darkorange;">
|
|
{/if}
|
|
{/if}
|
|
<h5 class="panel-title">Tag-Planung Heute ({$datum})</h5>
|
|
</div>
|
|
|
|
{if $plan>0}
|
|
<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:90px;font-size:11pt" align="left">{$tw1.tour}</td>
|
|
|
|
{if $tw1.nodriver>0}
|
|
<td nowrap style="width:160px;font-size:11pt" align="left"><span style='color:#FF0000'>{$tw1.fahrer}</td>
|
|
{else}
|
|
<td nowrap style="width:160px;font-size:11pt" align="left"><span style='color:#000000'>{$tw1.fahrer}</td>
|
|
{/if}
|
|
|
|
{if $tw1.nocar>0}
|
|
<td nowrap style="width:85px;font-size:11pt" align="right"><span style='color:#FF0000'>{$tw1.kennz}</td>
|
|
{else}
|
|
<td nowrap style="width:85px;font-size:11pt" align="right"><span style='color:#000000'>{$tw1.kennz}</td>
|
|
{/if}
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
{elseif $fertig>0}
|
|
<div class="panel panel-success">
|
|
<div class="panel-body">
|
|
<table class="no-style full">
|
|
<tbody>
|
|
<td nowrap style="width:290px;font-size:10pt" align="left">{$summe} Touren - {$fertig} SMS versendet / {$sms} bestätigt</td>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
{elseif $fertig==0}
|
|
<div class="panel panel-success">
|
|
<div class="panel-body">
|
|
<table class="no-style full">
|
|
<tbody>
|
|
<td nowrap style="width:290px;font-size:10pt" align="center">keine SMS versendet</td>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
|
|
|
|
|
|
{if $sondertouren>0} <div class="panel-heading" style="background-color:deepskyblue;" id="accordion">
|
|
{else} <div class="panel-heading" style="background-color:gray;" id="accordion">
|
|
{/if}
|
|
<h5 class="panel-title">Sonder-Tag Touren ({$datum})</h5>
|
|
<div class="btn-group pull-right">
|
|
<a type="button" class="btn btn-default btn-xs" data-toggle="collapse" data-parent="#accordion" href="#collapse3">
|
|
<span class="glyphicon glyphicon-chevron-down"></span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary panel-collapse collapse" id="collapse3">
|
|
<div class="panel-body">
|
|
<table class="table-condensed">
|
|
<tbody> {foreach from=$tw3 item=tw3 }
|
|
<tr>
|
|
<td nowrap style="width:90px;line-height:80%;font-size:11pt" align="left"> <strong><span style='color:#271FE0'>{$tw3.tour}</strong></td>
|
|
<td nowrap style="width:160px;line-height:80%;font-size:11pt" align="left"> <strong><span style='color:#271FE0'>{$tw3.fahrer}</strong></td>
|
|
<td nowrap style="width:85px;font-size:11pt" align="right"><span style='color:#271FE0'>{$tw3.kennz}</td>
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{if $aender>0} <div class="panel-heading" style="background-color:lightsteelblue;" id="accordion">
|
|
{else} <div class="panel-heading" style="background-color:gray;" id="accordion">
|
|
{/if}
|
|
<h5 class="panel-title">Änderungen-Tag Touren ({$datum})</h5>
|
|
<div class="btn-group pull-right">
|
|
<a type="button" class="btn btn-default btn-xs" data-toggle="collapse" data-parent="#accordion" href="#collapse4">
|
|
<span class="glyphicon glyphicon-chevron-down"></span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary panel-collapse collapse" id="collapse4">
|
|
<div class="panel-body">
|
|
<table class="table-condensed">
|
|
<tbody> {foreach from=$tw2 item=tw2 }
|
|
<tr>
|
|
<td nowrap style="width:90px;line-height:80%;font-size:11pt" align="left"> <strong><span style='color:#000000'>{$tw2.tour}</strong></td>
|
|
|
|
{if $tw2.adriver>0}
|
|
<td nowrap style="width:160px;font-size:11pt" align="left"><span style='color:#000000'>{$tw2.fahrer}</td>
|
|
{else}
|
|
<td nowrap style="width:160px;font-size:11pt" align="left"><span style='color:#FF8000'>{$tw2.fahrer}</td>
|
|
{/if}
|
|
{if $tw2.acar>0}
|
|
<td nowrap style="width:85px;font-size:11pt" align="right"><span style='color:#000000'>{$tw2.kennz}</td>
|
|
{else}
|
|
<td nowrap style="width:85px;font-size:11pt" align="right"><span style='color:#FF8000'>{$tw2.kennz}</td>
|
|
{/if}
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|