[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE ucp_header.html --> 2 3 <!-- INCLUDE ucp_pm_message_header.html --> 4 5 </div> 6 </div> 7 8 9 <!-- IF S_DISPLAY_HISTORY and (U_VIEW_PREVIOUS_HISTORY or U_VIEW_NEXT_HISTORY) --> 10 <fieldset class="display-options clearfix"> 11 <!-- 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 --> 12 <!-- 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 --> 13 </fieldset> 14 <!-- ENDIF --> 15 16 17 <div id="post-{MESSAGE_ID}" class="post pm has-profile<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF S_ONLINE --> online<!-- ENDIF -->"> 18 <div class="inner"> 19 20 <dl class="postprofile" id="profile{MESSAGE_ID}"> 21 <dt class="<!-- IF RANK_TITLE or RANK_IMG -->has-profile-rank<!-- ELSE -->no-profile-rank<!-- ENDIF --> <!-- IF AUTHOR_AVATAR -->has-avatar<!-- ELSE -->no-avatar<!-- ENDIF -->"> 22 <div class="avatar-container"> 23 <!-- EVENT ucp_pm_viewmessage_avatar_before --> 24 <!-- IF AUTHOR_AVATAR --><a href="{U_MESSAGE_AUTHOR}" class="avatar">{AUTHOR_AVATAR}</a><!-- ENDIF --> 25 <!-- EVENT ucp_pm_viewmessage_avatar_after --> 26 </div> 27 {MESSAGE_AUTHOR_FULL} 28 </dt> 29 30 <!-- EVENT ucp_pm_viewmessage_rank_before --> 31 <!-- IF RANK_TITLE or RANK_IMG --><dd class="profile-rank">{RANK_TITLE}<!-- IF RANK_TITLE and RANK_IMG --><br /><!-- ENDIF -->{RANK_IMG}</dd><!-- ENDIF --> 32 <!-- EVENT ucp_pm_viewmessage_rank_after --> 33 34 <dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF U_AUTHOR_POSTS != '' --><a href="{U_AUTHOR_POSTS}">{AUTHOR_POSTS}</a><!-- ELSE -->{AUTHOR_POSTS}<!-- ENDIF --></dd> 35 <!-- IF AUTHOR_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {AUTHOR_JOINED}</dd><!-- ENDIF --> 36 37 <!-- EVENT ucp_pm_viewmessage_custom_fields_before --> 38 <!-- BEGIN custom_fields --> 39 <!-- IF not custom_fields.S_PROFILE_CONTACT --> 40 <dd class="profile-custom-field profile-{custom_fields.PROFILE_FIELD_IDENT}"><strong>{custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {custom_fields.PROFILE_FIELD_VALUE}</dd> 41 <!-- ENDIF --> 42 <!-- END custom_fields --> 43 <!-- EVENT ucp_pm_viewmessage_custom_fields_after --> 44 45 <!-- EVENT ucp_pm_viewmessage_contact_fields_before --> 46 <!-- IF .contact --> 47 <dd class="profile-contact"> 48 <strong>{L_CONTACT}{L_COLON}</strong> 49 <div class="dropdown-container dropdown-left"> 50 <a href="#" class="dropdown-trigger"><span class="imageset icon_contact" title="{CONTACT_USER}">{CONTACT_USER}</span></a> 51 <div class="dropdown hidden"> 52 <div class="pointer"><div class="pointer-inner"></div></div> 53 <div class="dropdown-contents contact-icons"> 54 <!-- BEGIN contact --> 55 {% set REMAINDER = contact.S_ROW_COUNT % 4 %} 56 <!-- DEFINE $S_LAST_CELL = ((REMAINDER eq 3) or (contact.S_LAST_ROW and contact.S_NUM_ROWS < 4)) --> 57 <!-- IF REMAINDER eq 0 --> 58 <div> 59 <!-- ENDIF --> 60 <a href="<!-- IF contact.U_CONTACT -->{contact.U_CONTACT}<!-- ELSE -->{contact.U_PROFILE_AUTHOR}<!-- ENDIF -->" title="{contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->> 61 <span class="contact-icon {contact.ID}-icon">{contact.NAME}</span> 62 </a> 63 <!-- IF REMAINDER eq 3 or contact.S_LAST_ROW --> 64 </div> 65 <!-- ENDIF --> 66 <!-- END contact --> 67 </div> 68 </div> 69 </div> 70 </dd> 71 <!-- ENDIF --> 72 <!-- EVENT ucp_pm_viewmessage_contact_fields_after --> 73 </dl> 74 75 <div class="postbody"> 76 <h3 class="first">{SUBJECT}</h3> 77 78 <!-- DEFINE $SHOW_PM_POST_BUTTONS = (U_EDIT or U_DELETE or U_REPORT or U_QUOTE) --> 79 <!-- EVENT ucp_pm_viewmessage_post_buttons_list_before --> 80 <!-- IF $SHOW_PM_POST_BUTTONS --> 81 <ul class="post-buttons"> 82 <!-- EVENT ucp_pm_viewmessage_post_buttons_before --> 83 <!-- IF U_EDIT --> 84 <li> 85 <a href="{U_EDIT}" title="{L_POST_EDIT_PM}" class="button icon-button edit-icon"><span>{L_POST_EDIT_PM}</span></a> 86 </li> 87 <!-- ENDIF --> 88 <!-- IF U_DELETE --> 89 <li> 90 <a href="{U_DELETE}" title="{L_DELETE_MESSAGE}" class="button icon-button delete-icon"><span>{L_DELETE_MESSAGE}</span></a> 91 </li> 92 <!-- ENDIF --> 93 <!-- IF U_REPORT --> 94 <li> 95 <a href="{U_REPORT}" title="{L_REPORT_PM}" class="button icon-button report-icon"><span>{L_REPORT_PM}</span></a> 96 </li> 97 <!-- ENDIF --> 98 <!-- IF U_QUOTE --> 99 <li> 100 <a href="{U_QUOTE}" title="{L_POST_QUOTE_PM}" class="button icon-button quote-icon"><span>{L_POST_QUOTE_PM}</span></a> 101 </li> 102 <!-- ENDIF --> 103 <!-- EVENT ucp_pm_viewmessage_post_buttons_after --> 104 </ul> 105 <!-- ENDIF --> 106 <!-- EVENT ucp_pm_viewmessage_post_buttons_list_after --> 107 108 <p class="author"> 109 <strong>{L_SENT_AT}{L_COLON}</strong> {SENT_DATE} 110 <br /><strong>{L_PM_FROM}{L_COLON}</strong> {MESSAGE_AUTHOR_FULL} 111 <!-- 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 --> 112 <!-- 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 --> 113 </p> 114 115 116 <div class="content">{MESSAGE}</div> 117 118 <!-- IF S_HAS_ATTACHMENTS --> 119 <dl class="attachbox"> 120 <dt> 121 {L_ATTACHMENTS} 122 </dt> 123 <!-- BEGIN attachment --> 124 <dd>{attachment.DISPLAY_ATTACHMENT}</dd> 125 <!-- END attachment --> 126 </dl> 127 <!-- ENDIF --> 128 129 <!-- IF S_DISPLAY_NOTICE --> 130 <div class="post-notice error">{L_DOWNLOAD_NOTICE}</div> 131 <!-- ENDIF --> 132 133 <!-- IF EDITED_MESSAGE or EDIT_REASON --> 134 <div class="notice">{EDITED_MESSAGE} 135 <!-- IF EDIT_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{EDIT_REASON}</em><!-- ENDIF --> 136 </div> 137 <!-- ENDIF --> 138 139 <!-- IF SIGNATURE --> 140 <div id="sig{MESSAGE_ID}" class="signature">{SIGNATURE}</div> 141 <!-- ENDIF --> 142 </div> 143 144 <div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div> 145 146 </div> 147 </div> 148 149 <!-- EVENT ucp_pm_viewmessage_options_before --> 150 <!-- IF S_VIEW_MESSAGE --> 151 <fieldset class="display-options"> 152 <!-- IF U_PREVIOUS_PM --><a href="{U_PREVIOUS_PM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_VIEW_PREVIOUS_PM}</a><!-- ENDIF --> 153 <!-- IF U_NEXT_PM --><a href="{U_NEXT_PM}" class="right-box arrow-{S_CONTENT_FLOW_END}">{L_VIEW_NEXT_PM}</a><!-- ENDIF --> 154 155 <!-- 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 --> 156 <!-- 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 --> 157 <input type="hidden" name="marked_msg_id[]" value="{MSG_ID}" /> 158 <input type="hidden" name="cur_folder_id" value="{CUR_FOLDER_ID}" /> 159 <input type="hidden" name="p" value="{MSG_ID}" /> 160 </fieldset> 161 <!-- ENDIF --> 162 163 <!-- INCLUDE ucp_pm_message_footer.html --> 164 165 <!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF --> 166 167 <!-- INCLUDE ucp_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |