diff options
Diffstat (limited to 'sqwebmail/html/en-us/print.html')
| -rw-r--r-- | sqwebmail/html/en-us/print.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sqwebmail/html/en-us/print.html b/sqwebmail/html/en-us/print.html new file mode 100644 index 0000000..f2beb5a --- /dev/null +++ b/sqwebmail/html/en-us/print.html @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>Message</title> + <meta name="GENERATOR" content="amaya 8.0, see http://www.w3.org/Amaya/" /> + <meta name="MSSmartTagsPreventParsing" content="TRUE" /> + <!-- + + [#$BADCONTENTTYPE=Unable to display unknown MIME type: %s#] + + [#$ATTSTUB=Attachment: %s#] + + [#$CHSET=<table width="90%%" align="center" border="0" bgcolor="#000000"><tr><td><table width="100%%" border="0" bgcolor="#eeeeee"><tr><td style="padding: 1em">The above text is written in the "<span class="tt">%s</span>" character set,<br />and some characters could not be converted to your display's "<span class="tt">%s</span>" character set.</td></tr></table></td></tr></table>#] + + [#$HTML=<table align="center" border="0" bgcolor="#000000" cellpadding="1"><tr><td><table width="100%%" border="0" cellspacing="0" cellpadding="8" bgcolor="#eeeeee"><tr><td>HTML content follows</td></tr></table></td></tr></table><br /><br />#] + + [#$MIMEGPGNOTICE=<p align="center">The following message contains signed or encrypted content.</p>#] + + [#$NOTCOMPACTGPG=<p align="center" style="color: #800000">The encryption algorithm in the following message is not currently supported</p>#] + + [#$DECRYPT=<p align="center">(Decrypt/Verify)</p>#] + + [#$KEY=<table border="0" bgcolor="#000000" cellpadding="1"><tr><td><table border="0" cellspacing="0" cellpadding="8" bgcolor="#eeeeee"><tr><td>Encryption key</td></tr></table></td></tr></table>#] + + --> + <link rel="stylesheet" type="text/css" href="[#SQWEBMAILCSS#]" /> +</head> + +<body> +<p>[#M#]</p> + +<p>[#B#]</p> +</body> +</html> |
