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

35
template/tpl/phistory.tpl Normal file
View file

@ -0,0 +1,35 @@
<!-- -------------------------------------------------------------------------------- -->
<!-- -------------------------------------------------------------------------------- -->
<!-- -------------------------------------------------------------------------------- -->
<!-- -------------------------------------------------------------------------------- -->
<!-- -------------------------------------------------------------------------------- -->
<!-- -------------------------------------------------------------------------------- -->
<!-- ---------------------uebersicht Heute ------------------------------------------ -->
<!-- -------------------------------------------------------------------------------- -->
<table class="table-striped">
<thead>
<tr>
<th style="width:200px";align="left"><strong>Fahrer</strong></th>
<th nowrap style="width:100px";align="right"><strong>wie oft gefahren</strong></th>
<th style="width:200px";align="right"><strong>zuletzt am</strong></th>
</tr>
</thead>
<tbody>
{foreach from=$hinfo item=tour}
<tr>
<td nowrap style="width:200px"><b> {$tour.name}</td>
<td nowrap style="width:100px" align="right"> {$tour.zahl} x</td>
<td nowrap style="width:200px" align="right"> {$tour.last} Uhr</td>
<!-- --------------------------- fahrer -->
</tr>
{/foreach}
</tbody>
</table>
<!-- -------------------------------------------------------------------------------- -->
<!-- -------------------------------------------------------------------------------- -->
<!-- -------------------------------------------------------------------------------- -->
<!-- -------------------------------------------------------------------------------- -->