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: 2.80 KiB


01   
02  <table class="tablebg" width="100%" cellspacing="1">
03  <tr>
04      <th align="center">{L_MESSAGE_HISTORY} - {HISTORY_TITLE}</th>
05  </tr>
06  <tr>
07      <td class="row1"><div style="overflow: auto; width: 100%; height: 300px;">
08   
09          <table class="tablebg" width="100%" cellspacing="1">
10          <tr>
11              <th width="22%">{L_AUTHOR}</th>
12              <th>{L_MESSAGE}</th>
13          </tr>
14      <!-- BEGIN history_row -->
15              <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
16              <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a name="{history_row.MSG_ID}"></a>
17                  <table width="150" cellspacing="0">
18                  <tr>
19                      <td align="center" colspan="2"><span class="postauthor">{history_row.MESSAGE_AUTHOR_FULL}</span></td>
20                  </tr>
21                  </table>
22              </td>
23              <td width="100%"<!-- IF history_row.S_CURRENT_MSG --> style="background-color:lightblue"<!-- ENDIF -->>
24                  <div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"><b>{L_PM_SUBJECT}:</b>&nbsp;{history_row.SUBJECT}</div><div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><b>{L_FOLDER}:</b>&nbsp;{history_row.FOLDER}</div>
25              </td>
26          </tr>
27   
28          <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
29              <td valign="top">
30                  <table width="100%" cellspacing="0">
31                  <tr>
32                      <td valign="top">
33                          <table width="100%" cellspacing="0" cellpadding="2">
34                          <tr>
35                              <td><div id="message_{history_row.MSG_ID}"><div class="postbody">{history_row.MESSAGE}</div></div></td>
36                          </tr>
37                          </table>
38                      </td>
39                  </tr>
40                  <tr>
41                      <td>
42                          <table width="100%" cellspacing="0">
43                          <tr valign="middle">
44                              <td width="100%">&nbsp;</td>
45                              <td width="10" nowrap="nowrap">{history_row.MINI_POST_IMG}</td>
46                              <td class="gensmall" nowrap="nowrap"><b>{L_SENT_AT}:</b> {history_row.SENT_DATE}</td>
47                          </tr>
48                          </table>
49                      </td>
50                  </tr>
51                  </table>
52              </td>
53          </tr>
54   
55          <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
56              <td class="gensmall"><a href="{history_row.U_VIEW_MESSAGE}">{L_VIEW_PM}</a></td>
57              <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF history_row.U_PROFILE --><a href="{history_row.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF history_row.U_EMAIL --><a href="{history_row.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF history_row.U_QUOTE --><a href="{history_row.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF history_row.U_POST_REPLY_PM --><a href="{history_row.U_POST_REPLY_PM}">{REPLY_IMG}</a><!-- ENDIF -->&nbsp;</div></td>
58          </tr>
59          <tr>
60              <td class="spacer" colspan="2"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
61          </tr>
62      <!-- END history_row -->
63          </table>
64      </div></td>
65  </tr>
66  </table>
67   
68  <br clear="all" />
69