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.3 KiB

{capture name="display"}
<input name="itgc_id" type="hidden" id="itgc_id" value="{$itgc_id}" />
<input name="itgm_id_pai" type="hidden" id="itgm_id_pai" value="{$itgm_id_pai}" />
<table width="100%" border="0" cellpadding="2" cellspacing="0" class="filtro">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr class="headColun">
<td align="center">
<img src="imgSite/cliente.gif" width="32" height="32" align="absmiddle">
<span class="formHed">Integra&ccedil;&atilde;o Ativa {if !$itgm_id_pai}M&eacute;todos{else}Eventos{/if}</span>
</td>
<td align="right">
{$itgm_new}
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr class="headColun">
<th width="30" align="right">Id</th>
<th align="left" nowrap>Nome</th>
<th align="left">Retorno</th>
<th align="center" colspan="{$itgm_colspan}">Opera&ccedil;&otilde;es</th>
</tr>
{$linhas}
</table>
</td>
</tr>
{if $itgm_id_pai}
<tr>
<th align="center">
<a href="index.php?idProg=191&formAction=0&itgc_id={$itgc_id}">
<img src="imgSite/voltar32.png" width="32" height="32" align="absmiddle"/>
<span style="font-size:large">Voltar</span>
</a>
</th>
</tr>
{/if}
</table>
{/capture}