19 lines
No EOL
666 B
Smarty
19 lines
No EOL
666 B
Smarty
|
|
{foreach from=$tstatus item=tstatus }
|
|
{if $tstatus.zeit>$zeit_live}
|
|
<!--<div class="alert alert-success"> Türkontrolle: {$tstatus.fahrer} ({$tstatus.zeit|date_format:"%d.%m.%Y - %H:%M Uhr"}) -->
|
|
{if $tstatus.ton==1}
|
|
<audio autoplay>
|
|
<source src='https://edv.jb-transport.de/glocke2.mp3' type='audio/mp3'>
|
|
</audio>
|
|
{/if}
|
|
|
|
|
|
<div class="panel panel-primary">
|
|
<div class="panel-body" style="background-color:yellow;">
|
|
<b><span style='font-size:12.0pt;line-height:115%; color:#4F81BD'>Türkontrolle: {$tstatus.fahrer} ({$tstatus.zeit|date_format:"%d.%m.%Y - %H:%M Uhr"})</span></b>
|
|
</div>
|
|
</div>
|
|
|
|
{/if}
|
|
{/foreach} |