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