18 lines
No EOL
1 KiB
Smarty
18 lines
No EOL
1 KiB
Smarty
<!-- *********** Fahrzeug HU-Überprüfung / sanikasten etc-->
|
|
{if $anzeige>0}
|
|
<div id="rightmenu" class="panel panel-danger">
|
|
<section class="panel-body">
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$hudata item=hudata}
|
|
<tr>
|
|
<td nowrap style="width:100px;font-size:11pt">{$hudata.kz}</td>
|
|
<td nowrap style="width:120px;font-size:11pt">HU / AU</td>
|
|
{if $hudata.typ==1}<td nowrap style="width:100px;font-size:11pt"><span style='color:#ff0000'>{$hudata.hudate|date_format:"%m / %Y"}</td>{/if}
|
|
{if $hudata.typ==2}<td nowrap style="width:100px;font-size:11pt"><span style='color:#FBAD06'>{$hudata.hudate|date_format:"%m / %Y"}</td>{/if}
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
{/if} |