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. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
viewtopic_body.html
001 <!-- INCLUDE overall_header.html -->
002
003 <!-- IF S_FORUM_RULES -->
004 <div class="forumrules">
005 <!-- IF U_FORUM_RULES -->
006 <h3>{L_FORUM_RULES}</h3><br />
007 <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
008 <!-- ELSE -->
009 <h3>{L_FORUM_RULES}</h3><br />
010 {FORUM_RULES}
011 <!-- ENDIF -->
012 </div>
013
014 <br clear="all" />
015 <!-- ENDIF -->
016
017 <div id="pageheader">
018 <h2><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
019
020 <!-- IF MODERATORS -->
021 <p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
022 <!-- ENDIF -->
023 <!-- IF U_MCP -->
024 <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
025 <!-- ENDIF -->
026 </div>
027
028 <br clear="all" /><br />
029
030 <div id="pagecontent">
031
032 <table width="100%" cellspacing="1">
033 <tr>
034 <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
035 <!-- IF not S_IS_BOT -->
036 <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a> <!-- ENDIF -->
037 <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
038 <!-- ENDIF -->
039 </td>
040 <!-- IF TOTAL_POSTS -->
041 <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
042 <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td>
043 <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
044 <!-- ENDIF -->
045 </tr>
046 </table>
047
048 <table class="tablebg" width="100%" cellspacing="1">
049 <tr>
050 <td class="cat">
051 <table width="100%" cellspacing="0">
052 <tr>
053 <td class="nav" nowrap="nowrap">
054 <!-- IF not S_IS_BOT -->
055 <!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
056 <!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
057 <!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
058 <!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
059 <!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->
060 <!-- ENDIF -->
061 </td>
062 <td class="nav" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> </td>
063 </tr>
064 </table>
065 </td>
066 </tr>
067 <!-- IF S_HAS_POLL -->
068 <tr>
069 <td class="row2" colspan="2" align="center"><br clear="all" />
070
071 <form method="post" action="{S_POLL_ACTION}">
072
073 <table cellspacing="0" cellpadding="4" border="0" align="center">
074 <tr>
075 <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
076 </tr>
077 <tr>
078 <td align="{S_CONTENT_FLOW_BEGIN}">
079 <table cellspacing="0" cellpadding="2" border="0">
080 <!-- BEGIN poll_option -->
081 <tr>
082 <!-- IF S_CAN_VOTE -->
083 <td>
084 <!-- IF S_IS_MULTI_CHOICE -->
085 <input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
086 <!-- ELSE -->
087 <input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
088 <!-- ENDIF -->
089 </td>
090 <!-- ENDIF -->
091 <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
092 <!-- IF S_DISPLAY_RESULTS -->
093 <td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
094 <td class="gen" align="{S_CONTENT_FLOW_END}"><b> {poll_option.POLL_OPTION_PERCENT} </b></td>
095 <td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
096 <!-- IF poll_option.POLL_OPTION_VOTED -->
097 <td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
098 <!-- ENDIF -->
099 <!-- ENDIF -->
100 </tr>
101 <!-- END poll_option -->
102 </table>
103 </td>
104 </tr>
105 <!-- IF S_CAN_VOTE -->
106 <tr>
107 <td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
108 </tr>
109 <!-- ENDIF -->
110 <!-- IF S_DISPLAY_RESULTS -->
111 <tr>
112 <td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td>
113 </tr>
114 <!-- ELSE -->
115 <tr>
116 <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>
117 </tr>
118 <!-- ENDIF -->
119 </table>
120 {S_HIDDEN_FIELDS}
121
122 </form>
123
124 </td>
125 </tr>
126 <!-- ENDIF -->
127 </table>
128
129 <!-- BEGIN postrow -->
130 <table class="tablebg" width="100%" cellspacing="1">
131 <!-- IF postrow.S_FIRST_ROW -->
132 <tr>
133 <th>{L_AUTHOR}</th>
134 <th>{L_MESSAGE}</th>
135 </tr>
136 <!-- ENDIF -->
137 <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
138
139 <!-- IF postrow.S_IGNORE_POST -->
140 <td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
141 <!-- ELSE -->
142
143 <td align="center" valign="middle">
144 <!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
145 <b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
146 </td>
147 <td width="100%" height="25">
148 <table width="100%" cellspacing="0">
149 <tr>
150 <!-- IF postrow.POST_ICON_IMG -->
151 <td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
152 <!-- ENDIF -->
153 <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};"> <b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE} </div></td>
154 </tr>
155 </table>
156 </td>
157 </tr>
158
159 <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
160
161 <td valign="top" class="profile">
162 <table cellspacing="4" align="center" width="150">
163 <!-- IF postrow.ONLINE_IMG -->
164 <tr>
165 <td>{postrow.ONLINE_IMG}</td>
166 </tr>
167 <!-- ENDIF -->
168 <!-- IF postrow.RANK_TITLE -->
169 <tr>
170 <td class="postdetails">{postrow.RANK_TITLE}</td>
171 </tr>
172 <!-- ENDIF -->
173 <!-- IF postrow.RANK_IMG -->
174 <tr>
175 <td>{postrow.RANK_IMG}</td>
176 </tr>
177 <!-- ENDIF -->
178 <!-- IF postrow.POSTER_AVATAR -->
179 <tr>
180 <td>{postrow.POSTER_AVATAR}</td>
181 </tr>
182 <!-- ENDIF -->
183 </table>
184
185 <span class="postdetails">
186 <!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
187 <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
188 <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
189
190 <!-- IF postrow.S_PROFILE_FIELD1 -->
191 <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
192 <br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
193 <!-- ENDIF -->
194
195 <!-- BEGIN custom_fields -->
196 <br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
197 <!-- END custom_fields -->
198 </span>
199
200 </td>
201 <td valign="top">
202 <table width="100%" cellspacing="5">
203 <tr>
204 <td>
205 <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
206 <table width="100%" cellspacing="0">
207 <tr>
208 <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
209 </tr>
210 </table>
211
212 <br clear="all" />
213 <!-- ENDIF -->
214
215 <div class="postbody">{postrow.MESSAGE}</div>
216
217 <!-- IF postrow.S_HAS_ATTACHMENTS -->
218 <br clear="all" /><br />
219
220 <table class="tablebg" width="100%" cellspacing="1">
221 <tr>
222 <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
223 </tr>
224 <!-- BEGIN attachment -->
225 <tr>
226 <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
227 </tr>
228 <!-- END attachment -->
229 </table>
230 <!-- ENDIF -->
231
232 <!-- IF postrow.S_DISPLAY_NOTICE -->
233 <span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
234 <!-- ENDIF -->
235 <!-- IF postrow.SIGNATURE -->
236 <span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
237 <!-- ENDIF -->
238
239 <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
240 <!-- IF postrow.EDIT_REASON -->
241 <br /><br />
242 <table class="tablebg" width="100%" cellspacing="1">
243 <tr>
244 <td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
245 </tr>
246 <tr>
247 <td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
248 </tr>
249 </table>
250 <!-- ELSE -->
251 <br /><br />
252 <span class="gensmall">{postrow.EDITED_MESSAGE}</span>
253 <!-- ENDIF -->
254 <!-- ENDIF -->
255
256 <!-- IF postrow.BUMPED_MESSAGE -->
257 <span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
258 <!-- ENDIF -->
259
260 <!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
261
262 <table width="100%" cellspacing="0">
263 <tr valign="middle">
264 <td class="gensmall" align="{S_CONTENT_FLOW_END}">
265 <!-- IF not S_IS_BOT -->
266 <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
267 <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
268 <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
269 <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
270 <!-- ENDIF -->
271 </td>
272 </tr>
273 </table>
274 </td>
275 </tr>
276 </table>
277 </td>
278 </tr>
279
280 <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
281
282 <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
283 <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"> <!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF --> </div></td>
284 </tr>
285
286 <!-- ENDIF -->
287
288 <tr>
289 <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
290 </tr>
291 </table>
292 <!-- END postrow -->
293
294 <table width="100%" cellspacing="1" class="tablebg">
295 <tr align="center">
296 <td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
297 </tr>
298 </table>
299
300 <table width="100%" cellspacing="1">
301 <tr>
302 <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
303 <!-- IF not S_IS_BOT -->
304 <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a> <!-- ENDIF -->
305 <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
306 <!-- ENDIF -->
307 </td>
308 <!-- IF TOTAL_POSTS -->
309 <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
310 <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td>
311 <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
312 <!-- ENDIF -->
313 </tr>
314 </table>
315
316 </div>
317
318 <div id="pagefooter"></div>
319
320 <br clear="all" />
321
322 <!-- INCLUDE breadcrumbs.html -->
323
324 <!-- IF S_DISPLAY_ONLINE_LIST -->
325 <br clear="all" />
326
327 <table class="tablebg" width="100%" cellspacing="1">
328 <tr>
329 <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
330 </tr>
331 <tr>
332 <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
333 </tr>
334 </table>
335 <!-- ENDIF -->
336
337 <br clear="all" />
338
339 <table width="100%" cellspacing="1">
340 <tr>
341 <td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td>
342 <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
343 </tr>
344 </table>
345
346 <br clear="all" />
347
348 <table width="100%" cellspacing="0">
349 <tr>
350 <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
351 <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
352 </tr>
353 </table>
354
355 <!-- INCLUDE overall_footer.html -->