jb-data.de/template/tpl/a_auto.tpl
2025-08-11 22:23:30 +02:00

58 lines
No EOL
1.5 KiB
Smarty

<form action="" method="post">
</select>
<input type="date" name="dasdatum" value="{$time|date_format:"%d.%m.%Y"}" />
<select name="ma1" style="width:180px;" >
{foreach from=$ma1 item=allauto}
{html_options values=$allauto.id output=$allauto.kz }
{/foreach}
</select>
<input type="submit" name="datesubmit" value="OK" >
</form>
{foreach from=$datum item=date}
{foreach from=$auto item=car}
<br /><b><i><span style='font-size:20.0pt;line-height:115%;color:#4F81BD'>Uebersicht Fahrzeug: {$car} am {$date}</span></i></b></p>
{/foreach}
{/foreach}
<br />
<table class="table table-striped">
{foreach from=$wwa item=wx}
<tr style='font-size:11pt;color:#115270'>
<td align="left" style='width:30px '>{$wx.tag}.{$wx.monat}.{$wx.jahr}</td>
<td align="left" style='width:120px'>{$wx.fahrer}</td>
<td align="left" style='width:100px'>{$wx.tour}</td>
<td align="left" style='width:170px'>{$wx.infotext}</td>
</tr>
{/foreach}
</table>
<!--
<table class="datatable full" >
<thead>
<tr>
<td>Datum</td>
<td>Fahrer</td>
<td>Tour</td>
<td>Info</td>
</tr>
</thead>
<tbody>
{foreach from=$wwa item=wx }
<tr>
<td> <b>{$wx.tag}.{$wx.monat}.{$wx.jahr}</td>
<td> <b>{$wx.fahrer}</td>
<td> <b>{$wx.tour}</td>
<td> <b>{$wx.infotext}</td>
</tr>
{/foreach}
</tbody>
</table>
-->