Version 1.12

This commit is contained in:
nemunaire 2009-11-01 12:00:00 +01:00
commit de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions

27
onyx2/tpl/admin/vip.tpl Normal file
View file

@ -0,0 +1,27 @@
{include file='game/header.tpl'}
<h2>Vérification des IP</h2>
<a href="?p=vip&amp;v={$numpage-1}">&lt;&lt;&lt;</a> page {$numpage}/{$nbpage} <a href="?p=vip&amp;v={$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>
{foreach from=$ips item=ip}
<tr{if $ip.6} style="background-color: #{$ip.6};"{/if}>
<td><a href="?p=vip&amp;ip={$ip.0}">{$ip.0}</a></td>
<td><a href="?p=vip&amp;util={$ip.2}">{$ip.3} ({$ip.2})</a></td>
<td>{$ip.4|date_format:"%d/%m/%y %H:%M:%S"}</td>
<td>{$ip.1}</td>
<td><a href="?p=vip&amp;util={$ip.2}&amp;act=multiok">Déclaré</a><br /><a href="{$menua.sjoueurs}&amp;id={$ip.2}&amp;sanc=d&amp;raisonmv=Multi-compte">Définitivement</a></td>
</tr>
{/foreach}
</tbody>
</table>
<a href="?p=vip&amp;v={$numpage-1}">&lt;&lt;&lt;</a> page {$numpage}/{$nbpage} <a href="?p=vip&amp;v={$numpage+1}">&gt;&gt;&gt;</a>
{include file='game/footer.tpl'}