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.

63 lines
3.1 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<!-- Tabela de filtros -->
<table class="filtro" border="0" cellspacing="0" cellpadding="1">
<tr>
<td>Data Inicial </td>
<td>Data Final </td>
<td>M<EFBFBD>dulos</td>
<td>Usu<EFBFBD>rios</td>
<td>Requisi<EFBFBD><EFBFBD>o</td>
<td>Log</td>
<td>&nbsp;</td>
<td align="center" valign="middle">&nbsp;</td>
</tr>
<tr>
<td><input name="dataIni" id="dataIni" type="text" size="15" onkeyup="formataData(this)" maxlength="10" value="{$dtIni}" /></td>
<td><input name="dataFim" id="dataFim" type="text" size="15" onkeyup="formataData(this)" maxlength="10" value="{$dtFim}" /></td>
<td>{$modulos}</td>
<td><span id="agentes">{$usuarios}</span></td>
<td>
<select name="request">
<option value="">Todas</option>
<option value="POST">POST</option>
<option value="GET">GET</option>
</select>
</td>
<td>
<input type="text" name="full_log"/>
</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=304', 'logFullDetalhes', '720', '700', 'scrollbars=YES');"><img src="imgSite/print.gif" alt="Clique aqui para imprimir!" width="24" height="24" border="0" onclick="window.print();"></a>{else} &nbsp;{/if}</td>-->
</tr>
</table>
</td></tr>
<tr>
<td>
<!-- Tabela de dados. -->
<table width="100%" cellpadding="2" class="grid">
<tr align="center">
<th nowrap class="headColun" width="15%">M<EFBFBD>dulo</th>
<th align="left" nowrap class="headColun" width="10%">Usu<EFBFBD>rio</th>
<th nowrap class="headColun" width="8%">Data</th>
<th nowrap class="headColun" width="8%">Ip</th>
<th nowrap class="headColun" width="8%">Requisi<EFBFBD><EFBFBD>o</th>
<th class="headColun">Dados</th>
<th class="headColun">Detalhes</th>
</tr>
{$linhas}
</table>
</td>
</tr>
{if $msg}
<tr>
<td>{$msg}</td>
</tr>
{/if}
</table>
{/capture}