diff options
author | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-16 05:17:40 -0800 |
---|---|---|
committer | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-16 05:17:40 -0800 |
commit | e56895123aea566cd7a3fbe3acf522bcb34bc0b2 (patch) | |
tree | b636e226791db2206f85a7cc359fc300ba7b78a5 /view/it/mail_received_html_body_eml.tpl | |
parent | 0d853433eb9b3e6d7bd4305f42bad739ca7a7e48 (diff) | |
download | volse-hubzilla-e56895123aea566cd7a3fbe3acf522bcb34bc0b2.tar.gz volse-hubzilla-e56895123aea566cd7a3fbe3acf522bcb34bc0b2.tar.bz2 volse-hubzilla-e56895123aea566cd7a3fbe3acf522bcb34bc0b2.zip |
changed message sending to use base64 encoding
Diffstat (limited to 'view/it/mail_received_html_body_eml.tpl')
-rw-r--r-- | view/it/mail_received_html_body_eml.tpl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/view/it/mail_received_html_body_eml.tpl b/view/it/mail_received_html_body_eml.tpl new file mode 100644 index 000000000..a3c71cef9 --- /dev/null +++ b/view/it/mail_received_html_body_eml.tpl @@ -0,0 +1,25 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> +<html> +<head> + <title>Friendika Messsaggio</title> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +</head> +<body> +<table style="border:1px solid #ccc"> + <tbody> + <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$hostname/images/ff-32.jpg'><span style="padding:7px;">Friendika</span></td></tr> + + <tr><td style="padding-top:22px;" colspan="2">Hai ricevuto un nuovo messsaggio privato su $siteName da '$from'.</td></tr> + + + <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> + <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> + <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> + <tr><td style="padding-right:22px;">$htmlversion</td></tr> + <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Accedi a $siteurl per leggere e rispondere ai tuoi messaggi privati.</td></tr> + <tr><td></td><td>Grazie,</td></tr> + <tr><td></td><td>L'amministratore di $siteName</td></tr> + </tbody> +</table> +</body> +</html> |