diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-12-26 09:16:33 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-12-26 09:16:33 +0100 |
commit | f29507cdbab2f81a05e20ed792e9e73af771e4be (patch) | |
tree | 2c71012707cab8a200a8fcf6e88c501663646db8 /view/de/wall_received_html_body_eml.tpl | |
parent | f1b7ce6ef404034c4be0404f6dc5a45848f95390 (diff) | |
download | volse-hubzilla-f29507cdbab2f81a05e20ed792e9e73af771e4be.tar.gz volse-hubzilla-f29507cdbab2f81a05e20ed792e9e73af771e4be.tar.bz2 volse-hubzilla-f29507cdbab2f81a05e20ed792e9e73af771e4be.zip |
translation of email templates
Diffstat (limited to 'view/de/wall_received_html_body_eml.tpl')
-rw-r--r-- | view/de/wall_received_html_body_eml.tpl | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/view/de/wall_received_html_body_eml.tpl b/view/de/wall_received_html_body_eml.tpl new file mode 100644 index 000000000..407e4fdce --- /dev/null +++ b/view/de/wall_received_html_body_eml.tpl @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> +<html> +<head> + <title>Friendica Nachricht</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/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr> + + <tr><td style="padding-top:22px;" colspan="2">$from hat etwas auf deine Pinnwand gepostet.</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">Bitte melde dich auf <a href="$siteurl">$siteurl</a> an um <a href="$display">den Eintrag anzusehen oder ihn zu löschen</a>.</td></tr> + <tr><td></td><td>Beste Grüße,</td></tr> + <tr><td></td><td>$sitename Administrator</td></tr> + </tbody> +</table> +</body> +</html> |