This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,34 @@
<div class="panel panel-default">
<div class="panel-body" style="min-height:70px;max-height:70px;overflow-y: noscroll;">
<table class="no-style full">
<tbody>
{foreach from=$system item=system }
{if $online>0}
<tr>
<td nowrap style="width:30px;font-size:11pt" align="left">Tuer:</td>
<td nowrap style="width:60px;font-size:11pt" align="right"><strong><span style='color:#0000FF'>online</strong></td>
</tr>
{else}
<tr>
<td nowrap style="width:30px;font-size:11pt" align="left">Tuer:</td>
<td nowrap style="width:60px;font-size:11pt" align="right"><strong><span style='color:#FF0000'>offline</strong></td>
</tr>
{/if}
<tr>
<td nowrap style="width:30px;font-size:11pt" align="left">{$system.pitime|date_format:"%d.%m.%y"}</strong></td>
<td nowrap style="width:80px;font-size:11pt" align="right">{$system.pitime|date_format:"%H:%M Uhr"}</strong></td>
</tr>
<tr>
<td nowrap style="width:30px;font-size:11pt" align="left">{$system.smstime|date_format:"%d.%m.%y"}</strong></td>
<td nowrap style="width:80px;font-size:11pt" align="right">{$system.smstime|date_format:"%H:%M Uhr"}</strong></td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>