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

30 lines
1.7 KiB
Smarty

<div class="panel panel-default">
<div class="panel-heading" align="left">Status SMS-System</div>
<div class="panel-body" style="min-height:120px;max-height:200px;overflow-y: scroll;">
<table class="no-style full">
<tbody>
<tr>
<td nowrap style="width:65px;font-size:11pt" align="left">ges. {$smarty.now|date_format:"%Y"}</td>
<td nowrap style="width:65px;font-size:11pt" align="right"><strong><span style='color:#0000FF'>{$summejahr}</strong></td>
</tr>
<tr>
<td nowrap style="width:65px;font-size:11pt" align="left">Warteschl.</td>
<td nowrap style="width:65px;font-size:11pt" align="right"><strong><span style='color:#0000FF'>{$warten}</strong></td>
</tr>
<tr>
<td nowrap style="width:65px;font-size:11pt" align="left">Fehler</td>
<td nowrap style="width:65px;font-size:11pt" align="right"><strong><span style='color:#0000FF'>{$fehler}</strong></td>
</tr>
<tr>
<td nowrap style="width:65px;font-size:11pt" align="left">OK.</td>
<td nowrap style="width:65px;font-size:11pt" align="right"><strong><span style='color:#0000FF'>{$fertig}</strong></td>
</tr>
<tr>
<td nowrap style="width:65px;font-size:11pt" align="left">STOP</td>
<td nowrap style="width:65px;font-size:11pt" align="right"><strong><span style='color:#0000FF'>{$unklar}</strong></td>
</tr>
</tbody>
</table>
</div>
</div>