source: Forum/styles/lol_bb3_v3/template/ucp_pm_viewmessage_print.html @ 307

Revision 307, 3.3 KB checked in by darkman83, 14 months ago (diff)
  • mhm
  • Property svn:mime-type set to text/plain
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
5<meta http-equiv="Content-Style-Type" content="text/css">
6<meta http-equiv="Content-Language" content="{S_USER_LANG}">
7<title>{SITENAME} :: {PAGE_TITLE}</title>
8
9<style type="text/css">
10<!--
11
12body {
13        font-family: Verdana,serif;
14        font-size: 10pt;
15}
16
17td {
18        font-family: Verdana,serif;
19        font-size: 10pt;
20        line-height: 150%;
21}
22
23.code,
24.quote {
25        font-size: smaller;
26        border: black solid 1px;
27}
28
29.forum {
30        font-family: Arial,Helvetica,sans-serif;
31        font-weight: bold;
32        font-size: 18pt;
33}
34
35.topic {
36        font-family: Arial,Helvetica,sans-serif;
37        font-size: 14pt;
38        font-weight: bold;
39}
40
41.gensmall {
42        font-size: 8pt;
43}
44
45hr {
46        color: #888;
47        height: 3px;
48        border-style: solid;
49}
50
51hr.sep {
52        color: #aaa;
53        height: 1px;
54        border-style: dashed;
55}
56//-->
57</style>
58
59</head>
60<body>
61
62<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
63<tr>
64        <td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</a></span></td>
65</tr>
66<tr>
67        <td colspan="2"><br /></td>
68</tr>
69<tr>
70        <td><span class="topic">{SUBJECT}</span><br /></td>
71        <td align="{S_CONTENT_FLOW_END}" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>
72</tr>
73</table>
74
75<hr width="85%" />
76
77<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
78<tr>
79        <td width="10%" nowrap="nowrap">{L_PM_FROM}:&nbsp;</td>
80        <td><b>{MESSAGE_AUTHOR}</b> [ {SENT_DATE} ]</td>
81</tr>
82       
83<!-- IF S_TO_RECIPIENT -->
84        <tr>
85                <td width="10%" nowrap="nowrap">{L_TO}:</td>
86                <td>
87                <!-- BEGIN to_recipient -->
88                        <!-- 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>&nbsp;
89                <!-- END to_recipient -->
90                </td>
91        </tr>
92<!-- ENDIF -->
93
94<!-- IF S_BCC_RECIPIENT -->
95        <tr>
96                <td width="10%" nowrap="nowrap">{L_BCC}:</td>
97                <td>
98                <!-- BEGIN bcc_recipient -->
99                        <!-- 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>&nbsp;
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 &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>
127</tr>
128</table>
129
130</body>
131</html>
Note: See TracBrowser for help on using the repository browser.