Blame Extras/phpBB/3.0.4/styles/subsilver2/template/viewtopic_print.html

4c79b5
4c79b5
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
4c79b5
<head>
4c79b5
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
4c79b5
<meta http-equiv="Content-Style-Type" content="text/css">
4c79b5
<meta http-equiv="Content-Language" content="{S_USER_LANG}">
4c79b5
<title>{SITENAME} :: {PAGE_TITLE}</title>
4c79b5
4c79b5
<style type="text/css">
4c79b5
4c79b5
4c79b5
body {
4c79b5
	font-family: Verdana,serif;
4c79b5
	font-size: 10pt;
4c79b5
}
4c79b5
4c79b5
img {
4c79b5
	border: 0;
4c79b5
}
4c79b5
4c79b5
td {
4c79b5
	font-family: Verdana,serif;
4c79b5
	font-size: 10pt;
4c79b5
	line-height: 150%;
4c79b5
}
4c79b5
4c79b5
.code,
4c79b5
.quote {
4c79b5
	font-size: smaller;
4c79b5
	border: black solid 1px;
4c79b5
}
4c79b5
4c79b5
.forum {
4c79b5
	font-family: Arial,Helvetica,sans-serif;
4c79b5
	font-weight: bold;
4c79b5
	font-size: 18pt;
4c79b5
}
4c79b5
4c79b5
.topic {
4c79b5
	font-family: Arial,Helvetica,sans-serif;
4c79b5
	font-size: 14pt;
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5
4c79b5
.gensmall {
4c79b5
	font-size: 8pt;
4c79b5
}
4c79b5
4c79b5
hr {
4c79b5
	color: #888;
4c79b5
	height: 3px;
4c79b5
	border-style: solid;
4c79b5
}
4c79b5
4c79b5
hr.sep {
4c79b5
	color: #aaa;
4c79b5
	height: 1px;
4c79b5
	border-style: dashed;
4c79b5
}
4c79b5
//-->
4c79b5
</style>
4c79b5
4c79b5
</head>
4c79b5
<body>
4c79b5
4c79b5
4c79b5
4c79b5
	{SITENAME}
{U_FORUM}
4c79b5
4c79b5
4c79b5
	
4c79b5
4c79b5
4c79b5
	{TOPIC_TITLE}
{U_TOPIC}
4c79b5
	{PAGE_NUMBER}
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
	
4c79b5
4c79b5
	
4c79b5
	
4c79b5
		{L_AUTHOR}: 
4c79b5
		<b<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}">{postrow.POST_AUTHOR} [ {postrow.POST_DATE} ]
4c79b5
	
4c79b5
	
4c79b5
		{L_POST_SUBJECT}: 
4c79b5
		{postrow.POST_SUBJECT}
4c79b5
	
4c79b5
	
4c79b5
		
{postrow.MESSAGE}
4c79b5
4c79b5
		
4c79b5
			

4c79b5
4c79b5
			
4c79b5
			
4c79b5
				{L_ATTACHMENTS}: 
4c79b5
			
4c79b5
			
4c79b5
				
4c79b5
					{postrow.attachment.DISPLAY_ATTACHMENT}
4c79b5
				
4c79b5
			
4c79b5
			
4c79b5
		
4c79b5
4c79b5
		
4c79b5
	
4c79b5
	
4c79b5
4c79b5
4c79b5

4c79b5
4c79b5
	We request you retain the full copyright notice below including the link to www.phpbb.com.
4c79b5
	This not only gives respect to the large amount of time given freely by the developers
4c79b5
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
4c79b5
	the full copyright we ask you at least leave in place the "Powered by phpBB" line. If you
4c79b5
	refuse to include even this then support on our forums may be affected.
4c79b5
4c79b5
	The phpBB Group : 2006
4c79b5
// -->
4c79b5
4c79b5
4c79b5
4c79b5
	{PAGE_NUMBER}
4c79b5
	{S_TIMEZONE}
4c79b5
4c79b5
4c79b5
	Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/
4c79b5
4c79b5
4c79b5
4c79b5
</body>
4c79b5
</html>