aboutsummaryrefslogtreecommitdiffstats
path: root/view/it/smarty3/wall_received_html_body_eml.tpl
diff options
context:
space:
mode:
authorZach Prezkuta <fermion@gmx.com>2013-01-10 21:24:10 -0700
committerZach Prezkuta <fermion@gmx.com>2013-01-10 21:24:10 -0700
commitddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8 (patch)
tree932ca3c5a6c5689f2cd2989b94c7d7a779ee7b37 /view/it/smarty3/wall_received_html_body_eml.tpl
parentf0a08a05aedd8add7990f26c1a0d1894ddd06683 (diff)
downloadvolse-hubzilla-ddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8.tar.gz
volse-hubzilla-ddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8.tar.bz2
volse-hubzilla-ddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8.zip
add Smarty templates for international templates
Diffstat (limited to 'view/it/smarty3/wall_received_html_body_eml.tpl')
-rw-r--r--view/it/smarty3/wall_received_html_body_eml.tpl24
1 files changed, 24 insertions, 0 deletions
diff --git a/view/it/smarty3/wall_received_html_body_eml.tpl b/view/it/smarty3/wall_received_html_body_eml.tpl
new file mode 100644
index 000000000..4b494e193
--- /dev/null
+++ b/view/it/smarty3/wall_received_html_body_eml.tpl
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
+<html>
+<head>
+ <title>Messaggio da Friendika</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:#084769; 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; float:left;" src='{{$siteurl}}/images/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr>
+
+ <tr><td style="padding-top:22px;" colspan="2">{{$from}} ha scritto sulla tua bacheca.</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="padding-right:22px;">{{$body}}</td></tr>
+ <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Vai su <a href="{{$siteurl}}">{{$siteurl}}</a> per <a href="{{$display}}">vedere o cancellare il post</a>.</td></tr>
+ <tr><td></td><td>Grazie,</td></tr>
+ <tr><td></td><td>L'amministratore di {{$sitename}}</td></tr>
+ </tbody>
+</table>
+</body>
+</html> \ No newline at end of file