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