diff options
| author | Sam Varshavchik | 2013-08-19 16:39:41 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2013-08-25 14:43:51 -0400 | 
| commit | 9c45d9ad13fdf439d44d7443ae75da15ea0223ed (patch) | |
| tree | 7a81a04cb51efb078ee350859a64be2ebc6b8813 /sqwebmail/html/en-us/print.html | |
| parent | a9520698b770168d1f33d6301463bb70a19655ec (diff) | |
| download | courier-libs-9c45d9ad13fdf439d44d7443ae75da15ea0223ed.tar.bz2 | |
Initial checkin
Imported from subversion report, converted to git. Updated all paths in
scripts and makefiles, reflecting the new directory hierarchy.
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> | 
