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.

51 lines
2.0 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table cellpadding="2" class="grid" style="width:100%">
<tr >
<th colspan="6" align="center"><span class="cabRelatorioBase">Informa<EFBFBD><EFBFBD>es da Classifica<EFBFBD><EFBFBD>o</span></th>
</tr>
<tr>
<th align="center" class="headColun">Agente da Classifica<EFBFBD><EFBFBD>o</th>
<th align="center" class="headColun">Data e Hora </th>
<th align="center" class="headColun">Agente da Edi<EFBFBD><EFBFBD>o</th>
<th align="center" class="headColun">Data e Hora da Edi<EFBFBD><EFBFBD>o</th>
</tr>
{$linhas}
</table>
</td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th colspan="3" align="center">
Classificar</th>
</tr>
<tr>
<th>Classifica<EFBFBD><EFBFBD>o</th>
<th>Item</th>
<th>Classificar</th>
</tr>
<tr align="center">
<td><span id="classifica">{$classifica}</span></td>
<td><span id="clasItem">{$clas_item}</span></td>
<td><input name="bt_classifica" type="submit" id="bt_classifica" value="Classificar" style="width:100px" /></td>
</tr>
<tr>
<th colspan="3">&nbsp;</th>
</tr>
</table>
</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}