init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
26
template/tpl/ajax/login_edv.tpl
Normal file
26
template/tpl/ajax/login_edv.tpl
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<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>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue