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.
 
 
 
 
 
 

153 lines
6.8 KiB

{capture name="subDisplay"}
{if !$perm}
<table align="center" width="70%" class="formCad" style="margin-top: 10px">
<tr>
<th colspan="2">
Insira o arquivo de Licença
</th>
</tr>
<tr>
<th>
Arquivo de Licença
</th>
<td>
<input name="conf" type="file" value="conflicence" >
</td>
</tr>
<tr>
<td colspan="2">
<b>* Informe o arquivo .lca para registrar as configurações da Central!</b>
</td>
</tr>
<tr>
<td>
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td>
<input name="btValidar" type="submit" id="btValidar" value="Validar">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
{else}
<table width="100%" class="formCad" id="configlicence" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table width="80%" class="formCad" border="0" cellspacing="0" cellpadding="2" id="tablelca">
<tbody>
<tr>
<th align="left">Documento CNPJ:</th>
<td>
<input name="document" type="text" id="lca_document" value="{$document}" size="50" maxlength="255">
</td>
</tr>
<tr>
<th align="left">Razão Social:</th>
<td>
<input name="razao_social" type="text" id="lca_razao" value="{$razao_social}" size="50" maxlength="255">
</td>
</tr>
<tr>
<th align="left">Perfil Central:</th>
<td>
<select name="perfil" style="width:400px;">
{$select_perfil}
</select>
</td>
</tr>
<tr>
<th align="left">Licença de P.A.:</th>
<td>
<input name="lca_pa" type="text" id="lca_pa" value="{$lca_pa}" size="10" maxlength="4">
</td>
</tr>
<tr>
<th align="left">Licença de P.A. Fixo:</th>
<td>
<input name="lca_pa_fixo" type="text" id="lca_pa_fixo" value="{$lca_pa_fixo}" size="10" maxlength="4">
</td>
</tr>
<tr>
<th align="left">Licença de Ramais:</th>
<td>
<input name="lca_ramais" type="text" id="lca_ramais" value="{$lca_ramais}" size="10" maxlength="4">
</td>
</tr>
{if '1' == '2'}
<tr>
<th align="left">Licença de Supervisor:</th>
<td>
<input name="lca_supervisor" type="text" id="lca_supervisor" value="{$lca_supervisor}" size="10" maxlength="4">
</td>
</tr>
<tr>
<th align="left">Licença de Pesquisa:</th>
<td>
<input name="lca_pesquisa" type="text" id="lca_pesquisa" value="{$lca_pesquisa}" size="10" maxlength="4">
</td>
</tr>
<tr>
<th align="left">Licença de Tarifador:</th>
<td>
<input name="lca_tarifador" type="text" id="lca_tarifador" value="{$lca_tarifador}" size="10" maxlength="4">
</td>
</tr>
<tr>
<th align="left">Licença de Mesa Operadora:</th>
<td>
<input name="lca_mesaoperadora" type="text" id="lca_mesaoperadora" value="{$lca_mesaoperadora}" size="10" maxlength="4">
</td>
</tr>
<tr>
<th align="left">Licença Manager One:</th>
<td>
<input name="lca_manager_one" type="text" id="lca_manager_one" value="{$lca_manager_one}" size="10" maxlength="4">
</td>
</tr>
{/if}
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td>
<input name="btGerar" type="submit" id="btGerar" value="Gerar">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
{/if}
{if $mensagem}
<table align="center" width="70%" class="formCad" style="margin-top: 10px">
<tr>
<td colspan="2">
<div class="alert alert-{$mensagem.type}">{$mensagem.msg}</div>
</td>
</tr>
</table>
{/if}
{/capture}