init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
33
template/tpl/ajax/p_night_free_car.tpl
Normal file
33
template/tpl/ajax/p_night_free_car.tpl
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<div class="panel panel-tbox">
|
||||
<header class="panel-heading" style="font-size: 10pt;line-height:80%">
|
||||
<span style="font-size: 14pt" class="far fa-truck pull-left"></span>
|
||||
<span style="font-size: 12pt"> {$datum}</span>
|
||||
</header>
|
||||
<div class="panel-body">
|
||||
<table class="no-style full" style="margin:-9px;line-height:12px">
|
||||
{foreach from=$data item=fc }
|
||||
<tr>
|
||||
{if $fc.n_a==1}
|
||||
<td style="width:30px;font-size:12pt"><i class="far fa-engine-warning" style="color: red"></i></td>
|
||||
<td style="width:200px;font-size:11pt;"><strong>{$fc.car}</strong></br>
|
||||
<span style="width:145px;font-size: 7pt;color: orange">{$fc.info}</span>
|
||||
</td>
|
||||
{else}
|
||||
<td style="width:30px;font-size:12pt">
|
||||
{if $fc.typ==1} <i class="far fa-car-side" style="color: sandybrown"></i> {/if}
|
||||
{if $fc.typ==2} <i class="far fa-shuttle-van" style="color: orange"></i> {/if}
|
||||
{if $fc.typ==3} <i class="far fa-truck" style="color: deepskyblue"></i> {/if}
|
||||
{if $fc.typ==4} <i class="far fa-truck" style="color: cadetblue"></i> {/if}
|
||||
{if $fc.typ==5} <i class="far fa-truck-moving" style="color: darkgreen"></i> {/if}
|
||||
{if $fc.typ==98}<i class="far fa-truck-plow" style="color: red"></i> {/if}
|
||||
<td style="width:200px;font-size:11pt;">
|
||||
<strong>{$fc.car}</strong></br>
|
||||
<span style="width:145px;font-size: 7pt;">{$fc.info}</span>
|
||||
</td>
|
||||
{/if}
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue