init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
39
template/tpl/aender1_list.tpl
Normal file
39
template/tpl/aender1_list.tpl
Normal 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 -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue