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
12
onyx2/tpl/game/alliance/nm_statut.tpl
Normal file
12
onyx2/tpl/game/alliance/nm_statut.tpl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{include file='game/header.tpl'}
|
||||
<h2>Alliance en fondation</h2>
|
||||
<h3><strong>Nom :</strong> {$alliance.nom_alliance}</h3>
|
||||
<h3><strong>Tag :</strong> {$alliance.tag|upper}</h3><br />
|
||||
<h2>Signatures</h2>
|
||||
<h3><strong>Actuellement :</strong> {$nbSignatures}</h3>
|
||||
<h3><strong>Nécessaire :</strong> 4</h3>
|
||||
<h3><strong>Signataires :</strong> {foreach from=$pseudos key=k item=pseudo}{if $k != 0}, {/if}{$pseudo.pseudo}{/foreach}</h3><br />
|
||||
<h2>Autre</h2>
|
||||
<h3><a href="?p=alliances&q=fonder&r=quit">Quitter l'alliance</a></h3>
|
||||
<h3><strong>Lien de signature :</strong> <a href="http://{$url_serveur}/{$first_page}?p=alliances&signer={$alliance.lien}">http://{$url_serveur}/{$first_page}?p=alliances&signer={$alliance.lien}</a></h3>
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue