72 lines
1.8 KiB
Smarty
72 lines
1.8 KiB
Smarty
<!-- Left column/section -->
|
|
|
|
{foreach from=$heute item=heute}
|
|
|
|
<b><i><span style='font-size:16pt;line-height:115%;
|
|
color:#4F81BD'>Änderung für Heute {$heute}</span></i></b></p>{/foreach}
|
|
|
|
<table class="datatable full" >
|
|
<thead>
|
|
<tr>
|
|
<th>KW</th>
|
|
<th>Datum</th>
|
|
<th>Tour</th>
|
|
<th>Fahrer</th>
|
|
<th>Zeit</th>
|
|
<th>Auto</th>
|
|
<th>Info</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{foreach from=$aender1 item=aender1 }
|
|
<tr>
|
|
<th>{$aender1.kw}</th>
|
|
<th>{$aender1.tag}.{$aender1.monat}.{$aender1.jahr}</th>
|
|
<th>{$aender1.tour}</th>
|
|
<th>{$aender1.fahrer}</th>
|
|
<th>{$aender1.zeit}</th>
|
|
<th>{$aender1.auto}</th>
|
|
<th>{$aender1.infotext}</th>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
<br />
|
|
|
|
|
|
{foreach from=$morgen item=morgen}
|
|
<b><i><span style='font-size:16pt;line-height:115%;
|
|
color:#4F81BD'>Änderung für Morgen {$morgen}</span></i></b></p>{/foreach}
|
|
<table class="datatable full">
|
|
<thead>
|
|
<tr>
|
|
<th>KW</th>
|
|
<th>Datum</th>
|
|
<th>Tour</th>
|
|
<th>Fahrer</th>
|
|
<th>Zeit</th>
|
|
<th>Auto</th>
|
|
<th>Info</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{foreach from=$aender2 item=aender2}
|
|
<tr>
|
|
<th>{$aender2.kw}</th>
|
|
<th>{$aender2.tag}.{$aender2.monat}.{$aender2.jahr}</th>
|
|
<th>{$aender2.tour}</th>
|
|
<th>{$aender2.fahrer}</th>
|
|
<th>{$aender2.zeit}</th>
|
|
<th>{$aender2.auto}</th>
|
|
<th>{$aender2.infotext}</th>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<!-- End of Left column/section -->
|
|
|
|
|
|
|
|
<!-- Right column/section -->
|