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.
 
 
 
 
 
 

49 lines
2.6 KiB

{capture name="display"}
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<table class="nogrid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;"><h3 style="color: #fff;">Inclusão de listas Não Perturbe<h3></th>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<br/> <br/>
<table class="nogrid" border="0" cellpadding="4" cellspacing="0" width="100%">
<tr>
<td><h3 style="font-size: large; margin: 0; padding: 0;">Selecione o Arquivo</h3></td>
</tr>
<tr>
<td><input type="file" name="np_file" id="list_file" size="30" style="width:85%;"> <input name="btGravar" id="btConsulta" value="Incluir" type="submit"></td>
</tr>
</table>
<br/>
</td>
</tr>
<tr>
<th align="center"><h3 style="font-size: medium; color: #fff;">{$msg}</h3></th>
</tr>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}