HB/templates/game/alliance_emprunt.tpl

13 lines
948 B
Smarty

{include file='game/header.tpl'}
<h2>Emprunter des ressources &agrave; la banque d'alliance</h2>
<form method="post" action="{$menu.alliance}&amp;q=emprunt">
<fieldset class="options">
<label for="metal">{$nomsressources.0} (max : {$alliance.metalS}) :</label><input type="text" class="text" id="metal" name="metal" maxlength="5" /><br />
<label for="cristal">{$nomsressources.1} (max : {$alliance.cristalS}) :</label><input type="text" class="text" id="cristal" name="cristal" maxlength="5" /><br />
<label for="hydrogene">{$nomsressources.2} (max : {$alliance.hydrogeneS}) :</label><input type="text" class="text" id="hydrogene" name="hydrogene" maxlength="5" /><br /><br />
<label for="raison">Raison de l'emprunt :</label><br />
<textarea name="raison" id="raison"></textarea><br />
<br /><input type="submit" class="submit" value="Demander" />
</fieldset>
</form>
{include file='game/footer.tpl'}