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