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 |
ucp_pm_viewmessage_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 td {
018 font-family: Verdana,serif;
019 font-size: 10pt;
020 line-height: 150%;
021 }
022
023 .code,
024 .quote {
025 font-size: smaller;
026 border: black solid 1px;
027 }
028
029 .forum {
030 font-family: Arial,Helvetica,sans-serif;
031 font-weight: bold;
032 font-size: 18pt;
033 }
034
035 .topic {
036 font-family: Arial,Helvetica,sans-serif;
037 font-size: 14pt;
038 font-weight: bold;
039 }
040
041 .gensmall {
042 font-size: 8pt;
043 }
044
045 hr {
046 color: #888;
047 height: 3px;
048 border-style: solid;
049 }
050
051 hr.sep {
052 color: #aaa;
053 height: 1px;
054 border-style: dashed;
055 }
056 //-->
057 </style>
058
059 </head>
060 <body>
061
062 <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
063 <tr>
064 <td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</a></span></td>
065 </tr>
066 <tr>
067 <td colspan="2"><br /></td>
068 </tr>
069 <tr>
070 <td><span class="topic">{SUBJECT}</span><br /></td>
071 <td align="{S_CONTENT_FLOW_END}" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>
072 </tr>
073 </table>
074
075 <hr width="85%" />
076
077 <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
078 <tr>
079 <td width="10%" nowrap="nowrap">{L_PM_FROM}: </td>
080 <td><b>{MESSAGE_AUTHOR}</b> [ {SENT_DATE} ]</td>
081 </tr>
082
083 <!-- IF S_TO_RECIPIENT -->
084 <tr>
085 <td width="10%" nowrap="nowrap">{L_TO}:</td>
086 <td>
087 <!-- BEGIN to_recipient -->
088 <!-- IF to_recipient.COLOUR --><span style="color:{to_recipient.COLOUR}"><!-- ELSE --><span<!-- IF to_recipient.IS_GROUP --> class="sep"<!-- ENDIF -->><!-- ENDIF -->{to_recipient.NAME}</span>
089 <!-- END to_recipient -->
090 </td>
091 </tr>
092 <!-- ENDIF -->
093
094 <!-- IF S_BCC_RECIPIENT -->
095 <tr>
096 <td width="10%" nowrap="nowrap">{L_BCC}:</td>
097 <td>
098 <!-- BEGIN bcc_recipient -->
099 <!-- IF bcc_recipient.COLOUR --><span style="color:{bcc_recipient.COLOUR}"><!-- ELSE --><span<!-- IF bcc_recipient.IS_GROUP --> class="sep"<!-- ENDIF -->><!-- ENDIF -->{bcc_recipient.NAME}</span>
100 <!-- END bcc_recipient -->
101 </td>
102 </tr>
103 <!-- ENDIF -->
104 <tr>
105 <td colspan="2"><hr class="sep" />{MESSAGE}</td>
106 </tr>
107 </table>
108
109 <hr width="85%" />
110 <!--
111 We request you retain the full copyright notice below including the link to www.phpbb.com.
112 This not only gives respect to the large amount of time given freely by the developers
113 but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
114 the full copyright we ask you at least leave in place the "Powered by phpBB" line. If you
115 refuse to include even this then support on our forums may be affected.
116
117 The phpBB Group : 2006
118 // -->
119
120 <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
121 <tr>
122 <td><span class="gensmall">{PAGE_NUMBER}</span></td>
123 <td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td>
124 </tr>
125 <tr>
126 <td colspan="2" align="center"><span class="gensmall">Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>
127 </tr>
128 </table>
129
130 </body>
131 </html>
132