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.

31 lines
1.3 KiB

{capture name="display"}
<table width="100%" align="center" border="0" cellpadding="2" cellspacing="0" class="agente">
<tr>
<td align="center"> <a href="javaScript:NovaJanela('index.php?idProg=18', 'agenteAgenda', '500', '400', 'resizable=NO,scrollbars=NO');"><img src="imgSite/agenda.png" alt="Agenda" width="32" height="32" border="0" align="absmiddle" title="Agenda"></a> <span style="font-face:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;">Transfer&ecirc;ncia</span></td>
</tr>
<tr>
<td valign="top" ></td>
</tr>
<tr>
<td valign="top" >
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr align="left">
<th nowrap>Data</th>
<th nowrap>Agente</th>
<th>Fone</th>
<th align="right">Destino</th>
<th align="center">Dura&ccedil;&atilde;o</th>
<th align="center">Status</th>
</tr>
{$linhas}
<tr align="left">
<td colspan="6">Total: {$total}</td>
</tr>
</table>
</td>
</tr>
</table>
{/capture}