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.
 
 
 
 
 
 

42 lines
1.3 KiB

{capture name="display"}
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="2" >
<tr align="center" valign="middle" >
<td height="50" colspan="3" class="formHed">
<img src="imgSite/sound22.png" width="22" align="absmiddle">
<span class="formHed">Áudios - </span>
{$nome_cliente}
</td>
</tr>
<tr>
<td><hr style="border: 1px solid #f2f2f2"></td>
</tr>
<tr>
<td>
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr>
<th align="left" nowrap>Data Hora</th>
<th align="left">Origem</th>
<th align="left">Destino</th>
<th align="left">Tempo</th>
<th align="left">Apelido</th>
<th align="left">Arquivo</th>
<th align="left">Evento</th>
<th align="center" width="25">&nbsp;</th>
</tr>
{$linhas}
</table>
</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}