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

<h2 class="whois-title">{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 -->