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.
 
 
 
 
 
 

32 lines
1.4 KiB

{capture name="display"}<br />
<table class="grid" border="0" cellspacing="0" cellpadding="1">
<tr>
<th align="center">Dispositivo</th>
<th align="center">Data Inicial </th>
<th align="center">Data Final </th>
<th align="center">Empresa</th>
<th align="center">Depto</th>
<th align="center">&nbsp;</th>
</tr>
<tr>
<td align="center"> {$sites} </td>
<td align="center">{$dtIni}</td>
<td align="center">{$dtFim}</td>
<td align="center">{$empresas}</td>
<td align="center"><span id="deptos">Todos</span></td>
<td align="center" valign="middle">{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=174&idRel=174', 'impSaintesCentroCusto', '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>
<br />
<table width="99%" border="0" cellspacing="0" cellpadding="2" class="grid" align="center">
<tr>
<th colspan="4" align="center" style="font-size:larger; font-weight:bold"> Relat&oacute;rio Totalizador por Centro de Custo Detalhado</th>
</tr>
{$grid}
{$total}
</table>
{/capture}