aboutsummaryrefslogtreecommitdiffstats
path: root/view/fr/smarty3/cmnt_received_html_body_eml.tpl
diff options
context:
space:
mode:
authorZach Prezkuta <fermion@gmx.com>2013-01-11 09:42:07 -0700
committerZach Prezkuta <fermion@gmx.com>2013-01-11 09:42:07 -0700
commit1c01cba21ebebe7d1b2586c2ef355e930ae3e722 (patch)
tree202847e81813dbd04acf41fbc46b80505852818c /view/fr/smarty3/cmnt_received_html_body_eml.tpl
parent89423844bbcfb8f62dd1672dd103ce6e8018a2e2 (diff)
downloadvolse-hubzilla-1c01cba21ebebe7d1b2586c2ef355e930ae3e722.tar.gz
volse-hubzilla-1c01cba21ebebe7d1b2586c2ef355e930ae3e722.tar.bz2
volse-hubzilla-1c01cba21ebebe7d1b2586c2ef355e930ae3e722.zip
automatic, command-line conversion
Diffstat (limited to 'view/fr/smarty3/cmnt_received_html_body_eml.tpl')
-rw-r--r--view/fr/smarty3/cmnt_received_html_body_eml.tpl25
1 files changed, 25 insertions, 0 deletions
diff --git a/view/fr/smarty3/cmnt_received_html_body_eml.tpl b/view/fr/smarty3/cmnt_received_html_body_eml.tpl
new file mode 100644
index 000000000..823b11c0b
--- /dev/null
+++ b/view/fr/smarty3/cmnt_received_html_body_eml.tpl
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
+<html>
+<head>
+ <title>Message de Friendica</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='{{$siteurl}}/images/friendika-32.png'><span style="padding:7px;">Friendica</span></td></tr>
+
+ <tr><td style="padding-top:22px;" colspan="2">{{$from}} a commenté un élément ou une conversation que vous suivez.</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-bottom:5px;"></td></tr>
+ <tr><td style="padding-right:22px;">{{$body}}</td></tr>
+ <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2"><a href="{{$display}}">Connectez-vous à {{$siteurl}} si vous souhaitez voir la conversation complète</a></td></tr>
+ <tr><td></td><td>Merci,</td></tr>
+ <tr><td></td><td>L'administrateur de {{$sitename}}</td></tr>
+ </tbody>
+</table>
+</body>
+</html> \ No newline at end of file