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

26 lines
1.3 KiB
Smarty

<div style="background-color: gray;color: #115270">
<i class="fas fa-sign-in fa-7x fa-pull-left"></i>
{if $mao.session_update>$zeit_live} <table class="no-style full" style="background-color: gray;color: #41c42b;font-size:11pt">
{elseif $mao.session_update>$zeit_online} <table class="no-style full" style="background-color: gray;color: #FF9000;font-size:11pt">
{else} <table class="no-style full" style="background-color: gray;color: #dddddd;font-size:11pt">
{/if}
<table class="no-style full" style="background-color: gray;color: #dddddd;font-size:11pt">
{foreach from=$abfrage_monline item=mao }
<tr>
{if $mao.session_update>$zeit_live}
<td nowrap style="width:160px;color: #41c42b">{$mao.name}</td>
<td nowrap style="width:170px;color: #41c42b" align="right">{$mao.session_update|date_format:"%d.%m.%y - %H:%M Uhr"}</td>
{elseif $mao.session_update>$zeit_online}
<td nowrap style="width:160px;color: #FF9000">{$mao.name}</td>
<td nowrap style="width:170px;color: #FF9000" align="right">{$mao.session_update|date_format:"%d.%m.%y - %H:%M Uhr"}</td>
{else}
<td nowrap style="width:160px">{$mao.name}</td>
<td nowrap style="width:170px" align="right">{$mao.session_update|date_format:"%d.%m.%y - %H:%M Uhr"}</td>
{/if}
</tr>
{/foreach}
</table>
</div>