Version 1.9a
This commit is contained in:
parent
5f81f76b17
commit
d028822d0b
437 changed files with 27543 additions and 81793 deletions
11
templates/game/alliance_donner.tpl
Normal file
11
templates/game/alliance_donner.tpl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{include file='game/header.tpl'}
|
||||
<h2>Donner des ressources à l'alliance</h2>
|
||||
<form method="post" action="{$menu.alliance}&q=donner">
|
||||
<fieldset class="options">
|
||||
<label for="metal">{$nomsressources.0} (max : {$planete->metal|separernombres}) :</label><input type="text" class="text" id="metal" name="metal" maxlength="5" /><br />
|
||||
<label for="cristal">{$nomsressources.1} (max : {$planete->cristal|separernombres}) :</label><input type="text" class="text" id="cristal" name="cristal" maxlength="5" /><br />
|
||||
<label for="hydrogene">{$nomsressources.2} (max : {$planete->hydrogene|separernombres}) :</label><input type="text" class="text" id="hydrogene" name="hydrogene" maxlength="5" /><br />
|
||||
<br /><input type="submit" class="submit" value="Donner" />
|
||||
</fieldset>
|
||||
</form>
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue