source: branches/posledni/forum/styles/prosilver/template/viewonline_whois.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 400 bytes
Line 
1<!-- INCLUDE simple_header.html -->
2
3<h2>{L_WHOIS}</h2>
4
5<div class="panel">
6 <div class="inner"><span class="corners-top"><span></span></span>
7
8 <div class="postbody"><div class="content">
9 <pre>{WHOIS}</pre>
10 </div></div>
11
12 <span class="corners-bottom"><span></span></span></div>
13</div>
14<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
15
16<!-- INCLUDE simple_footer.html -->
Note: See TracBrowser for help on using the repository browser.