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.
 
 
 
 
 
 

26 lines
1003 B

{capture name="display"}
<table width="100%" border="1" cellspacing="0" cellpadding="1" class="formCad">
<tr>
<td align="center" colspan="2" ><img src="imgSite/icone_mapa.png" width="30" height="30" border="0"><span class="formHed">Cadastro de Municipios</span></td>
</tr>
<tr>
<th>UF:</th>
<td><select id="uf" name="uf">{$optionUF}</select></td>
</tr>
<tr>
<th>DDD:</th>
<td><input type="text" id="ddd" name="ddd" size="30" value="{$ddd}" maxlength="2" width="2"></td>
</tr>
<tr>
<th>Nome:</th>
<td><input type="text" id="nome" name="nome" size="30" maxlength="50" value="{$nome}"></td>
</tr>
<tr>
<th></th>
<td><input type="submit" id="concluir" name="concluir" value="Finalizar"><input type="submit" id="fechar" name="fechar" value="Fechar" onClick="window.close();"></select></td>
</tr>
<tr>
<td colspan="2">{$mes}</td>
</tr>
</table>
{/capture}