1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00
php-phpbb/phpBB/styles/subSilver/template/viewonline_whois.html
Paul S. Owen 7abe67c821 Add IP/rDNS/whois info to viewonline ... doing away with need to visit ACP
git-svn-id: file:///svn/phpbb/trunk@4742 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-10 18:41:53 +00:00

15 lines
251 B
HTML

<!-- INCLUDE simple_header.html -->
<!-- $Id$ -->
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th>{L_WHOIS}</th>
</tr>
<tr>
<td class="row1"><pre>{WHOIS}</pre></td>
</tr>
</table>
<!-- INCLUDE simple_footer.html -->