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.
 
 
 
 
 
 

30 lines
1.0 KiB

{capture name="display"}
<table width="100%" border="1" cellspacing="0" cellpadding="1" class="formCad">
<input name="id" type="hidden" value="{$id}">
<input name="ddd" type="hidden" value="{$ddd}">
<tr>
<td align="center" colspan="3" ><img src="imgSite/icone_mapa.png" width="30" height="30" border="0"><span class="formHed">Prefixos</span></td>
</tr>
<tr>
<th colspan="2">Novo</th>
<th>Ação</th>
</tr>
<tr>
<td colspan="2">Prefixo: <input type="text" id="prefixo" name="prefixo" value="{$prefixo}" maxlength="4"></td>
<td><input type="submit" id="finalizar" name="finalizar" value="Gravar" width="10"></td>
</tr>
<tr>
<th>UF</th>
<th>Prefixo</th>
<th>Ação</th>
</tr>
{$resultados}
<tr>
<td colspan="3">{$mes}</td>
</tr>
<tr>
<td colspan="3"><input type="submit" id="fechar" name="fechar" value="Fechar" onClick="window.close();"></select></td>
</tr>
</table>
{/capture}