24 lines
No EOL
963 B
Smarty
24 lines
No EOL
963 B
Smarty
|
|
<section class="grid_6 first top">
|
|
<table class="datatable paginate full profilelist" id="peoplelist">
|
|
<thead>
|
|
<tr>
|
|
<th></th>
|
|
<th colspan=3>geplante Listen</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{foreach from=$tour item=tour}
|
|
<tr>
|
|
<!--<td><form action="" method="post" >
|
|
<input type="hidden" value="{$fahrzeugliste.id}" name="delete" />
|
|
<input type="image" name="delete" src="template/images/icon/bomb.png" alt="bomb" title="löschen" onclick="return confirm('Möchten sie löschen ?')" />
|
|
</form></td>-->
|
|
<td><a href="?s=planer&list={$tour.pid}&db" >Am {$tour.time|date_format:"%d.%m.%Y"} um {$tour.time|date_format:"%H:%M"} Uhr</a></td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
<div id="upload-bar" class="clearfix">
|
|
</div>
|
|
</section> |