34 lines
1.6 KiB
Smarty
34 lines
1.6 KiB
Smarty
<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>
|
|
|
|
|
|
|
|
|