HB/templates/game/alliance_nm_search.tpl

18 lines
545 B
Smarty
Raw Normal View History

2008-11-17 11:00:00 +00:00
{include file='game/header.tpl'}
<table cellpadding="0" cellspacing="0" style="width: 60%;">
<thead>
<tr>
<th>[TAG] Alliance</th>
<th>Etat inscriptions </th>
</tr>
</thead>
<tbody>
{foreach from=$recherches item=recherche}
<tr>
<td><a href="{$menu.alliance}&amp;q=view&amp;i={$recherche.id}">[{$recherche.tag|upper}] {$recherche.nom}</a></td>
<td>{if $recherche.etat_inscription}Ouvertes{else}Fermées{/if}</td>
</tr>
{/foreach}
</tbody>
</table>
{include file='game/footer.tpl'}