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.
 
 
 
 
 
 

105 lines
5.0 KiB

{capture name="display"}
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table class="filtro" border="0" cellspacing="0" cellpadding="1">
<tr>
<!--<td>Dispositivo</td>-->
<td>&nbsp;</td>
<td>Data Inicial </td>
<td>Data Final</td>
<td>Dura&ccedil;&atilde;o</td>
<td>Tipo Atendimento</td>
<td>
<input type="radio" name="fonePesquisa" value="0" {if $fonePesquisa == 0}checked="checked" {/if}>Origem
<input type="radio" name="fonePesquisa" {if $fonePesquisa == 1}checked="checked" {/if} value="1">Destino
<input type="radio" name="fonePesquisa" {if $fonePesquisa == 2}checked="checked" {/if} value="2">Ambos
</td>
<td>&nbsp;</td>
</tr>
<tr>
<!--<td>{$sites}</td>-->
<td>&nbsp;</td>
<td><input name="dataIni" id="dataIni" type="text" size="15" maxlength="10" value="{$dtIni}" title="dd/mm/aaaa"></td>
<td><input name="dataFim" id="dataFim" type="text" size="15" maxlength="10" value="{$dtFim}" title="dd/mm/aaaa"></td>
<!--<td><input name="ramal" type="text" id="ramal" value="{$ramal}" size="12"></td>-->
<td>
<div class="geral">
<input name="rbDuracao" class="clean" type="radio" value="1" {if $duracao == 1}checked {/if}>
Todos
<input name="rbDuracao" class="clean" type="radio" value="2" {if $duracao == 2}checked {/if}>
maior que(&gt;0)
<input name="rbDuracao" class="clean" type="radio" value="3" {if $duracao == 3}checked {/if}>
Igual(
= 0)
</div>
</td>
<td>
<div class="geral">
<input name="rbAtendimento" class="clean" type="radio" value="1" {if $tipoAtendimento == '1'}checked {/if}>
Todos
<input name="rbAtendimento" class="clean" type="radio" value="2" {if $tipoAtendimento == '2'}checked {/if}>
Atendidas
<input name="rbAtendimento" class="clean" type="radio" value="3" {if $tipoAtendimento == '3'}checked {/if}>
N<EFBFBD>o Atendidas
</div>
</td>
<td>
<input name="telefone" type="text" id="telefone" size="20" value="{$telefone}">
</td>
<td>
<input type="submit" name="btConsulta" id="btConsulta" value="Consultar" style="width: 133px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" cellpadding="2" class="grid">
<tr align="center">
<th class="headColun">Data/Hora</th>
<th align="left" class="headColun">Origem</th>
<th align="left" class="headColun">Destino</th>
<th align="left" class="headColun">Tipo</th>
<th align="center" class="headColun">Dura<EFBFBD><EFBFBD>o</th>
<th align="center" class="headColun">Atendida</th>
<th align="left" class="headColun">Fila</th>
<th align="left" class="headColun">Agente</th>
<th align="left" class="headColun">Munic<EFBFBD>pio</th>
<th align="center" class="headColun">UF</th>
</tr>
{$linhas}
{if $message}
<tr>
<td colspan="10">{$message}</td>
</tr>
{/if}
{$linhaTotal}
</table>
</td>
</tr>
</table>
<br>
<table class="grid" border="0" cellpadding="2" width="40%">
<tr>
<th colspan="2">Tipos de Liga<EFBFBD><EFBFBD>es</th>
</tr>
{$ltTipos}
</table>
<br>
<table cellpadding="2" width="40%" class="grid" border="1">
<tr>
<th>
Legenda
</th>
</tr>
<tr>
<td>
<font face="Helvetica,sans-serif,Arial" size="2"><b>NI</b> - N<EFBFBD>o Identificada </font>
</td>
</tr>
</table>
{/capture}