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

37 lines
1.6 KiB
Smarty

<div class="panel panel-default">
<div class="panel-body" style="min-height:90px;max-height:90px;overflow-y: noscroll;">
<table class="no-style full">
<tbody>
<tr>
{if $so1.time>$zeit_live2}
<td align="center" nowrap style="width:120px;font-size:11pt"><span style='color:#009900'>{$so1.name}</td>
{elseif $so1.time>$zeit_so}
<td nowrap style="width:120px;font-size:11pt" align="center"><span style='color:#FF9000'>{$so1.name}</td>
{else}
<td nowrap style="width:120px;font-size:11pt" align="center"><span style='color:#FF0000'>{$so1.name}</td>
{/if}
</tr>
<tr>
{if $so2.time>$zeit_live2}
<td nowrap style="width:120px;font-size:11pt" align="center"><span style='color:#009900'>{$so2.name}</td>
{elseif $so2.time>$zeit_so}
<td nowrap style="width:120px;font-size:11pt" align="center"><span style='color:#FF9000'>{$so2.name}</td>
{else}
<td nowrap style="width:120px;font-size:11pt" align="center"><span style='color:#FF0000'>{$so2.name}</td>
{/if}
</tr>
<tr>
{if $so3.time>$zeit_live}
<td nowrap style="width:120px;font-size:11pt" align="center"><span style='color:#009900'>{$so3.name}</td>
{elseif $so3.time>$zeit_online}
<td nowrap style="width:120px;font-size:11pt" align="center"><span style='color:#FF9000'>{$so3.name}</td>
{else}
<td nowrap style="width:120px;font-size:11pt" align="center"><span style='color:#FF0000'>{$so3.name}</td>
{/if}
</tr>
</tbody>
</table>
</div>
</div>