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.

32 lines
1.5 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table border="1" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th>Organizar por status</th>
<th colspan="2" align="center">Tipo</th>
<th>&nbsp;</th>
</tr>
<tr>
<td><select id="combo" name="statusDispositivo" onchange="submit()">{$option}</select></td>
<td colspan="2">
<input type="radio" name="tipoDispositivo" id="tipoDispositivo1" value="1" onchange="submit()" {if $tipoDispositivo == 1}checked="checked"{/if}> Ramais
<input type="radio" name="tipoDispositivo" id="tipoDispositivo2" value="2" onchange="submit()" {if $tipoDispositivo == 2}checked="checked"{/if}> Troncos
<input type="radio" name="tipoDispositivo" id="tipoDispositivo3" value="3" onchange="submit()" {if $tipoDispositivo == 3}checked="checked"{/if}> Ambos
</td>
<td><input name="btEnvia" type="submit" value="OK" ></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<span id="ramaisMonitor">
{$resultados}
</span>
</td>
</tr>
</table>
<br/>
{/capture}