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.
 
 
 
 
 
 

47 lines
1.7 KiB

{capture name="display"}
<br>
{if !$server}
<table width="30%" align="center" class="grid" cellspacing="1" cellpadding="1">
<tr>
<th>
<h3 style="color: white">Selecione o servidor</h3>
</th>
</tr>
<tr>
<th>
{$select}
<input type="submit" name="btConectar" id="btConsulta" value="Conectar">
</th>
</tr>
</table>
{else}
<table width="75%" align="center" class="grid" cellspacing="1" cellpadding="1">
<tr colspan="2">
<th>CONFIGURAÇÕES [ {$server} ] <input type="button" onclick="desconectMesa()" style="float: right" title="Desconectar da Monitoramento de ramal" id="desconectar" value="Desconectar"></th>
</tr>
</table>
<table width="75%" align="center" class="grid" cellspacing="1" cellpadding="1">
<tr>
<td>
<table class="grid">
<tr>
<th colspan="2">Status Ramais</th>
</tr>
<tr>
<td><input name='conframal' type="radio" value="OK" id="ramalativo" checked> ATIVOS</td>
<td><input name='conframal' type="radio" value="UNKNOWN" id="ramalinativo"> INATIVOS</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table width="80%" align="center" class="infoDac" id="dadosContato">
</table>
<br>
<br>
{/if}
{/capture}