1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00

25 lines
646 B
HTML
Raw Normal View History

<!-- INCLUDE simple_header.html -->
<script type="text/javascript">
<!--
/**
* Jump to inbox
*/
function jump_to_inbox()
{
opener.document.location.href = "{UA_RETURN_INBOX}";
window.close();
}
//-->
</script>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<p><!-- IF S_NOT_LOGGED_IN -->{L_LOGIN_CHECK_PM}<!-- ELSE -->{MESSAGE}<br /><br />{CLICK_TO_VIEW}<!-- ENDIF --></p>
<p class="small"><a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- INCLUDE simple_footer.html -->