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.
 
 
 
 
 
 

75 lines
3.0 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td colspan="2">
<table class="filtro" border="0" cellspacing="0" cellpadding="1">
<tr>
<td>Tipo</td>
<td>Data Inicial </td>
<td>Data Final </td>
<td>Origem</td>
<td>Destino</td>
<td>Protocolo</td>
<td valign="middle" rowspan="2">
<td align="center" valign="middle">&nbsp;</td>
</tr>
<tr>
<td valign="middle">
<div class="btGeral">
<input type="radio" name="tipoConsulta" id="tipoConsultaCall" value="0" {if $tipo == 0}checked="checked"{/if}>Call Center
<input type="radio" name="tipoConsulta" id="tipoConsultaPbx" value="1" {if $tipo == 1}checked="checked"{/if}>Pbx
<input type="radio" name="tipoConsulta" id="tipoConsultaTodos" value="2" {if $tipo == 2}checked="checked"{/if}>Ambos
</div>
</td>
<td><input name="dataIni" id="dataIni" type="text" size="15" maxlength="10" value="{$dtIni}"></td>
<td><input name="dataFim" id="dataFim" type="text" size="15" maxlength="10" value="{$dtFim}"></td>
<td><input name="src" id="src" type="text" size="15" maxlength="10" value="{$src}"></td>
<td><input name="dst" id="dst" type="text" size="15" maxlength="10" value="{$dst}"></td>
<td><input name="proto" id="proto" type="text" size="15" maxlength="11" value="{$proto}"></td>
<td align="center" valign="middle"><input type="submit" name="btConsulta" id="btConsulta" value="Consultar"></td>
</tr>
</table></td>
</tr>
<tr>
<td width="{$filtroWidth}" style="width:{$filtroWidth}px" align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid" style="width:{$filtroWidth}px">
<tr>
<th align="center">Filtros</th>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</td>
<td align="left" valign="top">
<table cellpadding="2" width="100%" class="grid">
<tr>
<th align="left" class="headColun">Dispositivo</th>
<th align="left" class="headColun">Agente</th>
<th align="left" class="headColun">Data e Hora </th>
<th align="center" class="headColun">Dura&ccedil;&atilde;o</th>
<th align="left" class="headColun">Origem</th>
<th align="left" class="headColun">Destino</th>
<th align="left" class="headColun">Dire&ccedil;&atilde;o</th>
<th align="center" class="headColun">Protocolo</th>
<th align="center" class="headColun">Classifica&ccedil;&atilde;o</th>
<th align="center" class="headColun">Item</th>
<th align="center" class="headColun"> &Aacute;udio</th>
</tr>
{$linhas}
</table>
</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}