game/includes/onyx/templates/templates_c/%%D4^D4B^D4BFDB2F%%vip.tpl.php

50 lines
2.4 KiB
PHP

<?php /* Smarty version 2.6.19, created on 2008-05-27 00:23:01
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),array('modifier', 'escape', 'admin/vip.tpl', 21, false),array('modifier', 'nl2br', 'admin/vip.tpl', 21, 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 IP</h2>
<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>Commentaires</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><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['ip']['5'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)))) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
</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);
?>