source: trunk/forum/styles/subsilver2/template/viewtopic_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 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
17img {
18 border: 0;
19}
20
21td {
22 font-family: Verdana,serif;
23 font-size: 10pt;
24 line-height: 150%;
25}
26
27.code, .codecontent,
28.quote, .quotecontent {
29 margin: 0 5px 0 5px;
30 padding: 5px;
31 font-size: smaller;
32 border: black solid 1px;
33}
34
35.quotetitle {
36 color: black;
37 display : block;
38 font-weight: bold;
39}
40
41.forum {
42 font-family: Arial,Helvetica,sans-serif;
43 font-weight: bold;
44 font-size: 18pt;
45}
46
47.topic {
48 font-family: Arial,Helvetica,sans-serif;
49 font-size: 14pt;
50 font-weight: bold;
51}
52
53.gensmall {
54 font-size: 8pt;
55}
56
57hr {
58 color: #888;
59 height: 3px;
60 border-style: solid;
61}
62
63hr.sep {
64 color: #aaa;
65 height: 1px;
66 border-style: dashed;
67}
68//-->
69</style>
70
71</head>
72<body>
73
74<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
75<tr>
76 <td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall"><a href="{U_FORUM}">{U_FORUM}</a></span></td>
77</tr>
78<tr>
79 <td colspan="2"><br /></td>
80</tr>
81<tr>
82 <td><span class="topic">{TOPIC_TITLE}</span><br /><span class="gensmall"><a href="{U_TOPIC}">{U_TOPIC}</a></span></td>
83 <td align="{S_CONTENT_FLOW_END}" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>
84</tr>
85</table>
86
87<!-- BEGIN postrow -->
88
89 <hr width="85%" />
90
91 <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
92 <tr>
93 <td width="10%" nowrap="nowrap">{L_AUTHOR}:&nbsp;</td>
94 <td><b>{postrow.POST_AUTHOR}</b> [ {postrow.POST_DATE} ]</td>
95 </tr>
96 <tr>
97 <td width="10%" nowrap="nowrap">{L_POST_SUBJECT}:&nbsp;</td>
98 <td><b>{postrow.POST_SUBJECT}</b></td>
99 </tr>
100 <tr>
101 <td colspan="2"><hr class="sep" />{postrow.MESSAGE}
102
103 <!-- IF postrow.S_HAS_ATTACHMENTS -->
104 <br clear="all" /><br />
105
106 <table class="tablebg" width="100%" cellspacing="1">
107 <tr>
108 <td><b class="genmed">{L_ATTACHMENTS}: </b></td>
109 </tr>
110 <!-- BEGIN attachment -->
111 <tr>
112 <td>{postrow.attachment.DISPLAY_ATTACHMENT}</td>
113 </tr>
114 <!-- END attachment -->
115 </table>
116 <!-- ENDIF -->
117
118 </td>
119 </tr>
120 </table>
121<!-- END postrow -->
122
123<hr width="85%" />
124<!--
125 We request you retain the full copyright notice below including the link to www.phpbb.com.
126 This not only gives respect to the large amount of time given freely by the developers
127 but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
128 the full copyright we ask you at least leave in place the "Powered by phpBB" line. If you
129 refuse to include even this then support on our forums may be affected.
130
131 The phpBB Group : 2006
132// -->
133
134<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
135<tr>
136 <td><span class="gensmall">{PAGE_NUMBER}</span></td>
137 <td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td>
138</tr>
139<tr>
140 <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>
141</tr>
142</table>
143
144</body>
145</html>
Note: See TracBrowser for help on using the repository browser.