forked from halo-battle/game
Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
27
onyx2/tpl/admin/vip.tpl
Normal file
27
onyx2/tpl/admin/vip.tpl
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{include file='game/header.tpl'}
|
||||
<h2>Vérification des IP</h2>
|
||||
<a href="?p=vip&v={$numpage-1}"><<<</a> page {$numpage}/{$nbpage} <a href="?p=vip&v={$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>
|
||||
{foreach from=$ips item=ip}
|
||||
<tr{if $ip.6} style="background-color: #{$ip.6};"{/if}>
|
||||
<td><a href="?p=vip&ip={$ip.0}">{$ip.0}</a></td>
|
||||
<td><a href="?p=vip&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&util={$ip.2}&act=multiok">Déclaré</a><br /><a href="{$menua.sjoueurs}&id={$ip.2}&sanc=d&raisonmv=Multi-compte">Définitivement</a></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
<a href="?p=vip&v={$numpage-1}"><<<</a> page {$numpage}/{$nbpage} <a href="?p=vip&v={$numpage+1}">>>></a>
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue