init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
71
template/tpl/ajax/ue_planung1.tpl
Normal file
71
template/tpl/ajax/ue_planung1.tpl
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
|
||||
{if $plan>0}
|
||||
<div class="panel-heading" style="background-color:red;"><h5 class="panel-title">Nacht {$datum}</h5></div>
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-body">
|
||||
<table class="no-style full">
|
||||
<tbody> {foreach from=$tw1 item=tw}
|
||||
<tr>
|
||||
<td nowrap style="width:60px;font-size:10pt" align="left">{$tw.tour}</td>
|
||||
{if $tw.nodriver>0}
|
||||
<td nowrap style="width:120px;font-size:9pt" align="left"><span style='color:#FF0000'>{$tw.fahrer}</td>
|
||||
{else}
|
||||
<td nowrap style="width:120px;font-size:9pt" align="left"><span style='color:#000000'>{$tw.fahrer}</td>
|
||||
{/if}
|
||||
|
||||
{if $tw.nocar>0}
|
||||
<td nowrap style="width:55px;font-size:9pt" align="right"><span style='color:#FF0000'>{$tw.kennz}</td>
|
||||
{else}
|
||||
<td nowrap style="width:55px;font-size:9pt" align="right"><span style='color:#000000'>{$tw.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">Nacht {$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} SMS / <span style='color:#FF0000'>{$sms} bestätigt</td>
|
||||
{/if} </tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
{if $summe==0}
|
||||
<div class="panel-heading" style="background-color:lightgray;"><h5 class="panel-title">Nacht {$datum}</h5></div>
|
||||
<div class="panel panel-default">
|
||||
<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">Nacht {$datum}</h5></div>
|
||||
<div class="panel panel-error">
|
||||
<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}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue