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 >
< td bgcolor = " #1d2d44 " width = " 20px " >& nbsp ; </ td >
< td bgcolor = " #1d2d44 " >
2013-07-24 13:51:21 +04:00
< img src = " <?php print_unescaped(OC_Helper::makeURLAbsolute(image_path('', 'logo-mail.gif'))); ?> " alt = " <?php p( $theme->getName ()); ?> " />
2013-06-14 19:38:56 +04:00
</ td >
</ tr >
< tr >< td bgcolor = " #f8f8f8 " colspan = " 2 " >& nbsp ; </ td ></ tr >
< tr >
< td bgcolor = " #f8f8f8 " width = " 20px " >& nbsp ; </ td >
< td bgcolor = " #f8f8f8 " style = " font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans; " >
< ? php
2013-09-30 12:02:26 +04:00
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>' , array ( $_ [ 'user_displayname' ], $_ [ 'filename' ], $_ [ 'link' ])));
if ( isset ( $_ [ 'expiration' ]) ) {
2013-09-30 15:33:49 +04:00
print_unescaped ( $l -> t ( " The share will expire on %s.<br><br> " , array ( $_ [ 'expiration' ])));
2013-09-30 12:02:26 +04:00
}
p ( $l -> t ( 'Cheers!' ));
2013-06-14 19:38:56 +04:00
?>
</ td >
</ tr >
< tr >< td bgcolor = " #f8f8f8 " colspan = " 2 " >& nbsp ; </ td ></ tr >
< tr >
< td bgcolor = " #f8f8f8 " width = " 20px " >& nbsp ; </ td >
< td bgcolor = " #f8f8f8 " 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 ()); ?>
< br >< a href = " <?php print_unescaped( $theme->getBaseUrl ()); ?> " >< ? php print_unescaped ( $theme -> getBaseUrl ()); ?> </a>
2013-09-25 13:51:28 +04:00
</ td >
2013-06-14 19:38:56 +04:00
</ tr >
< tr >
< td bgcolor = " #f8f8f8 " colspan = " 2 " >& nbsp ; </ td >
</ tr >
</ table >
</ td ></ tr >
</ table >