PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

55 lines
4.2 KiB

{capture name="display"}
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<div style="width:99%; padding:5px; margin:0; background-color:#F7F7F7; border-bottom:3px solid #999; font:Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; color:#F90;"><img src="imgSite/monitoring.png" align="absmiddle"/>Monitor E1</div>
</td>
</tr>
<tr>
<td>
<div id="ramaisMonitorE1" style="width:100%; border:0px solid #FC3; background-color:#FFFFFF; height:520px; overflow:auto;">
{$resultados}
</div>
</td>
</tr>
<tr>
<td align="center">
<div id="PanelMonitorE1" style="whidth:99%; height:70px; border-top:3px solid #999; background-color:#F7F7F7";>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="50%"><fieldset>
<legend>Dahdi</legend>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th align="left">Placa(s) Dahdi </th><td>{if $numPlacaDahdi} <a href="#placa_dahdi"><span id="numPlacaDahdi">{$numPlacaDahdi}</span></a>{else}<span id="numPlacaDahdi">{$numPlacaDahdi}</span>{/if}</td><td>Alarms:</td><td><span id="numAlarmPlaca">{$numAlarmPlaca}</span></td>
</tr>
<tr>
<th align="left">Canais </th><td>{if $numCanalDahdi}<a href="#canais_dahdi"><span id="numCanalDahdi">{$numCanalDahdi}</span></a>{else}<span id="numCanalDahdi">{$numCanalDahdi}</span>{/if}</td><td>Alarms:</td><td>{if $numAlarmCanal}<a href="#" onclick="GetAncorasAlarmesDahdi();" ><span id="numAlarmCanal">{$numAlarmCanal}</span></a>{else}<span id="numAlarmCanal">{$numAlarmCanal}</span>{/if}</td>
</tr>
</table>
</fieldset></td>
<td>
<fieldset>
<legend>DigiVoice</legend>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th align="left">Placa(s) GSM</th> <td>{if $numDgvGsm} <a href="#placa_gsm"><span id="numDgvGsm">{$numDgvGsm}</span></a> {else} <span id="numDgvGsm">{$numDgvGsm}</span>{/if}</td>
<td>Alarms:</td> <td><span id="numAlarmGsm">{$numAlarmGsm}</span></td> <th>Placa(s) E1</th> <td>{if $numDgvE1} <a href="#placa_e1"><span id="numDgvE1">{$numDgvE1}</span></a> {else} <span id="numDgvE1">{$numDgvE1}</span>{/if}</td> <td>Alarms:</td> <td><span id="numAlarmE1">{$numAlarmE1}</span></td>
</tr>
<tr>
<th align="left">Canai(s) </th> <td>{if $numCanalDGV}<a href="#canais_dgv"><span id="numCanalDGV">{$numCanalDGV}</span></a>{else}<span id="numCanalDGV">{$numCanalDGV}</span>{/if}</td>
<td>Alarms:</td> <td>{if $numAlarmDGV}<a href="#" onclick="GetAncorasAlarmesDgv();" ><span id="numAlarmDGV">{$numAlarmDGV}</span></a>{else}<span id="numAlarmDGV">{$numAlarmDGV}</span>{/if}</td> <th>Atualizada</th> <td colspan="3" align="center"><strong><span id="ultAtu">{$ultAtu}</span></strong></td>
</tr>
</table>
</fieldset></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
{/capture}