diff options
Diffstat (limited to 'prosilver/template/viewonline_whois.html')
-rw-r--r-- | prosilver/template/viewonline_whois.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/prosilver/template/viewonline_whois.html b/prosilver/template/viewonline_whois.html new file mode 100644 index 0000000..a9c6473 --- /dev/null +++ b/prosilver/template/viewonline_whois.html @@ -0,0 +1,16 @@ +<!-- INCLUDE simple_header.html --> + +<h2>{L_WHOIS}</h2> + +<div class="panel"> + <div class="inner"><span class="corners-top"><span></span></span> + + <div class="postbody"><div class="content"> + <pre>{WHOIS}</pre> + </div></div> + + <span class="corners-bottom"><span></span></span></div> +</div> +<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> + +<!-- INCLUDE simple_footer.html -->
\ No newline at end of file |