This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,39 @@
<!-- Left column/section -->
Änderung für diese KW:
<br />
<table class="datatable paginate sortable full">
<thead>
<tr>
<th>KW</th>
<th>TAG</th>
<th>Monat</th>
<th>Jahr</th>
<th>Tour</th>
<th>Fahrer</th>
<th>Zeit</th>
<th>Auto</th>
<th>Info</th>
</tr>
</thead>
<tbody>
{foreach from=$aenderkw item=aenderkw}
<tr>
<td>{$aender1.kw}</td>
<td>{$aender1.tag}</td>
<td>{$aender1.monat}</td>
<td>{$aender1.jahr}</td>
<td>{$aender1.tour}</td>
<td>{$aender1.fahrer}</td>
<td>{$aender1.Zeit}</td>
<td>{$aender1.auto}</td>
<td>{$aender1.infotext}</td>
</tr>
{/foreach}
</tbody>
</table>
<!-- End of Left column/section -->
<!-- Right column/section -->