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

159 lines
4 KiB
Smarty

{foreach from=$tag1 item=tag1}
<b><span style='font-size:10pt;
color:#4F81BD'>Änderung für {$tag1} (Heute)</span></b></p>{/foreach}
<table class="datatable full" >
<thead>
<tr>
<th>Tour</th>
<th>Fahrer</th>
<th>Auto</th>
<th>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 />
{foreach from=$tag2 item=tag2}
<b><span style='font-size:10pt;
color:#4F81BD'>Änderung für {$tag2} (Morgen)</span></b></p>{/foreach}
<table class="datatable full" >
<thead>
<tr>
<th>Tour</th>
<th>Fahrer</th>
<th>Auto</th>
<th>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 />
{foreach from=$tag3 item=tag3}
<b><span style='font-size:10pt;
color:#4F81BD'>Änderung für {$tag3}</span></b></p>{/foreach}
<table class="datatable full" >
<thead>
<tr>
<th>Tour</th>
<th>Fahrer</th>
<th>Auto</th>
<th>Info</th>
</tr>
</thead>
<tbody>
{foreach from=$aender3 item=aender3 }
<tr>
<td> <b>{$aender3.tour}</td></b>
<td> <b>{$aender3.fahrer}</td></b>
<td> <b>{$aender3.kennz}</td></b>
<td> <b>{$aender3.infotext}</td></b>
</tr>
{/foreach}
</tbody>
</table>
<br />
{foreach from=$tag4 item=tag4}
<b><span style='font-size:10pt;
color:#4F81BD'>Änderung für {$tag4}</span></b></p>{/foreach}
<table class="datatable full" >
<thead>
<tr>
<th>Tour</th>
<th>Fahrer</th>
<th>Auto</th>
<th>Info</th>
</tr>
</thead>
<tbody>
{foreach from=$aender4 item=aender4 }
<tr>
<td> <b>{$aender4.tour}</td> </b>
<td> <b>{$aender4.fahrer}</td> </b>
<td> <b>{$aender4.kennz}</td> </b>
<td> <b>{$aender4.infotext}</td> </b>
</tr>
{/foreach}
</tbody>
</table>
<br />
{foreach from=$tag5 item=tag5}
<b><span style='font-size:10pt;
color:#4F81BD'>Änderung für {$tag5}</span></b></p>{/foreach}
<table class="datatable full" >
<thead>
<tr>
<th>Tour</th>
<th>Fahrer</th>
<th>Auto</th>
<th>Info</th>
</tr>
</thead>
<tbody>
{foreach from=$aender5 item=aender5 }
<tr>
<td> <b>{$aender5.tour}</td></b>
<td> <b>{$aender5.fahrer}</td></b>
<td> <b>{$aender5.kennz}</td></b>
<td> <b>{$aender5.infotext}</td></b>
</tr>
{/foreach}
</tbody>
</table>
<br />
{foreach from=$tag6 item=tag6}
<b><span style='font-size:10pt;
color:#4F81BD'>Änderung für {$tag6}</span></b></p>{/foreach}
<table class="datatable full" >
<thead>
<tr>
<th>Tour</th>
<th>Fahrer</th>
<th>Auto</th>
<th>Info</th>
</tr>
</thead>
<tbody>
{foreach from=$aender6 item=aender6 }
<tr>
<td> <b>{$aender6.tour}</td></b>
<td> <b>{$aender6.fahrer}</td></b>
<td> <b>{$aender6.kennz}</td></b>
<td> <b>{$aender6.infotext}</td></b>
</tr>
{/foreach}
</tbody>
</table>
<br />
<!-- End of Left column/section -->
<!-- Right column/section -->