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.
 
 
 
 
 
 

95 lines
4.7 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 align="center">Ramal Audio</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" value="{$src}"></td>
<td><input name="dst" id="dst" type="text" size="15" value="{$dst}"></td>
<td><input name="proto" id="proto" type="text" size="15" maxlength="15" value="{$proto}"></td>
<td align="center" nowrap>
<div class="btGeral" >
<input name="ramal_monitor" id="ramal_monitor" type="text" size="4" maxlength="4" style="border: 0;text-align: center;font-weight: bold" readonly="readonly" value="{$ramal_monitor}">
<a href="javaScript:RegistraRamalMonitorApl('23','{$nomeRamalMonitor}', '{$canalRamallMonitor}');"><img src="imgSite/audio-fone-registra-apl.png" style="position: relative; padding-right: 5px; padding-top: 5px;" title="Informe o ramal utilizadao para escuta dos <EFBFBD>udios!" width="16" height="16" border="0"></a>
</div>
</td>
</tr>
<tr>
<td>Dac(Fila)</td>
<td>Agente</td>
<td colspan="2">Classifica<EFBFBD><EFBFBD>o</td>
<td colspan="2">Item</td>
<td align="center" valign="middle">&nbsp;</td>
</tr>
<td>{$dacs}</td>
<td>{$agentes}</td>
<td colspan="2">{$class}</td>
<td colspan="2">{$itemClas}</td>
<td align="center" valign="middle"><input type="submit" name="btConsulta" id="btConsulta" value="Consultar"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" valign="top" colspan="2">
<table cellpadding="2" width="100%" class="grid">
<tr>
{if $mostraCallcenter}
<th align="left" class="headColun">Dispositivo</th>
<th align="left" class="headColun">Agente</th>
{/if}
<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>
{if $mostraCallcenter}
<th align="center" class="headColun">Protocolo</th>
<th align="center" class="headColun">Protocolo Integrado</th>
<th align="center" class="headColun">Classifica&ccedil;&atilde;o</th>
<th align="center" class="headColun">Item</th>
{/if}
<th align="center" class="headColun"> &Aacute;udio</th>
</tr>
{$linhas}
<tr>
<th align="center" colspan="{$colspan}">{$links}</th>
</tr>
</table>
</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}