Verzeichnisstruktur phpBB-3.1.0
- Veröffentlicht
- 27.10.2014
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
ucp_pm_viewmessage.html
001 <!-- INCLUDE ucp_header.html -->
002
003 <!-- INCLUDE ucp_pm_message_header.html -->
004
005 </div>
006 </div>
007
008
009 <!-- IF S_DISPLAY_HISTORY and (U_VIEW_PREVIOUS_HISTORY or U_VIEW_NEXT_HISTORY) -->
010 <fieldset class="display-options clearfix">
011 <!-- 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 -->
012 <!-- 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 -->
013 </fieldset>
014 <!-- ENDIF -->
015
016
017 <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 -->">
018 <div class="inner">
019
020 <dl class="postprofile" id="profile{MESSAGE_ID}">
021 <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 -->">
022 <div class="avatar-container">
023 <!-- EVENT ucp_pm_viewmessage_avatar_before -->
024 <!-- IF AUTHOR_AVATAR --><a href="{U_MESSAGE_AUTHOR}" class="avatar">{AUTHOR_AVATAR}</a><!-- ENDIF -->
025 <!-- EVENT ucp_pm_viewmessage_avatar_after -->
026 </div>
027 {MESSAGE_AUTHOR_FULL}
028 </dt>
029
030 <!-- IF RANK_TITLE or RANK_IMG --><dd class="profile-rank">{RANK_TITLE}<!-- IF RANK_TITLE and RANK_IMG --><br /><!-- ENDIF -->{RANK_IMG}</dd><!-- ENDIF -->
031
032 <dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> {AUTHOR_POSTS}</dd>
033 <!-- IF AUTHOR_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {AUTHOR_JOINED}</dd><!-- ENDIF -->
034
035 <!-- EVENT ucp_pm_viewmessage_custom_fields_before -->
036 <!-- BEGIN custom_fields -->
037 <!-- IF not custom_fields.S_PROFILE_CONTACT -->
038 <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>
039 <!-- ENDIF -->
040 <!-- END custom_fields -->
041 <!-- EVENT ucp_pm_viewmessage_custom_fields_after -->
042
043 <!-- EVENT ucp_pm_viewmessage_contact_fields_before -->
044 <!-- IF .contact -->
045 <dd class="profile-contact">
046 <strong>{L_CONTACT}{L_COLON}</strong>
047 <div class="dropdown-container dropdown-left">
048 <a href="#" class="dropdown-trigger"><span class="imageset icon_contact" title="{CONTACT_USER}">{CONTACT_USER}</span></a>
049 <div class="dropdown hidden">
050 <div class="pointer"><div class="pointer-inner"></div></div>
051 <div class="dropdown-contents contact-icons">
052 <!-- BEGIN contact -->
053 {% set REMAINDER = contact.S_ROW_COUNT % 4 %}
054 <!-- DEFINE $S_LAST_CELL = ((REMAINDER eq 3) or (contact.S_LAST_ROW and contact.S_NUM_ROWS < 4)) -->
055 <!-- IF REMAINDER eq 0 -->
056 <div>
057 <!-- ENDIF -->
058 <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 -->>
059 <span class="contact-icon {contact.ID}-icon">{contact.NAME}</span>
060 </a>
061 <!-- IF REMAINDER eq 3 or contact.S_LAST_ROW -->
062 </div>
063 <!-- ENDIF -->
064 <!-- END contact -->
065 </div>
066 </div>
067 </div>
068 </dd>
069 <!-- ENDIF -->
070 <!-- EVENT ucp_pm_viewmessage_contact_fields_after -->
071 </dl>
072
073 <div class="postbody">
074 <h3 class="first">{SUBJECT}</h3>
075
076 <!-- IF U_DELETE or U_EDIT or U_QUOTE or U_REPORT -->
077 <ul class="post-buttons">
078 <!-- EVENT ucp_pm_viewmessage_post_buttons_before -->
079 <!-- IF U_EDIT -->
080 <li>
081 <a href="{U_EDIT}" title="{L_POST_EDIT_PM}" class="button icon-button edit-icon"><span>{L_POST_EDIT_PM}</span></a>
082 </li>
083 <!-- ENDIF -->
084 <!-- IF U_DELETE -->
085 <li>
086 <a href="{U_DELETE}" title="{L_DELETE_MESSAGE}" class="button icon-button delete-icon"><span>{L_DELETE_MESSAGE}</span></a>
087 </li>
088 <!-- ENDIF -->
089 <!-- IF U_REPORT -->
090 <li>
091 <a href="{U_REPORT}" title="{L_REPORT_PM}" class="button icon-button report-icon"><span>{L_REPORT_PM}</span></a>
092 </li>
093 <!-- ENDIF -->
094 <!-- IF U_QUOTE -->
095 <li>
096 <a href="{U_QUOTE}" title="{L_POST_QUOTE_PM}" class="button icon-button quote-icon"><span>{L_POST_QUOTE_PM}</span></a>
097 </li>
098 <!-- ENDIF -->
099 <!-- EVENT ucp_pm_viewmessage_post_buttons_after -->
100 </ul>
101 <!-- ENDIF -->
102
103 <p class="author">
104 <strong>{L_SENT_AT}{L_COLON}</strong> {SENT_DATE}
105 <br /><strong>{L_PM_FROM}{L_COLON}</strong> {MESSAGE_AUTHOR_FULL}
106 <!-- 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 -->
107 <!-- 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 -->
108 </p>
109
110
111 <div class="content">{MESSAGE}</div>
112
113 <!-- IF S_HAS_ATTACHMENTS -->
114 <dl class="attachbox">
115 <dt>
116 {L_ATTACHMENTS}
117 </dt>
118 <!-- BEGIN attachment -->
119 <dd>{attachment.DISPLAY_ATTACHMENT}</dd>
120 <!-- END attachment -->
121 </dl>
122 <!-- ENDIF -->
123
124 <!-- IF S_DISPLAY_NOTICE -->
125 <div class="post-notice error">{L_DOWNLOAD_NOTICE}</div>
126 <!-- ENDIF -->
127
128 <!-- IF EDITED_MESSAGE or EDIT_REASON -->
129 <div class="notice">{EDITED_MESSAGE}
130 <!-- IF EDIT_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{EDIT_REASON}</em><!-- ENDIF -->
131 </div>
132 <!-- ENDIF -->
133
134 <!-- IF SIGNATURE -->
135 <div id="sig{MESSAGE_ID}" class="signature">{SIGNATURE}</div>
136 <!-- ENDIF -->
137 </div>
138
139 <div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
140
141 </div>
142 </div>
143
144 <!-- IF S_VIEW_MESSAGE -->
145 <fieldset class="display-options">
146 <!-- IF U_PREVIOUS_PM --><a href="{U_PREVIOUS_PM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_VIEW_PREVIOUS_PM}</a><!-- ENDIF -->
147 <!-- IF U_NEXT_PM --><a href="{U_NEXT_PM}" class="right-box arrow-{S_CONTENT_FLOW_END}">{L_VIEW_NEXT_PM}</a><!-- ENDIF -->
148
149 <!-- 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 -->
150 <!-- 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 -->
151 <input type="hidden" name="marked_msg_id[]" value="{MSG_ID}" />
152 <input type="hidden" name="cur_folder_id" value="{CUR_FOLDER_ID}" />
153 <input type="hidden" name="p" value="{MSG_ID}" />
154 </fieldset>
155 <!-- ENDIF -->
156
157 <!-- INCLUDE ucp_pm_message_footer.html -->
158
159 <!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF -->
160
161 <!-- INCLUDE ucp_footer.html -->
162