2013-06-14 19:38:56 +04:00
< table cellspacing = " 0 " cellpadding = " 0 " border = " 0 " width = " 100% " >
< tr >< td >
< table cellspacing = " 0 " cellpadding = " 0 " border = " 0 " width = " 600px " >
< tr >
2014-03-03 20:36:12 +04:00
< td bgcolor = " <?php p( $theme->getMailHeaderColor ());?> " width = " 20px " >& nbsp ; </ td >
< td bgcolor = " <?php p( $theme->getMailHeaderColor ());?> " >
< img src = " <?php p(OC_Helper::makeURLAbsolute(image_path('', 'logo-mail.gif'))); ?> " alt = " <?php p( $theme->getName ()); ?> " />
2013-06-14 19:38:56 +04:00
</ td >
</ tr >
2014-03-03 15:21:08 +04:00
< tr >< td colspan = " 2 " >& nbsp ; </ td ></ tr >
2013-06-14 19:38:56 +04:00
< tr >
2014-03-03 15:21:08 +04:00
< td width = " 20px " >& nbsp ; </ td >
< td style = " font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans; " >
2013-06-14 19:38:56 +04:00
< ? php
2014-01-09 13:54:23 +04:00
print_unescaped ( $l -> t ( 'Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href="%s">View it!</a><br><br>' , array ( $_ [ 'user_displayname' ], $_ [ 'filename' ], $_ [ 'link' ])));
2013-09-30 12:02:26 +04:00
if ( isset ( $_ [ 'expiration' ]) ) {
2013-11-21 12:58:35 +04:00
p ( $l -> t ( " The share will expire on %s. " , array ( $_ [ 'expiration' ])));
print_unescaped ( '<br><br>' );
2013-09-30 12:02:26 +04:00
}
2014-08-20 17:14:07 +04:00
// TRANSLATORS term at the end of a mail
2013-09-30 12:02:26 +04:00
p ( $l -> t ( 'Cheers!' ));
2013-06-14 19:38:56 +04:00
?>
</ td >
</ tr >
2014-03-03 15:21:08 +04:00
< tr >< td colspan = " 2 " >& nbsp ; </ td ></ tr >
2013-06-14 19:38:56 +04:00
< tr >
2014-03-03 15:21:08 +04:00
< td width = " 20px " >& nbsp ; </ td >
< td style = " font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans; " >--< br >
2013-09-30 12:02:26 +04:00
< ? php p ( $theme -> getName ()); ?> -
< ? php p ( $theme -> getSlogan ()); ?>
2014-03-03 20:36:12 +04:00
< br >< a href = " <?php p( $theme->getBaseUrl ()); ?> " >< ? php p ( $theme -> getBaseUrl ()); ?> </a>
2013-09-25 13:51:28 +04:00
</ td >
2013-06-14 19:38:56 +04:00
</ tr >
< tr >
2014-03-03 15:21:08 +04:00
< td colspan = " 2 " >& nbsp ; </ td >
2013-06-14 19:38:56 +04:00
</ tr >
</ table >
</ td ></ tr >
</ table >