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.0 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><table class="filtro" border="0" cellspacing="0" cellpadding="1">
<tr>
<td>Dispositivo</td>
<td>Data Inicial </td>
<td>Data Final </td>
<td>Agente</td>
<td>&nbsp;</td>
<td align="center" valign="middle">&nbsp;</td>
</tr>
<tr>
<td>{$dacs}</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><span id="agentes">{$agentes}</span></td>
<td><input type="submit" name="btConsulta" id="btConsulta" value="Consultar" /></td>
<td align="center" valign="middle">{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=176', 'pausasDetalhado', '800', '700', 'scrollbars=YES');"><img src="imgSite/print.gif" alt="Clique aqui para imprimir!" width="24" height="24" border="0"></a>{else} &nbsp;{/if}</td>
</tr>
</table></td></tr>
<tr>
<td>
<table width="100%" cellpadding="2" class="grid">
<tr align="center">
<th nowrap class="headColun">Dac</th>
<th align="left" nowrap class="headColun">Agente</th>
<th nowrap class="headColun">Ramal</th>
<th nowrap class="headColun">In&iacute;cio</th>
<th nowrap class="headColun">Fim</th>
<th nowrap class="headColun">Dura&ccedil;&atilde;o</th>
<th align="left" nowrap class="headColun">Motivo</th>
<th nowrap class="headColun">Produtiva</th>
<th nowrap class="headColun">Obs</th>
</tr>
{$linhas}
</table>
</td>
</tr>
<tr>
<td>
<table cellpadding="2" class="grid">
<tr align="center">
<th nowrap class="headColun">Dac</th>
<th align="left" nowrap class="headColun">Agente</th>
<th align="left" nowrap class="headColun">Motivo</th>
<th nowrap class="headColun">Dura&ccedil;&atilde;o</th>
<th nowrap class="headColun">Produtiva</th>
</tr>
{$linhasResumo}
</table>
</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}