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.
 
 
 
 
 
 

70 lines
3.1 KiB

{capture name="display"}
<table width="100%" border="0" class="formCad" cellpadding="5" cellspacing="0">
<tr align="center" valign="middle">
<td height="50" colspan="2" class="formHed">
<span class="formHed">
<img src="imgSite/history.png" align="absmiddle" width="32" height="32">Hist&oacute;rico das Chamadas
</span>
</td>
</tr>
<tr>
<td><hr style="border: 1px solid #f2f2f2"></td>
</tr>
<tr>
<td>
<table class="filtro" border="0" cellpadding="2" cellspacing="0">
<tr>
<td colspan="1">Telefone(Origem/Destino)</td>
<td colspan="1">&nbsp;</td>
</tr>
<tr>
<td><input name="telefone" type="text" size="15" maxlength="15" value="{$telefone}" title="Informe o telefone de Origem ou Destino para consultar!"></td>
<td><input name="btConsulta" type="submit" id="btConsulta" value="Consultar"></td>
</tr>
</table>
<br />
</td>
</tr>
<tr>
<td><hr style="border: 1px solid #f2f2f2"></td>
</tr>
<tr>
<td valign="top" >
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr>
<td valign="middle" nowrap>
<input name="btAnota" type="submit" id="btAnota2" value="Atualizar" title="Para pesquisar deixe o texto em branco!">
</td>
<td width="90%">
<span style="font-family: Arial, Helvetica, sans-serif" color="{$corErro}">
<strong>Erros: {if $msg} {$msg} {else} Nenhum {/if}</strong>
</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" >
<div style="max-width: 1300px;">
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr align="center">
<th width="80">Data</th>
<th width="103">Hora Fila</th>
<th width="103">Hora Atendimeto</th>
<th width="101">Origem/Destino</th>
<th width="101">Dura&ccedil;&atilde;o</th>
<th width="134">Protocolo</th>
<th width="113">Dire&ccedil;&atilde;o</th>
<th width="76">A&ccedil;&atilde;o</th>
<th width="76"><EFBFBD>udio</th>
</tr>
{$linhas}
</table>
</div>
</td>
</tr>
</table>
{/capture}