| 1 | <!-- INCLUDE ucp_header.html -->
|
|---|
| 2 |
|
|---|
| 3 | <div id="pagecontent">
|
|---|
| 4 |
|
|---|
| 5 | <!-- INCLUDE ucp_pm_message_header.html -->
|
|---|
| 6 | <div style="padding: 2px;"></div>
|
|---|
| 7 |
|
|---|
| 8 | <table class="tablebg" width="100%" cellspacing="1" cellpadding="4">
|
|---|
| 9 |
|
|---|
| 10 | <tr class="row1">
|
|---|
| 11 | <td class="genmed" nowrap="nowrap" width="150"><b>{L_PM_SUBJECT}:</b></td>
|
|---|
| 12 | <td class="gen">{SUBJECT}</td>
|
|---|
| 13 | </tr>
|
|---|
| 14 |
|
|---|
| 15 | <tr class="row1">
|
|---|
| 16 | <td class="genmed" nowrap="nowrap" width="150"><b>{L_PM_FROM}:</b></td>
|
|---|
| 17 | <td class="gen">{MESSAGE_AUTHOR_FULL}</td>
|
|---|
| 18 | </tr>
|
|---|
| 19 |
|
|---|
| 20 | <tr class="row1">
|
|---|
| 21 | <td class="genmed" nowrap="nowrap" width="150"><b>{L_SENT_AT}:</b></td>
|
|---|
| 22 | <td class="gen">{SENT_DATE}</td>
|
|---|
| 23 | </tr>
|
|---|
| 24 |
|
|---|
| 25 | <!-- IF S_TO_RECIPIENT -->
|
|---|
| 26 | <tr class="row1">
|
|---|
| 27 | <td class="genmed" nowrap="nowrap" width="150"><b>{L_TO}:</b></td>
|
|---|
| 28 | <td class="gen">
|
|---|
| 29 | <!-- BEGIN to_recipient -->
|
|---|
| 30 | <!-- IF to_recipient.IS_GROUP --><span class="sep"><a href="{to_recipient.U_VIEW}">{to_recipient.NAME}</a></span><!-- ELSE -->{to_recipient.NAME_FULL} <!-- ENDIF -->
|
|---|
| 31 | <!-- END to_recipient -->
|
|---|
| 32 | </td>
|
|---|
| 33 | </tr>
|
|---|
| 34 | <!-- ENDIF -->
|
|---|
| 35 |
|
|---|
| 36 | <!-- IF S_BCC_RECIPIENT -->
|
|---|
| 37 | <tr class="row1">
|
|---|
| 38 | <td class="genmed" nowrap="nowrap" width="150"><b>{L_BCC}:</b></td>
|
|---|
| 39 | <td class="gen">
|
|---|
| 40 | <!-- BEGIN bcc_recipient -->
|
|---|
| 41 | <!-- IF bcc_recipient.IS_GROUP --><span class="sep"><a href="{bcc_recipient.U_VIEW}">{bcc_recipient.NAME}</a></span><!-- ELSE -->{bcc_recipient.NAME_FULL} <!-- ENDIF -->
|
|---|
| 42 | <!-- END bcc_recipient -->
|
|---|
| 43 | </td>
|
|---|
| 44 | </tr>
|
|---|
| 45 | <!-- ENDIF -->
|
|---|
| 46 | </table>
|
|---|
| 47 |
|
|---|
| 48 | <div style="padding: 2px;"></div>
|
|---|
| 49 |
|
|---|
| 50 | <table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
|---|
| 51 |
|
|---|
| 52 | <tr>
|
|---|
| 53 | <th nowrap="nowrap">{L_MESSAGE}</th>
|
|---|
| 54 | </tr>
|
|---|
| 55 |
|
|---|
| 56 | <tr>
|
|---|
| 57 | <td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
|
|---|
| 58 | </tr>
|
|---|
| 59 |
|
|---|
| 60 | <tr class="row1">
|
|---|
| 61 | <td valign="top">
|
|---|
| 62 | <table width="100%" cellspacing="5">
|
|---|
| 63 | <tr>
|
|---|
| 64 | <td>
|
|---|
| 65 | <div class="postbody">{MESSAGE}</div>
|
|---|
| 66 |
|
|---|
| 67 | <!-- IF S_HAS_ATTACHMENTS -->
|
|---|
| 68 | <br clear="all" /><br />
|
|---|
| 69 |
|
|---|
| 70 | <table class="tablebg" width="100%" cellspacing="1">
|
|---|
| 71 | <tr>
|
|---|
| 72 | <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
|
|---|
| 73 | </tr>
|
|---|
| 74 | <!-- BEGIN attachment -->
|
|---|
| 75 | <tr>
|
|---|
| 76 | <td class="row2">{attachment.DISPLAY_ATTACHMENT}</td>
|
|---|
| 77 | </tr>
|
|---|
| 78 | <!-- END attachment -->
|
|---|
| 79 | </table>
|
|---|
| 80 | <!-- ENDIF -->
|
|---|
| 81 |
|
|---|
| 82 | <!-- IF S_DISPLAY_NOTICE -->
|
|---|
| 83 | <span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
|
|---|
| 84 | <!-- ENDIF -->
|
|---|
| 85 | <!-- IF SIGNATURE -->
|
|---|
| 86 | <span class="postbody"><br />_________________<br />{SIGNATURE}</span>
|
|---|
| 87 | <!-- ENDIF -->
|
|---|
| 88 | <!-- IF EDITED_MESSAGE -->
|
|---|
| 89 | <span class="gensmall">{EDITED_MESSAGE}</span>
|
|---|
| 90 | <!-- ENDIF -->
|
|---|
| 91 |
|
|---|
| 92 | <!-- IF not S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
|
|---|
| 93 |
|
|---|
| 94 | <table width="100%" cellspacing="0">
|
|---|
| 95 | <tr valign="middle">
|
|---|
| 96 | <td class="gensmall" align="{S_CONTENT_FLOW_END}"> <!-- IF U_DELETE --><a href="{U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td>
|
|---|
| 97 | </tr>
|
|---|
| 98 | </table>
|
|---|
| 99 |
|
|---|
| 100 | </td>
|
|---|
| 101 | </tr>
|
|---|
| 102 | </table>
|
|---|
| 103 | </td>
|
|---|
| 104 | </tr>
|
|---|
| 105 |
|
|---|
| 106 | <tr class="row1">
|
|---|
| 107 | <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"> <!-- IF U_MESSAGE_AUTHOR --><a href="{U_MESSAGE_AUTHOR}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF U_EMAIL --><a href="{U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF U_EDIT --><a href="{U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF U_QUOTE --><a href="{U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF U_POST_REPLY_PM --><a href="{U_POST_REPLY_PM}">{REPLY_IMG}</a><!-- ENDIF --> </div></td>
|
|---|
| 108 | </tr>
|
|---|
| 109 |
|
|---|
| 110 | <tr>
|
|---|
| 111 | <td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
|
|---|
| 112 | </tr>
|
|---|
| 113 | </table>
|
|---|
| 114 |
|
|---|
| 115 | <div style="padding: 2px;"></div>
|
|---|
| 116 | <!-- INCLUDE ucp_pm_message_footer.html -->
|
|---|
| 117 |
|
|---|
| 118 | <br clear="all" />
|
|---|
| 119 |
|
|---|
| 120 | </div>
|
|---|
| 121 |
|
|---|
| 122 | <!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF -->
|
|---|
| 123 |
|
|---|
| 124 | <!-- INCLUDE ucp_footer.html -->
|
|---|