1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 11:39:37 +02:00
php-phpbb/phpBB/styles/prosilver/template/viewonline_whois.html
2014-07-30 17:48:23 +02:00

13 lines
247 B
HTML

<!-- INCLUDE simple_header.html -->
<h2>{L_WHOIS}</h2>
<div class="panel">
<div class="inner">
<pre>{WHOIS}</pre>
</div>
</div>
<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
<!-- INCLUDE simple_footer.html -->