Verzeichnisstruktur phpBB-3.3.15
- Veröffentlicht
- 28.08.2024
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_history.html
01
02 <h3 id="review" class="review">
03 <span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
04 {L_MESSAGE_HISTORY}{L_COLON}
05 </h3>
06
07 <!-- EVENT ucp_pm_history_review_before -->
08 <div id="topicreview" class="topicreview">
09 <script>
10 bbcodeEnabled = {S_BBCODE_ALLOWED};
11 </script>
12 <!-- BEGIN history_row -->
13 <div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
14 <div class="inner">
15
16 <div class="postbody" id="pr{history_row.MSG_ID}">
17 <h3><a href="{history_row.U_VIEW_MESSAGE}" <!-- IF history_row.S_CURRENT_MSG -->class="current"<!-- ENDIF -->>{history_row.SUBJECT}</a></h3>
18
19 <!-- DEFINE $SHOW_PM_HISTORY_POST_BUTTONS = (history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE) -->
20 <!-- EVENT ucp_pm_history_post_buttons_list_before -->
21 <!-- IF $SHOW_PM_HISTORY_POST_BUTTONS -->
22 <ul class="post-buttons">
23 <!-- EVENT ucp_pm_history_post_buttons_before -->
24 <li>
25 <a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}', {time:{history_row.MESSAGE_TIME},user_id:{history_row.USER_ID}});"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button button-icon-only">
26 <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span>
27 </a>
28 </li>
29 <!-- EVENT ucp_pm_history_post_buttons_after -->
30 </ul>
31 <!-- ENDIF -->
32 <!-- EVENT ucp_pm_history_post_buttons_list_after -->
33
34 <p class="author">
35 <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{history_row.MINI_POST}</span></span> {L_SENT_AT}{L_COLON} <strong>{history_row.SENT_DATE}</strong>
36 <br />
37 {L_MESSAGE_BY_AUTHOR} <!-- EVENT ucp_pm_history_row_message_author_username_prepend -->{history_row.MESSAGE_AUTHOR_FULL}<!-- EVENT ucp_pm_history_row_message_author_username_append -->
38 </p>
39 <div class="content"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div>
40 <div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div>
41 </div>
42
43 </div>
44 </div>
45 <!-- END history_row -->
46 </div>
47 <!-- EVENT ucp_pm_history_review_after -->
48
49 <hr />
50 <p>
51 <a href="#cp-main" class="top">
52 <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i><span>{L_BACK_TO_TOP}</span>
53 </a>
54 </p>
55