aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewonline_whois.html
blob: 5d780490da0ebd5cf6da1a49e630796b211ddd9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- 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 -->