mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
16 lines
497 B
HTML
16 lines
497 B
HTML
<!-- INCLUDE mcp_header.html -->
|
|
<h2>{L_WHOIS}</h2>
|
|
|
|
<div class="panel">
|
|
<div class="inner"><span class="corners-top"><span></span></span>
|
|
|
|
<p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
|
|
<div class="postbody"><div class="content">
|
|
<pre>{WHOIS}</pre>
|
|
</div></div>
|
|
<p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
|
|
|
|
<span class="corners-bottom"><span></span></span></div>
|
|
</div>
|
|
|
|
<!-- INCLUDE mcp_footer.html -->
|