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