Files
dfde-theme/template/viewonline_whois.html
T

13 lines
247 B
HTML
Raw Normal View History

<!-- INCLUDE simple_header.html -->
<h2>{L_WHOIS}</h2>
<div class="panel">
<div class="inner">
2017-07-02 23:55:22 +02:00
<pre>{WHOIS}</pre>
</div>
</div>
<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
2017-07-02 23:55:22 +02:00
<!-- INCLUDE simple_footer.html -->