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.
 
 
 
 
 
 

92 lines
3.7 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:14px;"> Inclusão de Clientes </th>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="nogrid" border="0" cellpadding="4" cellspacing="0" width="90%">
<tr>
<td>
<span style="font-size: 14px; color: #0000AA;"><b>Configuração Lista</b></span>
</td>
</tr>
<tr>
<td>
Titulo: <input type='text' name='titulo'/>
</td>
<td>
Descrição: <input type='text' name='descricao'/>
</td>
<td>
Fornecedor de dados:
<select name="fornecedor">
{$opt}
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="nogrid" border="0" cellpadding="4" cellspacing="0" width="50%">
<tr>
<td>
<span style="font-size: 14px; color: #0000AA;"><b>Formato da Separação</b></span>
</td>
</tr>
<tr>
<td>
<input type="radio" name="tipo_conversao" id="list_file" value="1" checked> ; (Ponto e vírgula)
<input type="radio" name="tipo_conversao" id="list_file" value="2"> | (Pipe)
<input type="radio" name="tipo_conversao" id="list_file" value="3"> , (Vírgula)
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="nogrid" border="0" cellpadding="4" cellspacing="0" width="100%">
<tr>
<td>
<span style="font-size: 14px; color: #0000AA;"><b>Selecione o Arquivo</b></span>
</td>
</tr>
<tr>
<td>
<input type="file" name="cliente_file" id="list_file" size="30" style="width:85%;">
<input name="btGravar" id="btConsulta" value="Incluir" type="submit">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<th align="center">
<span style="font-size: 14px; color: #fff;"><b>{$msg}</b></span>
</th>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}