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. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
posting_preview.tpl
01
02 <table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
03 <tr>
04 <th height="25" class="thHead">{L_PREVIEW}</th>
05 </tr>
06 <tr>
07 <td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="{L_POST}" /><span class="postdetails">{L_POSTED}: {POST_DATE} {L_POST_SUBJECT}: {POST_SUBJECT}</span></td>
08 </tr>
09 <tr>
10 <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
11 <tr>
12 <td>
13 <span class="postbody">{MESSAGE}</span>
14 </td>
15 </tr>
16 </table></td>
17 </tr>
18 <tr>
19 <td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" /></td>
20 </tr>
21 </table>
22
23 <br clear="all" />
24