source: trunk/forum/styles/wowred/template/viewtopic_print.html

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