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,20 @@
{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}