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.
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: 1.95 KiB


01   
02  <h3 id="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  <div id="topicreview">
08      <script type="text/javascript">
09      // <![CDATA[
10          bbcodeEnabled = {S_BBCODE_ALLOWED};
11      // ]]>
12      </script>
13      <!-- BEGIN history_row -->
14      <div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
15          <div class="inner">
16   
17          <div class="postbody" id="pr{history_row.MSG_ID}">
18              <h3><a href="{history_row.U_VIEW_MESSAGE}" <!-- IF history_row.S_CURRENT_MSG -->class="current"<!-- ENDIF -->>{history_row.SUBJECT}</a></h3>
19   
20              <!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE -->
21              <ul class="post-buttons">
22                  <li>
23                      <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}');"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button icon-button quote-icon">
24                          <span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span>
25                      </a>
26                  </li>
27              </ul>
28              <!-- ENDIF -->
29   
30              <p class="author">{history_row.MINI_POST_IMG} {L_SENT_AT}{L_COLON} <strong>{history_row.SENT_DATE}</strong><br />
31                  {L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL}</p>
32              <div class="content"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div>
33              <div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div>
34          </div>
35   
36          </div>
37      </div>
38      <!-- END history_row -->
39  </div>
40   
41  <hr />
42  <p><a href="#cp-main" class="top2">{L_BACK_TO_TOP}</a></p>
43