aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewonline_whois.html
blob: 8abd933efa9e739977a1d1266b163503037fa726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- INCLUDE simple_header.html -->

<h2>{L_WHOIS}</h2>

<div class="panel">
	<div class="inner">

	<div class="postbody"><div class="content">
		<pre>{WHOIS}</pre>
	</div></div>

	</div>
</div>
<a  href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>

<!-- INCLUDE simple_footer.html -->