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.
 
 
 
 
 
 

140 lines
6.8 KiB

{capture name="display"}
<table align="center" width="98%" border="0" cellspacing="0" cellpadding="2" class="formCad">
<tr align="center" valign="middle" >
<td height="50" colspan="3" class="formHed">
<img src="imgSite/usuarios.gif" width="32" height="32" align="absmiddle">
<span class="formHed">Cadastro de {$nomeCadCli} </span>
</td>
</tr>
<tr>
<td>
<table align="center" width="100%">
<!-- TABELA DA EMPRESA -->
<tr>
<th width="5" align="left">Id</th>
<th width="120" align="left">Razão Social</th>
<th width="30" align="left">
<input name="client_tipo_documento" type="radio" value="CPF" {if $client_tipo_documento == 'CPF'}checked{/if} onClick="SetTipoContrib('CPF')">
Cpf
<input name="client_tipo_documento" type="radio" value="CNPJ" {if $client_tipo_documento == 'CNPJ'}checked{/if} onClick="SetTipoContrib('CNPJ')">
CNPJ
<input name="client_tipo_documento" type="radio" value="IE" {if $client_tipo_documento == 'IE'}checked{/if} onClick="SetTipoContrib('IE')">
IE
<input name="client_tipo_documento" type="radio" value="CRC" {if $client_tipo_documento == 'CRC'}checked{/if} onClick="SetTipoContrib('CRC')">
Crc
<input name="client_tipo_documento" type="radio" value="Outro" {if $client_tipo_documento == 'OUTRO'}checked{/if} onClick="SetTipoContrib('OUTRO')">
Outro
</th>
</tr>
<tr>
<td width="5%">{$client_id} <input name="client_id" value="{$client_id}" hidden></td>
<td><input name="client_razao_social" type="text" id="client_razao_social" value="{$client_razao_social}" size="65" maxlength="60"></td>
<td><input name="client_documento" type="text" id="client_documento" value="{$client_documento}" size="30" maxlength="30"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<td>
<table align="center" width="100%">
<!-- TABELA DE CONTATO -->
<tr>
<th align="left">Nome do Responsável</th>
<th align="left">Fone</th>
<th width="120" align="left">Email</th>
</tr>
<tr>
<td><input name="client_nome_contato" type="text" id="client_nome_contato" value="{$client_nome_contato}" size="33" maxlength="50" ></td>
<td><input name="client_telefone" type="text" id="client_telefone" value="{$client_telefone}" size="33" maxlength="20" ></td>
<td><input name="client_email" type="text" id="client_email" value="{$client_email}" size="30" maxlength="50" ></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<td>
<table align="center" width="100%">
<!-- TABELA DE STATUS -->
<tr>
<th width="100" align="left">Contatar</th>
<th width="150" align="left">Status</th>
<th width="130" align="left">Agendamentos</th>
<th align="left">Ações</th>
<th align="left">Última Modificação</th>
</tr>
<tr class="grid">
<td>{$client_tipo_contato}</td>
<td>{$client_status}</td>
<td><input name="client_agenda" id="dataIni" type="text" size="25" maxlength="16" value="{$client_agenda}" onkeyup="formataDataHora(this)" title="dd/mm/aaaa 00:00"> <input name="intg_agenda" type="checkbox" value="1"> Google Calendar</td>
<td class="grid">{$mailsend} &nbsp; {$contatos} &nbsp; {$linkRamal}</td>
<td>Agente: {$modificado} | Data: {$client_update}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<td>
<table align="center" width="100%">
<!-- TABELA DE STATUS -->
<tr>
<th width="120" align="left">Anotações</th>
</tr>
<tr>
<td><textarea name="client_obs" id="client_obs" rows="4" cols="109" >{$client_obs}</textarea></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table align="center" width="100%">
<!-- TABELA DE STATUS -->
<tr>
<td>
<input name="formAcaoDesc" type="submit" id="formAcaoDesc" value="{$formAcaoDesc}">
<input name="formAction" type="hidden" id="formAction" value="{$formAction}">
<input name="client_id" type="hidden" id="client_id" value="{$client_id}">
</td>
</tr>
</table>
</td>
</tr>
<tr align="center">
<td style="height:40px;" colspan="2"><span id="msgErro" style="height:60px; width:100%; font-size:11px; font-weight:bold; color: {if $msgErro}#FF0000;{else}#0000FF{/if}">{if $msgErro}{$msgErro}{else}{if $msg}{$msg}{else}&nbsp;{/if}{/if}</span></td>
</tr>
</table>
<br>
{if $anotacao}
<table align="center" width="98%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr align="center" valign="middle" >
<th align="left" width='15%'>Data/Hora</th>
<th align="left" width='15%'>Agente</th>
<th align="left">Anotação</th>
</tr>
{$anotacao}
<tr>
<th align="center" colspan="4"><table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2"><tr><th align="center" style="width: 90%; border:0;">{$links}</th><th align="right" style="width: 10%; border:0;">{$pagMostra}/{$totalReg}</th></tr></table></th>
</tr>
</table>
{/if}
{/capture}