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

viewtopic_body.tpl

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


01   
02  <table width="100%" cellspacing="2" cellpadding="2" border="0">
03    <tr> 
04      <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br />
05        <span class="gensmall"><b>{PAGINATION}</b><br />
06        &nbsp; </span></td>
07    </tr>
08  </table>
09   
10  <table width="100%" cellspacing="2" cellpadding="2" border="0">
11    <tr> 
12      <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
13      <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
14        -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
15    </tr>
16  </table>
17   
18  <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
19      <tr align="right">
20          <td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> &nbsp;</span></td>
21      </tr>
22      {POLL_DISPLAY} 
23      <tr>
24          <th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
25          <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
26      </tr>
27      <!-- BEGIN postrow -->
28      <tr> 
29          <td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
30          <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
31              <tr>
32                  <td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp; &nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
33                  <td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
34              </tr>
35              <tr> 
36                  <td colspan="2"><hr /></td>
37              </tr>
38              <tr>
39                  <td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
40              </tr>
41          </table></td>
42      </tr>
43      <tr> 
44          <td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
45          <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
46              <tr> 
47                  <td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- 
48   
49      if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
50          document.write(' {postrow.ICQ_IMG}');
51      else
52          document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
53                  
54                  //--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
55              </tr>
56          </table></td>
57      </tr>
58      <tr> 
59          <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
60      </tr>
61      <!-- END postrow -->
62      <tr align="center"> 
63          <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
64              <tr><form method="post" action="{S_POST_DAYS_ACTION}">
65                  <td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td>
66              </form></tr>
67          </table></td>
68      </tr>
69  </table>
70   
71  <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
72    <tr> 
73      <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
74      <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
75        -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
76      <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span> 
77        </td>
78    </tr>
79    <tr>
80      <td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
81    </tr>
82  </table>
83   
84  <table width="100%" cellspacing="2" border="0" align="center">
85    <tr> 
86      <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
87        &nbsp;<br />
88        {S_TOPIC_ADMIN}</td>
89      <td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
90    </tr>
91  </table>
92