forked from halo-battle/game
Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
|
|
@ -0,0 +1,67 @@
|
|||
<?php /* Smarty version 2.6.22, created on 2009-10-26 21:48:38
|
||||
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="<?php echo $this->_tpl_vars['menu']['vip']; ?>
|
||||
&v=<?php echo $this->_tpl_vars['numpage']-1; ?>
|
||||
"><<<</a> page <?php echo $this->_tpl_vars['numpage']; ?>
|
||||
/<?php echo $this->_tpl_vars['nbpage']; ?>
|
||||
<a href="<?php echo $this->_tpl_vars['menu']['vip']; ?>
|
||||
&v=<?php echo $this->_tpl_vars['numpage']+1; ?>
|
||||
">>>></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="<?php echo $this->_tpl_vars['menu']['vip']; ?>
|
||||
&ip=<?php echo $this->_tpl_vars['ip']['0']; ?>
|
||||
"><?php echo $this->_tpl_vars['ip']['0']; ?>
|
||||
</a></td>
|
||||
<td><a href="<?php echo $this->_tpl_vars['menu']['vip']; ?>
|
||||
&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="<?php echo $this->_tpl_vars['menu']['vip']; ?>
|
||||
&util=<?php echo $this->_tpl_vars['ip']['2']; ?>
|
||||
&act=multiok">Déclaré</a><br /><a href="<?php echo $this->_tpl_vars['menu']['sjoueurs']; ?>
|
||||
&id=<?php echo $this->_tpl_vars['ip']['2']; ?>
|
||||
&sanc=d&raisonmv=Multi-compte">Définitivement</a></td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<a href="<?php echo $this->_tpl_vars['menu']['vip']; ?>
|
||||
&v=<?php echo $this->_tpl_vars['numpage']-1; ?>
|
||||
"><<<</a> page <?php echo $this->_tpl_vars['numpage']; ?>
|
||||
/<?php echo $this->_tpl_vars['nbpage']; ?>
|
||||
<a href="<?php echo $this->_tpl_vars['menu']['vip']; ?>
|
||||
&v=<?php echo $this->_tpl_vars['numpage']+1; ?>
|
||||
">>>></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);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue