init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
16
template/tpl/ajax/tuerlog2.tpl
Normal file
16
template/tpl/ajax/tuerlog2.tpl
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
{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"}) -->
|
||||
<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 $tstatus.ton==1}
|
||||
<audio autoplay>
|
||||
<source src='https://edv.jb-transport.de/glocke2.mp3' type='audio/mp3'>
|
||||
</audio>
|
||||
{/if}
|
||||
{/if}
|
||||
{/foreach}
|
||||
Loading…
Add table
Add a link
Reference in a new issue