diff options
Diffstat (limited to 'core/templates/mail.php')
-rw-r--r-- | core/templates/mail.php | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/core/templates/mail.php b/core/templates/mail.php new file mode 100644 index 00000000000..ebeefd5c7e8 --- /dev/null +++ b/core/templates/mail.php @@ -0,0 +1,33 @@ +<table cellspacing="0" cellpadding="0" border="0" width="100%"> +<tr><td> +<table cellspacing="0" cellpadding="0" border="0" width="600px"> +<tr> +<td bgcolor="#1d2d44" width="20px"> </td> +<td bgcolor="#1d2d44"> +<img src="<?php print_unescaped(OC_Helper::makeURLAbsolute(image_path('', 'logo-mail.gif'))); ?>" alt="ownCloud"/> +</td> +</tr> +<tr><td bgcolor="#f8f8f8" colspan="2"> </td></tr> +<tr> +<td bgcolor="#f8f8f8" width="20px"> </td> +<td bgcolor="#f8f8f8" style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;"> +<?php +print_unescaped($l->t('Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href="%s">View it!</a><br><br>Cheers!', array($_['user_displayname'], $_['filename'], $_['link']))); +?> +</td> +</tr> +<tr><td bgcolor="#f8f8f8" colspan="2"> </td></tr> +<tr> +<td bgcolor="#f8f8f8" width="20px"> </td> +<td bgcolor="#f8f8f8" style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">--<br> +ownCloud - <?php +print_unescaped($l->t('web services under your control')); +?> +<br><a href="http://owncloud.org">http://ownCloud.org</a></td> +</tr> +<tr> +<td bgcolor="#f8f8f8" colspan="2"> </td> +</tr> +</table> +</td></tr> +</table> |