source: branches/posledni/forum/styles/prosilver/template/ucp_pm_viewmessage_print.html

Last change on this file was 702, checked in by george, 15 years ago
  • Upraveno: Aktualizace fóra.
File size: 3.3 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml: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/* <![CDATA[ */
11body {
12 font-family: Verdana,serif;
13 font-size: 10pt;
14}
15
16td {
17 font-family: Verdana,serif;
18 font-size: 10pt;
19 line-height: 150%;
20}
21
22.code, .quote {
23 font-size: smaller;
24 border: black solid 1px;
25}
26
27.forum {
28 font-family: Arial,Helvetica,sans-serif;
29 font-weight: bold;
30 font-size: 18pt;
31}
32
33.topic {
34 font-family: Arial,Helvetica,sans-serif;
35 font-size: 14pt;
36 font-weight: bold;
37}
38
39.gensmall {
40 font-size: 8pt;
41}
42
43hr {
44 color: #888888;
45 height: 3px;
46 border-style: solid;
47}
48
49hr.sep {
50 color: #AAAAAA;
51 height: 1px;
52 border-style: dashed;
53}
54/* ]]> */
55</style>
56
57</head>
58<body>
59
60<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
61<tr>
62 <td colspan="2" align="center"><span class="forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</a></span></td>
63</tr>
64<tr>
65 <td colspan="2"><br /></td>
66</tr>
67<tr>
68 <td><span class="topic">{SUBJECT}</span><br /></td>
69 <td align="right" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>
70</tr>
71</table>
72
73<hr width="85%" />
74
75<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
76<tr>
77 <td width="10%" nowrap="nowrap">{L_PM_FROM}:&nbsp;</td>
78 <td><strong>{MESSAGE_AUTHOR}</strong> [ {SENT_DATE} ]</td>
79</tr>
80
81<!-- IF S_TO_RECIPIENT -->
82 <tr>
83 <td width="10%" nowrap="nowrap">{L_TO}:</td>
84 <td>
85 <!-- BEGIN to_recipient -->
86 <span<!-- IF to_recipient.IS_GROUP --> class="sep"<!-- ENDIF -->>{to_recipient.NAME}</span>&nbsp;
87 <!-- END to_recipient -->
88 </td>
89 </tr>
90<!-- ENDIF -->
91
92<!-- IF S_BCC_RECIPIENT -->
93 <tr>
94 <td width="10%" nowrap="nowrap">{L_BCC}:</td>
95 <td>
96 <!-- BEGIN bcc_recipient -->
97 <!-- 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;
98 <!-- END bcc_recipient -->
99 </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 &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>
126</tr>
127</table>
128
129</body>
130</html>
Note: See TracBrowser for help on using the repository browser.