Verzeichnisstruktur phpBB-3.2.0


Veröffentlicht
06.01.2017

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.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

ucp_pm_history.html

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 2.81 KiB


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 type="text/javascript">
10      // <![CDATA[
11          bbcodeEnabled = {S_BBCODE_ALLOWED};
12      // ]]>
13      </script>
14      <!-- BEGIN history_row -->
15      <div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
16          <div class="inner">
17   
18          <div class="postbody" id="pr{history_row.MSG_ID}">
19              <h3><a href="{history_row.U_VIEW_MESSAGE}" <!-- IF history_row.S_CURRENT_MSG -->class="current"<!-- ENDIF -->>{history_row.SUBJECT}</a></h3>
20   
21              <!-- DEFINE $SHOW_PM_HISTORY_POST_BUTTONS = (history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE) -->
22              <!-- EVENT ucp_pm_history_post_buttons_list_before -->
23              <!-- IF $SHOW_PM_HISTORY_POST_BUTTONS -->
24              <ul class="post-buttons">
25                  <!-- EVENT ucp_pm_history_post_buttons_before -->
26                  <!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE -->
27                  <li>
28                      <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">
29                          <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span>
30                      </a>
31                  </li>
32                  <!-- ENDIF -->
33                  <!-- EVENT ucp_pm_history_post_buttons_after -->
34              </ul>
35              <!-- ENDIF -->
36              <!-- EVENT ucp_pm_history_post_buttons_list_after -->
37   
38              <p class="author">
39                  <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>
40                  <br />
41                  {L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL}
42              </p>
43              <div class="content"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div>
44              <div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div>
45          </div>
46   
47          </div>
48      </div>
49      <!-- END history_row -->
50  </div>
51  <!-- EVENT ucp_pm_history_review_after -->
52   
53  <hr />
54  <p>
55      <a href="#cp-main" class="top">
56          <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i><span>{L_BACK_TO_TOP}</span>
57      </a>
58  </p>
59   
60