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