jb-data.de/template/tpl/ajax/telefon.tpl
2025-08-11 22:23:30 +02:00

32 lines
1.5 KiB
Smarty

<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>&nbsp;{$unread} &nbsp;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>&nbsp; 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}
&nbsp;{$info.time|date_format:"%H:%M Uhr - "} {$info.dauer} sec.</div>
</div>
</a>
</div>