forked from halo-battle/game
Version 1.0a
This commit is contained in:
parent
e391f66774
commit
6a19363758
908 changed files with 22193 additions and 17408 deletions
|
|
@ -0,0 +1,49 @@
|
|||
{include file='game/header.tpl'}
|
||||
<div class="border_top"></div>
|
||||
<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}&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>
|
||||
<div class="border_bt"></div>
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue