HB/includes/onyx/templates/templates_c/%%0A^0A4^0A4D5AE7%%vflotte.tpl.php

54 lines
2.3 KiB
PHP
Raw Normal View History

2008-12-01 11:00:00 +00:00
<?php /* Smarty version 2.6.19, created on 2008-05-30 01:49:35
compiled from admin/vflotte.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date_format', 'admin/vflotte.tpl', 19, 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>Vérification des flottes</h2>
<table style="text-align: center; margin: auto;">
<thead>
<tr>
<th>Utilisateurs</th>
<th>Départ<br />Arrivé<br />Retour</th>
<th>Durées</th>
<th>Vaisseaux<br />Vitesse</th>
<th>Contenu</th>
</tr>
</thead>
<tbody>
<?php $_from = $this->_tpl_vars['flottes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['flotte']):
?>
<tr<?php if ($this->_tpl_vars['flotte']['6']): ?> style="background-color: #<?php echo $this->_tpl_vars['ip']['6']; ?>
;"<?php endif; ?>>
<td><?php echo $this->_tpl_vars['flotte']['0']; ?>
<br /><?php echo $this->_tpl_vars['flotte']['2']; ?>
</td>
<td><?php echo $this->_tpl_vars['flotte']['3']; ?>
<?php echo $this->_tpl_vars['flotte']['4']; ?>
<br /><?php echo $this->_tpl_vars['flotte']['5']; ?>
<?php echo $this->_tpl_vars['flotte']['6']; ?>
</td>
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['flotte']['7'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%d/%m/%y %H:%M:%S") : smarty_modifier_date_format($_tmp, "%d/%m/%y %H:%M:%S")); ?>
</td>
<td><?php echo $this->_tpl_vars['flotte']['8']; ?>
<br /><?php echo $this->_tpl_vars['flotte']['9']; ?>
</td>
<td>Métal : <?php echo $this->_tpl_vars['flotte']['10']; ?>
<br />Cristal : <?php echo $this->_tpl_vars['flotte']['11']; ?>
<br />Hydrogène : <?php echo $this->_tpl_vars['flotte']['12']; ?>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</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);
?>