Line | |
---|
1 | <!-- INCLUDE simple_header.html -->
|
---|
2 |
|
---|
3 | <script type="text/javascript">
|
---|
4 | // <![CDATA[
|
---|
5 | /**
|
---|
6 | * Jump to inbox
|
---|
7 | */
|
---|
8 | function jump_to_inbox(url)
|
---|
9 | {
|
---|
10 | opener.document.location.href = url.replace(/&/g, '&');
|
---|
11 | window.close();
|
---|
12 | }
|
---|
13 | // ]]>
|
---|
14 | </script>
|
---|
15 |
|
---|
16 | <table width="100%" border="0" cellspacing="0" cellpadding="10">
|
---|
17 | <tr>
|
---|
18 | <td>
|
---|
19 | <table width="100%" border="0" cellspacing="1" cellpadding="4" class="tablebg">
|
---|
20 | <tr class="row1">
|
---|
21 | <td valign="top" align="center">
|
---|
22 | <br /><span class="gen">
|
---|
23 | <!-- IF S_NOT_LOGGED_IN -->
|
---|
24 | {L_LOGIN_CHECK_PM}
|
---|
25 | <!-- ELSE -->
|
---|
26 | {MESSAGE}<br /><br />{CLICK_TO_VIEW}
|
---|
27 | <!-- ENDIF -->
|
---|
28 | </span>
|
---|
29 | <br /><br /><span class="genmed"><a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></span><br /><br />
|
---|
30 | </td>
|
---|
31 | </tr>
|
---|
32 | </table>
|
---|
33 | </td>
|
---|
34 | </tr>
|
---|
35 | </table>
|
---|
36 |
|
---|
37 | <!-- INCLUDE simple_footer.html -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.