game/onyx/tpl_compile/%%D4^D4B^D4BFDB2F%%vip.tpl.php

60 lines
2.8 KiB
PHP

<?php /* Smarty version 2.6.19, created on 2008-09-13 22:55:03
compiled from admin/vip.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date_format', 'admin/vip.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);
?>
<h2>Vérification des IP</h2>
<a href="?p=vip&amp;v=<?php echo $this->_tpl_vars['numpage']-1; ?>
">&lt;&lt;&lt;</a> page <?php echo $this->_tpl_vars['numpage']; ?>
/<?php echo $this->_tpl_vars['nbpage']; ?>
<a href="?p=vip&amp;v=<?php echo $this->_tpl_vars['numpage']+1; ?>
">&gt;&gt;&gt;</a>
<table style="text-align: center; margin: auto;">
<thead>
<tr>
<th>Adresses IP</th>
<th>Nom d'utilisateur</th>
<th>Date & heure</th>
<th>Traçage IP</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<?php $_from = $this->_tpl_vars['ips']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['ip']):
?>
<tr<?php if ($this->_tpl_vars['ip']['6']): ?> style="background-color: #<?php echo $this->_tpl_vars['ip']['6']; ?>
;"<?php endif; ?>>
<td><a href="?p=vip&amp;ip=<?php echo $this->_tpl_vars['ip']['0']; ?>
"><?php echo $this->_tpl_vars['ip']['0']; ?>
</a></td>
<td><a href="?p=vip&amp;util=<?php echo $this->_tpl_vars['ip']['2']; ?>
"><?php echo $this->_tpl_vars['ip']['3']; ?>
(<?php echo $this->_tpl_vars['ip']['2']; ?>
)</a></td>
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['ip']['4'])) ? $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['ip']['1']; ?>
</td>
<td><a href="?p=vip&amp;util=<?php echo $this->_tpl_vars['ip']['2']; ?>
&amp;act=multiok">Déclaré</a><br /><a href="<?php echo $this->_tpl_vars['menua']['sjoueurs']; ?>
&amp;id=<?php echo $this->_tpl_vars['ip']['2']; ?>
&amp;sanc=d&amp;raisonmv=Multi-compte">Définitivement</a></td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
<a href="?p=vip&amp;v=<?php echo $this->_tpl_vars['numpage']-1; ?>
">&lt;&lt;&lt;</a> page <?php echo $this->_tpl_vars['numpage']; ?>
/<?php echo $this->_tpl_vars['nbpage']; ?>
<a href="?p=vip&amp;v=<?php echo $this->_tpl_vars['numpage']+1; ?>
">&gt;&gt;&gt;</a>
<?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);
?>