20 lines
735 B
Smarty
20 lines
735 B
Smarty
{if $tstatus1.zeit>$zeit_live}
|
|
<!--<div class="alert alert-success"> Türkontrolle: {$tstatus.fahrer} ({$tstatus.zeit|date_format:"%d.%m.%Y - %H:%M Uhr"}) -->
|
|
<div class="panel-body" style="min-height:70px;max-height:70px;overflow-y: scroll;">
|
|
<div class="panel-body" style="background-color:yellow;">
|
|
<i class="fa fa-key fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
|
|
<b><span style='font-size:10pt;line-height:115%; color:#4F81BD'>Türkontrolle: {$tstatus1.fahrer} ({$tstatus1.zeit|date_format:"%d.%m.%Y - %H:%M Uhr"})</span></b>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
|
|
{if $tstatus1.ton==1}
|
|
<audio autoplay>
|
|
<source src='https://edv.jb-transport.de/glocke2.mp3' type='audio/mp3'>
|
|
</audio>
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
|