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_print.html
001 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
002 <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
003 <head>
004 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
005 <meta http-equiv="Content-Style-Type" content="text/css">
006 <meta http-equiv="Content-Language" content="{S_USER_LANG}">
007 <title>{SITENAME} :: {PAGE_TITLE}</title>
008
009 <style type="text/css">
010 <!--
011
012 body {
013 font-family: Verdana,serif;
014 font-size: 10pt;
015 }
016
017 img {
018 border: 0;
019 }
020
021 td {
022 font-family: Verdana,serif;
023 font-size: 10pt;
024 line-height: 150%;
025 }
026
027 .code,
028 .quote {
029 font-size: smaller;
030 border: black solid 1px;
031 }
032
033 .forum {
034 font-family: Arial,Helvetica,sans-serif;
035 font-weight: bold;
036 font-size: 18pt;
037 }
038
039 .topic {
040 font-family: Arial,Helvetica,sans-serif;
041 font-size: 14pt;
042 font-weight: bold;
043 }
044
045 .gensmall {
046 font-size: 8pt;
047 }
048
049 hr {
050 color: #888;
051 height: 3px;
052 border-style: solid;
053 }
054
055 hr.sep {
056 color: #aaa;
057 height: 1px;
058 border-style: dashed;
059 }
060 //-->
061 </style>
062
063 </head>
064 <body>
065
066 <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
067 <tr>
068 <td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall"><a href="{U_FORUM}">{U_FORUM}</a></span></td>
069 </tr>
070 <tr>
071 <td colspan="2"><br /></td>
072 </tr>
073 <tr>
074 <td><span class="topic">{TOPIC_TITLE}</span><br /><span class="gensmall"><a href="{U_TOPIC}">{U_TOPIC}</a></span></td>
075 <td align="{S_CONTENT_FLOW_END}" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>
076 </tr>
077 </table>
078
079 <!-- BEGIN postrow -->
080
081 <hr width="85%" />
082
083 <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
084 <tr>
085 <td width="10%" nowrap="nowrap">{L_AUTHOR}: </td>
086 <td><b<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b> [ {postrow.POST_DATE} ]</td>
087 </tr>
088 <tr>
089 <td width="10%" nowrap="nowrap">{L_POST_SUBJECT}: </td>
090 <td><b>{postrow.POST_SUBJECT}</b></td>
091 </tr>
092 <tr>
093 <td colspan="2"><hr class="sep" />{postrow.MESSAGE}
094
095 <!-- IF postrow.S_HAS_ATTACHMENTS -->
096 <br clear="all" /><br />
097
098 <table class="tablebg" width="100%" cellspacing="1">
099 <tr>
100 <td><b class="genmed">{L_ATTACHMENTS}: </b></td>
101 </tr>
102 <!-- BEGIN attachment -->
103 <tr>
104 <td>{postrow.attachment.DISPLAY_ATTACHMENT}</td>
105 </tr>
106 <!-- END attachment -->
107 </table>
108 <!-- ENDIF -->
109
110 </td>
111 </tr>
112 </table>
113 <!-- END postrow -->
114
115 <hr width="85%" />
116 <!--
117 We request you retain the full copyright notice below including the link to www.phpbb.com.
118 This not only gives respect to the large amount of time given freely by the developers
119 but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
120 the full copyright we ask you at least leave in place the "Powered by phpBB" line. If you
121 refuse to include even this then support on our forums may be affected.
122
123 The phpBB Group : 2006
124 // -->
125
126 <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
127 <tr>
128 <td><span class="gensmall">{PAGE_NUMBER}</span></td>
129 <td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td>
130 </tr>
131 <tr>
132 <td colspan="2" align="center"><span class="gensmall">Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>
133 </tr>
134 </table>
135
136 </body>
137 </html>