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.
 
 
 
 
 
 

56 lines
2.7 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>&nbsp;</td>
<td>Data Inicial </td>
<td>Data Final</td>
<td>Ramal </td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
{$dacs}
</td>
<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><input name="ramal" type="text" id="ramal" value="{$ramal}" size="12" maxlength="10"></td>
<td><input type="submit" name="btConsulta" id="btConsulta" value="Consultar" style="width: 133px;"></td>
<td align="center" valign="middle">{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=38', 'impRelChamRamal', '720', '700', 'scrollbars=YES');"><img id="imgRel" 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 cellpadding="2" width="780" class="grid">
<tr >
<th align="center">&nbsp;</th>
<th colspan="3" align="center">&nbsp;</th>
<th colspan="2" align="center">&nbsp;</th>
<th colspan="2" align="center">&nbsp;</th>
</tr>
<tr>
<th width="100" align="center" class="headColun">&nbsp;</th>
<th width="80" align="center" class="headColun">&nbsp;</th>
<th width="80" align="center" class="headColun">&nbsp;</th>
<th width="120" align="center" class="headColun">&nbsp;</th>
<th width="80" align="center" class="headColun">&nbsp;</th>
<th width="120" align="center" nowrap class="headColun">&nbsp;</th>
<th width="80" align="center" nowrap class="headColun">&nbsp;</th>
<th width="120" align="center" nowrap class="headColun">&nbsp;</th>
</tr>
{$linhas}
</table></td>
</tr>
<tr>
<td>Legenda</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
{/capture}