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

View file

@ -0,0 +1,18 @@
<!-- *********** 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}