2011-11-13 20:10:51 +01:00
<!-- INCLUDE ucp_header.html -->
2009-10-04 18:14:59 +00:00
<!-- INCLUDE ucp_pm_message_header.html -->
2012-04-02 16:15:55 +05:30
< / div >
2011-11-13 20:10:51 +01:00
< / div >
2009-10-04 18:14:59 +00:00
<!-- IF S_DISPLAY_HISTORY and (U_VIEW_PREVIOUS_HISTORY or U_VIEW_NEXT_HISTORY) -->
2011-11-13 20:10:51 +01:00
< fieldset class = "display-options clearfix" >
2012-10-15 23:31:43 +02:00
<!-- IF U_VIEW_PREVIOUS_HISTORY --> < a href = "{U_VIEW_PREVIOUS_HISTORY}" class = "left-box arrow-{S_CONTENT_FLOW_BEGIN}" > {L_VIEW_PREVIOUS_HISTORY}< / a > <!-- ENDIF -->
<!-- IF U_VIEW_NEXT_HISTORY --> < a href = "{U_VIEW_NEXT_HISTORY}" class = "right-box arrow-{S_CONTENT_FLOW_END}" > {L_VIEW_NEXT_HISTORY}< / a > <!-- ENDIF -->
2009-10-04 18:14:59 +00:00
< / fieldset >
<!-- ENDIF -->
2011-11-13 20:10:51 +01:00
< div id = "post-{MESSAGE_ID}" class = "post pm<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF S_ONLINE --> online<!-- ENDIF -->" >
2012-04-02 16:15:55 +05:30
< div class = "inner" >
2009-10-04 18:14:59 +00:00
2013-10-19 13:10:11 +03:00
< dl class = "postprofile" id = "profile{MESSAGE_ID}" >
2013-10-19 15:40:20 +03:00
< dt class = "<!-- IF RANK_TITLE or RANK_IMG -->has-profile-rank<!-- ELSE -->no-profile-rank<!-- ENDIF -->" > <!-- IF AUTHOR_AVATAR --> < a href = "{U_MESSAGE_AUTHOR}" class = "avatar" > {AUTHOR_AVATAR}< / a > <!-- ENDIF --> {MESSAGE_AUTHOR_FULL}< / dt >
<!-- IF RANK_TITLE or RANK_IMG --> < dd class = "profile-rank" > {RANK_TITLE}<!-- IF RANK_TITLE and RANK_IMG --> < br / > <!-- ENDIF --> {RANK_IMG}< / dd > <!-- ENDIF -->
2013-10-19 13:10:11 +03:00
< dd > < strong > {L_POSTS}{L_COLON}< / strong > {AUTHOR_POSTS}< / dd >
<!-- IF AUTHOR_JOINED --> < dd > < strong > {L_JOINED}{L_COLON}< / strong > {AUTHOR_JOINED}< / dd > <!-- ENDIF -->
<!-- IF AUTHOR_FROM --> < dd > < strong > {L_LOCATION}{L_COLON}< / strong > {AUTHOR_FROM}< / dd > <!-- ENDIF -->
<!-- EVENT ucp_pm_viewmessage_custom_fields_before -->
<!-- BEGIN custom_fields -->
< dd > < strong > {custom_fields.PROFILE_FIELD_NAME}{L_COLON}< / strong > {custom_fields.PROFILE_FIELD_VALUE}< / dd >
<!-- END custom_fields -->
<!-- EVENT ucp_pm_viewmessage_custom_fields_after -->
<!-- IF U_PM or U_EMAIL or U_WWW or U_MSN or U_ICQ or U_YIM or U_AIM or U_JABBER -->
< dd >
< ul class = "profile-icons" >
<!-- IF U_PM --> < li class = "pm-icon" > < a href = "{U_PM}" title = "{L_PRIVATE_MESSAGE}" > < span > {L_PRIVATE_MESSAGE}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_EMAIL --> < li class = "email-icon" > < a href = "{U_EMAIL}" title = "{L_SEND_EMAIL_USER} {MESSAGE_AUTHOR}" > < span > {L_SEND_EMAIL_USER} {MESSAGE_AUTHOR}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_WWW --> < li class = "web-icon" > < a href = "{U_WWW}" title = "{L_VISIT_WEBSITE}{L_COLON} {U_WWW}" > < span > {L_WEBSITE}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_MSN --> < li class = "msnm-icon" > < a href = "{U_MSN}" onclick = "popup(this.href, 550, 320); return false;" title = "{L_MSNM}" > < span > {L_MSNM}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_ICQ --> < li class = "icq-icon" > < a href = "{U_ICQ}" onclick = "popup(this.href, 550, 320); return false;" title = "{L_ICQ}" > < span > {L_ICQ}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_YIM --> < li class = "yahoo-icon" > < a href = "{U_YIM}" onclick = "popup(this.href, 780, 550); return false;" title = "{L_YIM}" > < span > {L_YIM}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_AIM --> < li class = "aim-icon" > < a href = "{U_AIM}" onclick = "popup(this.href, 550, 320); return false;" title = "{L_AIM}" > < span > {L_AIM}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_JABBER --> < li class = "jabber-icon" > < a href = "{U_JABBER}" onclick = "popup(this.href, 550, 320); return false;" title = "{L_JABBER}" > < span > {L_JABBER}< / span > < / a > < / li > <!-- ENDIF -->
< / ul >
< / dd >
<!-- ENDIF -->
< / dl >
2009-10-04 18:14:59 +00:00
< div class = "postbody" >
2013-10-19 13:22:47 +03:00
< h3 class = "first" > {SUBJECT}< / h3 >
2009-10-04 18:14:59 +00:00
<!-- IF U_DELETE or U_EDIT or U_QUOTE or U_REPORT -->
< ul class = "profile-icons" >
<!-- IF U_EDIT --> < li class = "edit-icon" > < a href = "{U_EDIT}" title = "{L_POST_EDIT_PM}" > < span > {L_POST_EDIT_PM}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_DELETE --> < li class = "delete-icon" > < a href = "{U_DELETE}" title = "{L_DELETE_MESSAGE}" > < span > {L_DELETE_MESSAGE}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_REPORT --> < li class = "report-icon" > < a href = "{U_REPORT}" title = "{L_REPORT_PM}" > < span > {L_REPORT_PM}< / span > < / a > < / li > <!-- ENDIF -->
<!-- IF U_QUOTE --> < li class = "quote-icon" > < a href = "{U_QUOTE}" title = "{L_POST_QUOTE_PM}" > < span > {L_POST_QUOTE_PM}< / span > < / a > < / li > <!-- ENDIF -->
< / ul >
<!-- ENDIF -->
< p class = "author" >
2012-08-03 11:43:23 -05:00
< strong > {L_SENT_AT}{L_COLON}< / strong > {SENT_DATE}
< br / > < strong > {L_PM_FROM}{L_COLON}< / strong > {MESSAGE_AUTHOR_FULL}
<!-- IF S_TO_RECIPIENT --> < br / > < strong > {L_TO}{L_COLON}< / strong > <!-- BEGIN to_recipient --> <!-- IF to_recipient.NAME_FULL --> {to_recipient.NAME_FULL}<!-- ELSE --> < a href = "{to_recipient.U_VIEW}" style = "color:<!-- IF to_recipient.COLOUR -->{to_recipient.COLOUR}<!-- ELSEIF to_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;" > {to_recipient.NAME}< / a > <!-- ENDIF --> <!-- END to_recipient --> <!-- ENDIF -->
<!-- IF S_BCC_RECIPIENT --> < br / > < strong > {L_BCC}{L_COLON}< / strong > <!-- BEGIN bcc_recipient --> <!-- IF bcc_recipient.NAME_FULL --> {bcc_recipient.NAME_FULL}<!-- ELSE --> < a href = "{bcc_recipient.U_VIEW}" style = "color:<!-- IF bcc_recipient.COLOUR -->{bcc_recipient.COLOUR}<!-- ELSEIF bcc_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;" > {bcc_recipient.NAME}< / a > <!-- ENDIF --> <!-- END bcc_recipient --> <!-- ENDIF -->
2009-10-04 18:14:59 +00:00
< / p >
< div class = "content" > {MESSAGE}< / div >
<!-- IF S_HAS_ATTACHMENTS -->
2012-08-14 13:19:56 +01:00
< dl class = "attachbox" >
< dt >
{L_ATTACHMENTS}
<!-- IF S_HAS_MULTIPLE_ATTACHMENTS -->
< div class = "dl_links" >
2012-11-10 00:27:37 +01:00
< strong > {L_DOWNLOAD_ALL}{L_COLON}< / strong >
2012-08-14 13:19:56 +01:00
< ul >
<!-- BEGIN dl_method -->
< li > [ < a href = "{dl_method.LINK}" > {dl_method.TYPE}< / a > ]< / li >
<!-- END dl_method -->
< / ul >
< / div >
<!-- ENDIF -->
< / dt >
<!-- BEGIN attachment -->
< dd > {attachment.DISPLAY_ATTACHMENT}< / dd >
<!-- END attachment -->
< / dl >
2009-10-04 18:14:59 +00:00
<!-- ENDIF -->
<!-- IF S_DISPLAY_NOTICE -->
2013-08-11 19:57:34 +03:00
< div class = "post-notice error" > {L_DOWNLOAD_NOTICE}< / div >
2009-10-04 18:14:59 +00:00
<!-- ENDIF -->
<!-- IF EDITED_MESSAGE or EDIT_REASON -->
< div class = "notice" > {EDITED_MESSAGE}
2012-08-03 11:43:23 -05:00
<!-- IF EDIT_REASON --> < br / > < strong > {L_REASON}{L_COLON}< / strong > < em > {EDIT_REASON}< / em > <!-- ENDIF -->
2009-10-04 18:14:59 +00:00
< / div >
<!-- ENDIF -->
<!-- IF SIGNATURE -->
< div id = "sig{MESSAGE_ID}" class = "signature" > {SIGNATURE}< / div >
<!-- ENDIF -->
< / div >
< div class = "back2top" > < a href = "#top" class = "top" title = "{L_BACK_TO_TOP}" > {L_BACK_TO_TOP}< / a > < / div >
2012-04-02 16:15:55 +05:30
< / div >
2009-10-04 18:14:59 +00:00
< / div >
<!-- IF S_VIEW_MESSAGE -->
< fieldset class = "display-options" >
2012-10-15 23:31:43 +02:00
<!-- IF U_PREVIOUS_PM --> < a href = "{U_PREVIOUS_PM}" class = "left-box arrow-{S_CONTENT_FLOW_BEGIN}" > {L_VIEW_PREVIOUS_PM}< / a > <!-- ENDIF -->
<!-- IF U_NEXT_PM --> < a href = "{U_NEXT_PM}" class = "right-box arrow-{S_CONTENT_FLOW_END}" > {L_VIEW_NEXT_PM}< / a > <!-- ENDIF -->
2009-10-04 18:14:59 +00:00
<!-- IF S_MARK_OPTIONS --> < label for = "mark_option" > < select name = "mark_option" id = "mark_option" > {S_MARK_OPTIONS}< / select > < / label > < input class = "button2" type = "submit" name = "submit_mark" value = "{L_GO}" / > <!-- ENDIF -->
2012-08-03 11:43:23 -05:00
<!-- IF not S_UNREAD and not S_SPECIAL_FOLDER --> < label for = "dest_folder" > <!-- IF S_VIEW_MESSAGE --> {L_MOVE_TO_FOLDER}{L_COLON} <!-- ELSE --> {L_MOVE_MARKED_TO_FOLDER}<!-- ENDIF --> < select name = "dest_folder" id = "dest_folder" > {S_TO_FOLDER_OPTIONS}< / select > < / label > < input class = "button2" type = "submit" name = "move_pm" value = "{L_GO}" / > <!-- ENDIF -->
2009-10-04 18:14:59 +00:00
< input type = "hidden" name = "marked_msg_id[]" value = "{MSG_ID}" / >
< input type = "hidden" name = "cur_folder_id" value = "{CUR_FOLDER_ID}" / >
< input type = "hidden" name = "p" value = "{MSG_ID}" / >
< / fieldset >
<!-- ENDIF -->
<!-- INCLUDE ucp_pm_message_footer.html -->
<!-- IF S_DISPLAY_HISTORY --> <!-- INCLUDE ucp_pm_history.html --> <!-- ENDIF -->
2010-11-09 08:59:25 +01:00
<!-- INCLUDE ucp_footer.html -->