game/includes/onyx/templates/templates_c/%%BB^BB7^BB748B33%%alliance_nm_postuler.tpl.php

36 lines
1.9 KiB
PHP
Raw Normal View History

2008-11-18 11:00:00 +00:00
<?php /* Smarty version 2.6.19, created on 2008-05-17 18:36:57
compiled from game/alliance_nm_postuler.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);
?>
<div class="border_top"></div>
<h2>Postuler pour l'alliance : <?php echo $this->_tpl_vars['alliance']['nom']; ?>
</h2>
<form action="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
&amp;q=postuler&amp;i=2" method="post">
<table style="width: 100%;">
<tr>
<td>Message de motivation </td>
<td><textarea name="message" cols="53" rows="6" id="message"></textarea></td>
<td rowspan="3"><div style="text-align: justify;">Une adh&eacute;sion &agrave; une alliance ne se fait pas automatiquement. Vous devez d'abord demand&eacute; &agrave; &ecirc;tre recrut&eacute;, via le formulaire ci-joint. Les fondateurs de l'alliance d&eacute;cideront ensuite de vous accepter, ou non, au sein de leur groupe. </div></td>
</tr>
<tr>
<td colspan="2">Une lettre de motivation courte est en g&eacute;n&eacute;ral appreci&eacute;e, et peut vous aider dans votre recrutement. Un fran&ccedil;ais correct est de rigueur. </td>
</tr>
<tr>
<td colspan="2">
<input name="id" type="hidden" id="id" value="<?php echo $this->_tpl_vars['alliance']['id']; ?>
" />
<?php if ($this->_tpl_vars['alliance']['etat_inscription']): ?><input type="submit" class="submit" value="GO" /><?php else: ?>Inscriptions ferm&eacute;es.<?php endif; ?>
</td>
</tr>
</table>
</form>
<div class="border_bt"></div>
<?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);
?>