HB/templates/game/alliance_adm_admin.tpl

47 lines
2.2 KiB
Smarty

{include file='game/header.tpl'}
<h2>Administration de l'alliance</h2>
{include file='game/alliance_adm_header.tpl'}
<br />
<h2>Administration de l'alliance</h2>
<form method="post" action="{$menu.alliance}&amp;q=adm_alliance">
<table style="width: 100%;">
<tr>
<td style="width: 17%;"><strong><label for="nom">Nom :</label></strong></td>
<td colspan="3">{$alliance.nom}</td>
</tr>
<tr>
<td><strong><label for="tag">Tag :</label></strong></td>
<td colspan="3">{$alliance.tag|upper}</td>
</tr>
<tr>
<td><strong>Defcon : </strong></td>
<td><select name="defcon" id="defcon">{html_options values=$niveauxi selected=$alliance.defcon output=$niveaux}</select></td>
<td><strong><label for="defcon_txt">Message du Defcon :</label></strong></td>
<td><input name="defcon_txt" type="text" id="defcon_txt" value="{$alliance.defcon_txt}" /></td>
</tr>
{if $access.fondateur}
<tr>
<td><strong><label>Fondateur :</label></strong></td>
<td><select name="fondateur" id="fondateur">{html_options values=$membresi selected=$alliance.fondateur output=$membres}</select></td>
<td><strong>Dissoudre l'alliance</strong></td>
<td>Ecrivez votre mot de passe dans le champ ci-dessous :<br /><input name="pswd_admin" type="password" id="pswd_admin" /></td>
</tr>
{/if}
<tr>
<td><strong><label for="etat_inscription">Etat des candidatures :</label></strong></td>
<td colspan="3"><select name="etat_inscription" id="etat_inscription">{html_options values=$etatinscripti selected=$alliance.etat_inscription output=$etatinscript}</select></td>
</tr>
<tr>
<td><strong><label for="image">Url de l'image :</label></strong></td>
<td colspan="3"><input name="image" type="text" id="image" value="{$alliance.image}" /></td>
</tr>
<tr>
<td><strong><label for="url">Url du forum de l'alliance :</label></strong></td>
<td colspan="3"><input name="url" type="text" id="url" value="{$alliance.url}" /></td>
</tr>
<tr>
<td colspan="4"><input type="submit" class="submit" value="Ok" /></td>
</tr>
</table>
</form>
{include file='game/footer.tpl'}