mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
33 lines
802 B
HTML
33 lines
802 B
HTML
<!-- INCLUDE simple_header.html -->
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
<!--
|
|
function jump_to_inbox()
|
|
{
|
|
opener.document.location.href = "{U_JS_RETURN_INBOX}";
|
|
window.close();
|
|
}
|
|
//-->
|
|
</script>
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
|
<tr>
|
|
<td>
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="4" class="tablebg">
|
|
<tr class="row1">
|
|
<td valign="top" align="center">
|
|
<br /><span class="gen">
|
|
<!-- IF S_NOT_LOGGED_IN -->
|
|
{L_LOGIN_CHECK_PM}
|
|
<!-- ELSE -->
|
|
{MESSAGE}<br /><br />{CLICK_TO_VIEW}
|
|
<!-- ENDIF -->
|
|
</span>
|
|
<br /><br /><span class="genmed"><a href="javascript:window.close();">{L_CLOSE_WINDOW}</a></span><br /><br /></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- INCLUDE simple_footer.html --> |