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.
 
 
 
 
 
 

20 lines
716 B

{capture name="display"}
<table width="600" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<td>Municipio/DDD:<input type="text" id="municipio" name="municipio" maxlenght="50" value="{$municipio}">
UF <select id="UF" name="UF">{$optionUF}</select>&nbsp; <input type="submit" id="pesquisar" name="pesquisar" value="Pesquisar"></td>
</tr>
</table>
<table width="600" border="1" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th>Id</th>
<th>UF</th>
<th>DDD</th>
<th>Munic&iacute;pio</th>
<th colspan="4" style="text-align: center;">Operações</th>
</tr>
{$mes}
{$resultados}
</table>
{/capture}