Blame Extras/phpBB/3.0.4/styles/modern/template/ucp_pm_viewmessage_print.html

4c79b5
4c79b5
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml: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
body {
4c79b5
	font-family: Verdana,serif;
4c79b5
	font-size: 10pt;
4c79b5
}
4c79b5
4c79b5
td {
4c79b5
	font-family: Verdana,serif;
4c79b5
	font-size: 10pt;
4c79b5
	line-height: 150%;
4c79b5
}
4c79b5
4c79b5
.code, .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: #888888;
4c79b5
	height: 3px;
4c79b5
	border-style: solid;
4c79b5
}
4c79b5
4c79b5
hr.sep	{
4c79b5
	color: #AAAAAA;
4c79b5
	height: 1px;
4c79b5
	border-style: dashed;
4c79b5
}
4c79b5
/* ]]> */
4c79b5
</style>
4c79b5
4c79b5
</head>
4c79b5
<body>
4c79b5
4c79b5
4c79b5
4c79b5
	{SITENAME}
{L_PRIVATE_MESSAGING}
4c79b5
4c79b5
4c79b5
	
4c79b5
4c79b5
4c79b5
	{SUBJECT}
4c79b5
	{PAGE_NUMBER}
4c79b5
4c79b5
4c79b5
4c79b5

4c79b5
4c79b5
4c79b5
4c79b5
	{L_PM_FROM}: 
4c79b5
	{MESSAGE_AUTHOR} [ {SENT_DATE} ]
4c79b5
4c79b5
4c79b5
4c79b5
	
4c79b5
		{L_TO}:
4c79b5
		
4c79b5
		
4c79b5
			<span<!-- IF to_recipient.IS_GROUP --> class="sep">{to_recipient.NAME} 
4c79b5
		
4c79b5
		
4c79b5
	
4c79b5
4c79b5
4c79b5
4c79b5
	
4c79b5
		{L_BCC}:
4c79b5
		
4c79b5
		
4c79b5
			<span<!-- IF bcc_recipient.IS_GROUP --> class="sep">{bcc_recipient.NAME} 
4c79b5
		
4c79b5
		
4c79b5
	
4c79b5
4c79b5
4c79b5
	
{MESSAGE}
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, with
4c79b5
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
4c79b5
	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>