forked from halo-battle/game
Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
29
onyx2/tpl/game/alliance/view.tpl
Normal file
29
onyx2/tpl/game/alliance/view.tpl
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{include file='game/header.tpl'}
|
||||
<h2>[{$alliance.tag|upper|escape}] {$alliance.nom_alliance|capitalize|escape}</h2>
|
||||
<table cellpadding="2" cellspacing="0" style="text-align: center; width: 100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2"><img src="{$alliance.image}" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; vertical-align: middle;"><strong>Nom : </strong></td>
|
||||
<td style="width: 70%;">{$alliance.nom|escape} ({$alliance.tag|upper|escape})</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right;"><strong>Membres : </strong></td>
|
||||
<td>{$nbmembres} (<a href="{$menu.alliance}&m={$alliance.id}">Liste des membres</a>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right;"><strong>Votre grade :</strong></td>
|
||||
<td>{$grade}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right;"><strong>Status des inscriptions :</strong></td>
|
||||
<td>{if $alliance.etat_inscription}Ouvertes{if !$planete->id_alliance} - <a href="{$menu.alliance}&postuler={$alliance.id}">Postuler</a>{/if}{else}Fermée{/if}</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>Présentation</h2>
|
||||
{$alliance.presentation|nl2br}
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue