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

Last change on this file was 702, checked in by george, 15 years ago
  • Upraveno: Aktualizace fóra.
File size: 2.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
5<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
6<meta http-equiv="content-style-type" content="text/css" />
7<meta http-equiv="content-language" content="{S_USER_LANG}" />
8<meta http-equiv="imagetoolbar" content="no" />
9<meta name="resource-type" content="document" />
10<meta name="distribution" content="global" />
11<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
12<meta name="keywords" content="" />
13<meta name="description" content="" />
14<meta name="robots" content="noindex" />
15{META}
16<title>{SITENAME} &bull; {PAGE_TITLE}</title>
17
18<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
19</head>
20
21<body id="phpbb">
22<div id="wrap">
23 <a id="top" name="top" accesskey="t"></a>
24
25 <div id="page-header">
26 <h1>{SITENAME}</h1>
27 <p>{SITE_DESCRIPTION}<br /><a href="{U_FORUM}">{U_FORUM}</a></p>
28
29 <h2>{TOPIC_TITLE}</h2>
30 <p><a href="{U_TOPIC}">{U_TOPIC}</a></p>
31 </div>
32
33 <div id="page-body">
34 <div class="page-number">{PAGE_NUMBER}</div>
35 <!-- BEGIN postrow -->
36 <div class="post">
37 <h3>{postrow.POST_SUBJECT}</h3>
38 <div class="date">{postrow.MINI_POST_IMG}{L_POSTED}: <strong>{postrow.POST_DATE}</strong></div>
39 <div class="author">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR}</strong></div>
40 <div class="content">{postrow.MESSAGE}</div>
41 </div>
42 <hr />
43 <!-- END postrow -->
44 </div>
45
46<!--
47 We request you retain the full copyright notice below including the link to www.phpbb.com.
48 This not only gives respect to the large amount of time given freely by the developers
49 but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
50 the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
51 "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
52 forums may be affected.
53
54 The phpBB Group : 2006
55//-->
56 <div id="page-footer">
57 <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
58 <div class="copyright">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</div>
59 </div>
60</div>
61
62</body>
63</html>
Note: See TracBrowser for help on using the repository browser.