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.
 
 
 
 
 
 

64 lines
3.8 KiB

{capture name="display"}
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td><table class="filtro" border="0" cellspacing="0" cellpadding="1">
<tr>
<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>&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>
<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="T" {if $tipoAtendimento == 'T'}checked {/if}>
Todos
<input name="rbAtendimento" class="clean" type="radio" value="S" {if $tipoAtendimento == 'S'}checked {/if}>
Atendidas
<input name="rbAtendimento" class="clean" type="radio" value="N" {if $tipoAtendimento == 'N'}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">Tempo</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}
</table>
</td>
</tr>
</table>
{/capture}