init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
32
template/tpl/ajax/telefon.tpl
Normal file
32
template/tpl/ajax/telefon.tpl
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
<div class="wrimagecard wrimagecard-topimage">
|
||||
<a href="index.php?s=telefon18">
|
||||
<div class="wrimagecard-topimage_header" style="background-color:#115270;color: white">
|
||||
<center><i class="far fa-mobile-android-alt fa-5x" style="color:#BEBEBE"></i></center>
|
||||
</div>
|
||||
|
||||
{if $unread!=0}
|
||||
<div class="wrimagecard-topimage_logo" height="30" style="font-size: 16pt;text-align: center;color: red">
|
||||
<i class="fad fa-phone-slash"></i> {$unread} Anrufe
|
||||
</div>
|
||||
{else}
|
||||
|
||||
<div class="wrimagecard-topimage_logo" height="30" style="font-size: 16pt;text-align: center">
|
||||
<i class="fad fa-check" style="color: darkgreen"></i> Online
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
<div class="wrimagecard-topimage_title" style="background-color:#115270;color: white">
|
||||
<div style="text-align: center;font-size: 10pt;" >{$info.name}</div>
|
||||
<div style="text-align: center;font-size: 8pt">
|
||||
{if $info.status==0} <i class="fad fa-phone-alt" style="color: white"></i> {/if}
|
||||
{if $info.status==1} <i class="fad fa-phone-alt" style="color: greenyellow"></i> {/if}
|
||||
{if $info.status==2} <i class="fad fa-phone-alt" style="color: darkgreen"></i> {/if}
|
||||
{if $info.status==3} <i class="fad fa-phone-alt" style="color: red"></i> {/if}
|
||||
{$info.time|date_format:"%H:%M Uhr - "} {$info.dauer} sec.</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue