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.
 
 
 
 
 
 

44 lines
2.1 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><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">{$deptos}</span></td>
<td align="center" valign="middle">{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=170', '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></td>
</tr>
<tr>
<td>
<table cellpadding="2" width="800" class="grid">
<tr >
<th colspan="4" align="center"> Opera&ccedil;&atilde;o</th>
</tr>
<tr>
<th align="left" class="headColun">Conta {$matricula}</th>
<th align="left" class="headColun">Usu&aacute;rio {$apelido}</th>
<th align="right" class="headColun">Qtde {$qtde}</th>
<th align="right" class="headColun">Dura&ccedil;&atilde;o {$billsec}</th>
</tr>
{$linhas}
</table></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
{/capture}