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

72 lines
1.9 KiB
Smarty

<!-- Left column/section -->
{foreach from=$heute item=heute}
<b><i><span style='font-size:20.0pt;line-height:115%;
color:#4F81BD'>Übersicht für Morgen ({$heute})</span></i></b></p>{/foreach}
<table class="datatable full" >
<thead>
<tr>
<th style="width:50px">GH-Tour</th>
<th style="width:99px">Fahrer</th>
<th style="width:30px">Auto</th>
<th style="width:400px">Info</th>
</tr>
</thead>
<tbody>
{foreach from=$aender1 item=aender1 }
<tr>
<td> <b>{$aender1.tour}</td>
<td> <b>{$aender1.fahrer}</td>
<td> <b>{$aender1.kennz}</td>
<td> <b>{$aender1.infotext}</td>
</tr>
{/foreach}
</tbody>
</table>
<br />
<table class="datatable full" >
<thead>
<tr>
<th style="width:50px">LVZ-Tour</th>
<th style="width:99px">Fahrer</th>
<th style="width:30px">Auto</th>
<th style="width:400px">Info</th>
</tr>
</thead>
<tbody>
{foreach from=$aender2 item=aender2 }
<tr>
<td> <b>{$aender2.tour}</td>
<td> <b>{$aender2.fahrer}</td>
<td> <b>{$aender2.kennz}</td>
<td> <b>{$aender2.infotext}</td>
</tr>
{/foreach}
</tbody>
</table>
<br />
<table class="datatable full" >
<thead>
<tr>
<th style="width:50px">PIN-Tour</th>
<th style="width:99px">Fahrer</th>
<th style="width:30px">Auto</th>
<th style="width:400px">Info</th>
</tr>
</thead>
<tbody>
{foreach from=$aender3 item=aender3 }
<tr>
<td> <b>{$aender3.tour}</td>
<td> <b>{$aender3.fahrer}</td>
<td> <b>{$aender3.kennz}</td>
<td> <b>{$aender3.infotext}</td>
</tr>
{/foreach}
</tbody>
</table>
<br />