game/onyx/tpl_compile/%%65^65B^65BDA8F5%%alliance_emprunt.tpl.php

30 lines
1.7 KiB
PHP

<?php /* Smarty version 2.6.19, created on 2008-09-20 00:10:49
compiled from game/alliance_emprunt.tpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<h2>Emprunter des ressources &agrave; la banque d'alliance</h2>
<form method="post" action="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
&amp;q=emprunt">
<fieldset class="options">
<label for="metal"><?php echo $this->_tpl_vars['nomsressources']['0']; ?>
(max : <?php echo $this->_tpl_vars['alliance']['metalS']; ?>
) :</label><input type="text" class="text" id="metal" name="metal" maxlength="5" /><br />
<label for="cristal"><?php echo $this->_tpl_vars['nomsressources']['1']; ?>
(max : <?php echo $this->_tpl_vars['alliance']['cristalS']; ?>
) :</label><input type="text" class="text" id="cristal" name="cristal" maxlength="5" /><br />
<label for="hydrogene"><?php echo $this->_tpl_vars['nomsressources']['2']; ?>
(max : <?php echo $this->_tpl_vars['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>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/footer.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>