Verzeichnisstruktur phpBB-3.0.0


Veröffentlicht
12.12.2007

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:53 - Dateigröße: 1.65 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}: {HISTORY_TITLE}
05  </h3>
06   
07  <div id="topicreview">
08      <!-- BEGIN history_row -->
09      <div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
10          <div class="inner"><span class="corners-top"><span></span></span>
11   
12          <div class="postbody" id="pr{history_row.U_MSG_ID}">
13              <!-- IF history_row.U_QUOTE -->
14              <ul class="profile-icons">
15                  <li class="quote-icon"><a href="{history_row.U_QUOTE}" title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}"><span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span></a></li>
16              </ul>
17              <!-- ENDIF -->
18   
19              <h3><a href="{history_row.U_VIEW_MESSAGE}" <!-- IF history_row.S_CURRENT_MSG -->class="current"<!-- ENDIF -->>{history_row.SUBJECT}</a></h3>
20              <p class="author<!-- IF history_row.S_CURRENT_MSG --> current<!-- ENDIF -->">{history_row.MINI_POST_IMG} {L_SENT_AT}: <strong>{history_row.SENT_DATE}</strong><br />
21                  {L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL}</p>
22              <div class="content<!-- IF history_row.S_CURRENT_MSG --> current<!-- ENDIF -->" id="message_{history_row.U_MSG_ID}">
23                  {history_row.MESSAGE}
24              </div>
25          </div>
26   
27          <span class="corners-bottom"><span></span></span></div>
28      </div>
29      <!-- END history_row -->
30  </div>
31   
32  <hr />
33  <p><a href="#cp-main" class="top2">{L_BACK_TO_TOP}</a></p>
34