HB/includes/onyx/templates/templates_c/%%12^128^12871090%%alliance_nm_view.tpl.php

64 lines
3.0 KiB
PHP

<?php /* Smarty version 2.6.19, created on 2008-05-17 18:50:33
compiled from game/alliance_nm_view.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'game/alliance_nm_view.tpl', 3, false),array('modifier', 'capitalize', 'game/alliance_nm_view.tpl', 3, false),array('modifier', 'nl2br', 'game/alliance_nm_view.tpl', 29, false),)), $this); ?>
<?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>[<?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['tag'])) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp)); ?>
] <?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['nom'])) ? $this->_run_mod_handler('capitalize', true, $_tmp) : smarty_modifier_capitalize($_tmp)); ?>
</h2>
<table cellpadding="2" cellspacing="0" style="text-align: center; width: 100%;">
<tbody>
<tr>
<td colspan="2"><img src="<?php echo $this->_tpl_vars['alliance']['image']; ?>
" /></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><strong>Nom : </strong></td>
<td style="width: 70%;"><?php echo $this->_tpl_vars['alliance']['nom']; ?>
(<?php echo $this->_tpl_vars['alliance']['tag']; ?>
)</td>
</tr>
<tr>
<td style="text-align: right;"><strong>Membres : </strong></td>
<td><?php echo $this->_tpl_vars['nbmembre']; ?>
(<a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
&amp;q=liste&amp;i=<?php echo $this->_tpl_vars['alliance']['id']; ?>
">Liste des membres</a>)</td>
</tr>
<tr>
<td style="text-align: right;"><strong>Votre grade :</strong></td>
<td>Invité</td>
</tr>
<tr>
<td style="text-align: right;"><strong>Status des inscriptions :</strong></td>
<td><?php if ($this->_tpl_vars['alliance']['etat_inscription']): ?>Ouvertes - <a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
&amp;q=postuler&amp;i=<?php echo $this->_tpl_vars['alliance']['id']; ?>
">Postuler</a><?php else: ?>Ferm&eacute;e<?php endif; ?></td>
</tr>
</tr>
</tbody>
</table>
<h2>Présentation</h2>
<?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['presentation'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
<table style="width: 100%;">
<tbody>
<tr>
<td style="text-align: right;"><strong>Forum :</strong></td>
<td style="width: 70%;"><a href="<?php echo $this->_tpl_vars['alliance']['url']; ?>
"><?php echo $this->_tpl_vars['alliance']['url']; ?>
</a></td>
</tr>
</tbody>
</table>
<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);
?>