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.

66 lines
3.1 KiB

{capture name="display"}
<br/>
<table width="95%" border="0" cellpadding="2" cellspacing="0" class="grid" style="margin:auto">
<tr>
<th align="center">&Uacute;ltimas 5 atualiza&ccedil;&otilde;es </th>
</tr>
<tr>
<td>
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr class="headColun">
<th align="right">Id</th>
<th align="left" nowrap="nowrap">Arquivo</th>
<th align="center">Data</th>
<th align="right">Registros</th>
<th align="center">Mensagem</th>
<th align="center">Erros</th>
</tr>
{$linhasAtu}
</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr class="headColun" style="font-size:larger">
<th width="80%" align="center">Atualiza&ccedil;&otilde;es por Cliente</th>
<th width="80%" align="center">
<input type="radio" name="filtro" id="filtro1" value="1" onchange="submit()" {if $filtro == 1}checked="checked"{/if}> Ativos
<input type="radio" name="filtro" id="filtro2" value="2" onchange="submit()" {if $filtro == 2}checked="checked"{/if}> Inativos
<input type="radio" name="filtro" id="filtro3" value="3" onchange="submit()" {if $filtro == 3}checked="checked"{/if}> Ambos
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr class="headColun" style="font-size:larger">
<th align="right">Id</th>
<th align="left" nowrap="nowrap">Id Portabilidade</th>
<th align="left">Nome</th>
<th align="center">Data</th>
<th align="center">Status</th>
<th align="right">Atualiza&ccedil;&atilde;o</th>
<th align="center" colspan="5">&nbsp;</th>
</tr>
{$linhasAtuCli}
</table>
</td>
</tr>
<tr>
<td><img src="imgSite/ampulheta.png" alt="Aguardando Instala&ccedil;&atilde;o" width="16" height="16" align="absmiddle"/>Aguardando Instala&ccedil;&atilde;o &nbsp;&nbsp;&nbsp;<img src="imgSite/button_ok16.png" alt="Instalado" width="16" height="16" align="absmiddle"/> Instalado &nbsp;&nbsp;&nbsp;<img src="imgSite/parcial16.gif" alt="Atualiza&ccedil;&otilde;es Pendentes" width="16" height="16" align="absmiddle"/> Atualiza&ccedil;&ocirc;es Pendentes &nbsp;&nbsp;&nbsp;<img src="imgSite/cadeado.gif" alt="Bloqueado" width="16" height="16" align="absmiddle"/> Bloqueado</td>
</tr>
</tr>
</table>
<table align="center" class="{if $erro}displayErros{else}displayMsg{/if}">
<tr>
<td>{$msg}</td>
</tr>
</table>
{/capture}