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.7 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr width="100%">
<td width="100%">
<table width="100%" border="1" cellspacing="0" cellpadding="2" class="grid">
<tr width="100%">
<th width="33%">Organizar por status</th>
<th width="33%" colspan="2" align="center">Tipo</th>
<th width="33%">&nbsp;</th>
</tr>
<tr width="100%">
<td width="33%" style="text-align: center;"><select id="combo" name="statusDispositivo" onchange="submit()">{$option}</select></td>
<td width="33%" colspan="2" style="text-align: center;">
<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 width="33%" style="text-align: center;"><input name="btEnvia" type="submit" value="OK" ></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<span id="ramaisMonitor">
{$resultados}
</span>
</td>
</tr>
</table>
<br/>
{/capture}