Verzeichnisstruktur phpBB-2.0.0


Veröffentlicht
03.04.2002

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

posting_topic_review.tpl

Zuletzt modifiziert: 09.10.2024, 12:51 - Dateigröße: 1.61 KiB


01   
02  <!-- BEGIN switch_inline_mode -->
03  <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
04      <tr> 
05          <td class="catHead" height="28" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td>
06      </tr>
07      <tr>
08          <td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" >
09  <!-- END switch_inline_mode -->
10  <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
11      <tr>
12          <th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th>
13          <th class="thCornerR">{L_MESSAGE}</th>
14      </tr>
15      <!-- BEGIN postrow -->
16      <tr>
17          <td width="22%" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span></td>
18          <td class="{postrow.ROW_CLASS}" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
19              <tr> 
20                  <td width="100%"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
21              </tr>
22              <tr> 
23                  <td colspan="2"><hr /></td>
24              </tr>
25              <tr> 
26                  <td colspan="2"><span class="postbody">{postrow.MESSAGE}</span></td>
27              </tr>
28          </table></td>
29      </tr>
30      <tr> 
31          <td colspan="2" height="1" class="spaceRow"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
32      </tr>
33       <!-- END postrow -->
34  </table>
35  <!-- BEGIN switch_inline_mode -->
36          </iframe></td>
37      </tr>
38  </table>
39  <!-- END switch_inline_mode -->
40