Integrate new template for all kind of email notifications

This commit is contained in:
Andy Strobel 2014-07-01 16:45:39 +02:00
parent 752875a703
commit 6bd48f4a3a
40 changed files with 7937 additions and 4425 deletions

View File

@ -1,65 +1,146 @@
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60"
class="flexibleContainer">
<tbody>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo $user->getUrl(); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50"
class="flexibleImage">
</a>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('PollsModule.base', 'answered question'); ?>
<br><?php echo Helpers::truncateText($target->question, 25); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in
<strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => 'Poll', 'id' => $target->id)); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('PollsModule.base', 'Go to poll'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480"
class="flexibleContainer">
<tbody>
<!--start space height -->
<tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('PollsModule.base', 'answered question'); ?>
<br><?php echo Helpers::truncateText($target->question, 25); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in
<strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
<br/>
<br>
<a href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => 'Poll', 'id' => $target->id)); ?>"><?php echo Yii::t('PollsModule.base', 'Go to poll...'); ?></a>
</td>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,63 +1,156 @@
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60"
class="flexibleContainer">
<tbody>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo $user->getUrl(); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50"
class="flexibleImage">
</a>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('PollsModule.base', 'asked the question:'); ?>
<br><?php echo Helpers::truncateText($target->question, 25); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in
<strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => 'Poll', 'id' => $target->id)); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('PollsModule.base', 'Vote now'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480"
class="flexibleContainer">
<tbody>
<!--start space height -->
<tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('PollsModule.base', 'asked the question:'); ?>
<br><?php echo Helpers::truncateText($target->question, 25); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in
<strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
<br/>
<br>
<a href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => 'Poll', 'id' => $target->id)); ?>"><?php echo Yii::t('PollsModule.base', 'Vote now...'); ?></a>
</td>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,59 +1,143 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('PollModule.base', 'created a new poll and assigned you.'); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('PostModule.base', 'go to poll'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('PollModule.base', 'created a new poll and assigned you.'); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<br/>
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('PostModule.base', 'go to poll'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,55 +1,143 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $user->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('ActivityModule.base', 'was assigned to the task:'); ?> <?php echo Helpers::truncateText($target->title, 25); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model'=>'Task', 'id'=>$target->id)); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('ActivityModule.base', 'go to task'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('ActivityModule.base', 'was assigned to the task:'); ?> <?php echo Helpers::truncateText($target->title, 25); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<a href=""<?php echo Yii::app()->createUrl('wall/perma/content', array('model'=>'Task', 'id'=>$target->id)); ?>"><?php echo Yii::t('ActivityModule.base', 'go to task'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,54 +1,160 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $user->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('ActivityModule.base', 'created the task:'); ?> <?php echo Helpers::truncateText($target->title, 25); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model'=>'Task', 'id'=>$target->id)); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('ActivityModule.base', 'go to task'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('ActivityModule.base', 'created the task:'); ?> <?php echo Helpers::truncateText($target->title, 25); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<a href=""<?php echo Yii::app()->createUrl('wall/perma/content', array('model'=>'Task', 'id'=>$target->id)); ?>"><?php echo Yii::t('ActivityModule.base', 'go to task'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,52 +1,170 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $user->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('ActivityModule.base', 'finished task:'); ?> <?php echo Helpers::truncateText($target->title, 25); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model'=>'Task', 'id'=>$target->id)); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('ActivityModule.base', 'go to task'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('ActivityModule.base', 'finished task:'); ?> <?php echo Helpers::truncateText($target->title, 25); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<a href=""<?php echo Yii::app()->createUrl('wall/perma/content', array('model'=>'Task', 'id'=>$target->id)); ?>"><?php echo Yii::t('ActivityModule.base', 'go to task'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,59 +1,145 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('TasksModule.base', 'assigned you to the task '); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('TasksModule.base', 'go to task'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('TasksModule.base', 'assigned you to the task '); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<br/>
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('TasksModule.base', 'go to task'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,59 +1,148 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('TasksModule.base', 'created the task '); ?> <strong><?php echo $targetObject->getContentTitle(); ?></strong>. <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('TasksModule.base', 'go to task'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('TasksModule.base', 'created the task '); ?> <strong><?php echo $targetObject->getContentTitle(); ?></strong>. <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<br/>
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('TasksModule.base', 'go to task'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,59 +1,151 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('TasksModule.base', 'finished task'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('TasksModule.base', 'go to task'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('TasksModule.base', 'finished task'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<br/>
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('TasksModule.base', 'go to task'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,54 +1,129 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('ActivityModule.base', 'created the new space'); ?> <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><br/>
<br/>
<a href="<?php echo Yii::app()->createUrl('space/space', array('sguid' => $workspace->guid)) ?>"><?php echo Yii::t('ActivityModule.base', 'Visit space'); ?></a>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('ActivityModule.base', 'created the new space'); ?> <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('space/space', array('sguid' => $workspace->guid)) ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('ActivityModule.base', 'Visit space'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,54 +1,132 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('ActivityModule.base', 'joined the space'); ?> <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><br/>
<br/>
<a href="<?php echo Yii::app()->createUrl('space/space', array('sguid' => $workspace->guid)) ?>"><?php echo Yii::t('ActivityModule.base', 'Visit space'); ?></a>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('ActivityModule.base', 'joined the space'); ?> <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('space/space', array('sguid' => $workspace->guid)) ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('ActivityModule.base', 'Visit space'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,55 +1,136 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('ActivityModule.base', 'left the space'); ?> <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><br/>
<br/>
<a href="<?php echo Yii::app()->createUrl('space/space', array('sguid' => $workspace->guid)) ?>"><?php echo Yii::t('ActivityModule.base', 'Visit space'); ?></a>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('ActivityModule.base', 'left the space'); ?> <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('space/space', array('sguid' => $workspace->guid)) ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('ActivityModule.base', 'Visit space'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,54 +1,141 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"><?php echo $user->displayName; ?></a></strong> <?php echo Yii::t('ActivityModule.base', 'now follows'); ?> <strong><a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $target->guid)); ?>"><?php echo $target->displayName; ?></a></strong>
<?php echo $sourceObject->message; ?>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('ActivityModule.base', 'now follows'); ?> <strong><a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $target->guid)); ?>"><?php echo $target->displayName; ?></a></strong>
<em>"<?php echo $sourceObject->message; ?>"</em>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('space/space', array('sguid' => $workspace->guid)) ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('ActivityModule.base', 'Visit space'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -164,7 +164,7 @@ class Comment extends HActiveRecordContentAddon {
* @return String
*/
public function getContentTitle() {
return "Comment \"" . Helpers::truncateText($this->message, 25) . "\"";
return "Comment \"" . Helpers::truncateText($this->message, 40) . "\"";
}
}

View File

@ -1,56 +1,141 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $user->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('CommentModule.base', 'wrote a new comment'); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>:<br/>
<?php echo ActivityModule::formatOutput($target->message); ?>
<br/>
<a href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => 'Comment', 'id' => $target->id)); ?>"><?php echo Yii::t('CommentModule.base', 'go to post'); ?></a>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('CommentModule.base', 'wrote a new comment'); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>:<br/>
<em>"<?php echo ActivityModule::formatOutput($target->message); ?>"</em>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => 'Comment', 'id' => $target->id)); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('CommentModule.base', 'go to post'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,57 +1,148 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('CommentModule.base', 'also commented'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>:<br/>
<em>"<?php echo NotificationModule::formatOutput($sourceObject->message); ?>"</em>
&nbsp;
<br>
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('CommentModule.base', 'go to post'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('CommentModule.base', 'also commented'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>:<br/>
<?php echo NotificationModule::formatOutput($sourceObject->message); ?>
<br/>
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('CommentModule.base', 'go to post'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,55 +1,143 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('CommentModule.base', 'commented your'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>:<br/>
<em>"<?php echo NotificationModule::formatOutput($sourceObject->message); ?>"</em>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('CommentModule.base', 'go to post'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('CommentModule.base', 'commented your'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>:<br/>
<?php echo NotificationModule::formatOutput($sourceObject->message); ?>
<br/>
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('CommentModule.base', 'go to post'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,54 +1,143 @@
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('LikeModule.base', 'liked the'); ?> <?php echo $target->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<br/>
<a href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => get_class($target), 'id' => $target->id)); ?>"><?php echo Yii::t('ActivityModule.base', 'See online'); ?></a>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('LikeModule.base', 'liked the'); ?> <?php echo $target->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => get_class($target), 'id' => $target->id)); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('LikeModule.base', 'See online'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,57 +1,121 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<?php echo $creator->displayName; ?>
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<?php echo Yii::t('LikeModule.base', 'also likes the'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('LikeModule.base', 'go to post'); ?></strong></a></span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('LikeModule.base', 'likes the'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<br/>
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('LikeModule.base', 'go to post'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,57 +1,122 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('LikeModule.base', 'likes your'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in
<strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('LikeModule.base', 'go to post'); ?></strong></a></span>
<!-- END: CONTENT -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('LikeModule.base', 'likes your'); ?> <?php echo $targetObject->getContentTitle(); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<br/>
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('LikeModule.base', 'go to post'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,55 +1,145 @@
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>">
<img src="<?php echo $user->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
<img
src="<?php echo $user->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $user->displayName; ?></strong> <?php echo Yii::t('PostModule.base', 'wrote a new post'); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<br/>
<?php echo ActivityModule::formatOutput($target->message); ?><br>
<a href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => get_class($target), 'id' => $target->id)); ?>"><?php echo Yii::t('PostModule.base', 'Read online...'); ?></a>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $user->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $user->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('PostModule.base', 'wrote a new post'); ?><?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<em>"<?php echo ActivityModule::formatOutput($target->message); ?>"</em>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo Yii::app()->createUrl('wall/perma/content', array('model' => get_class($target), 'id' => $target->id)); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('PostModule.base', 'Read online...'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,59 +1,146 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td valign="top" width="100%">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
</a>
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('PostModule.base', 'wrote a new post and assigned you.'); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('PostModule.base', 'go to post'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('PostModule.base', 'wrote a new post and assigned you.'); ?> <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
<br/>
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('PostModule.base', 'go to post'); ?></a>
</td>
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
</tbody>
<!--end space height -->
</table>
<!-- // CONTENT TABLE -->
<!-- end content left -->
</td>
</tr>
</tbody>
<!-- end image and content -->
</table>
<!-- // FLEXIBLE CONTAINER -->
<!-- end container width 560px -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,60 +1,159 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60"
class="flexibleContainer">
<tbody>
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $sourceObject->getProfileImage()->getUrl(); ?>"
width="50" class="flexibleImage">
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $sourceObject->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('SpaceModule.notifications', 'approved your membership in {spaceName}', array('{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('SpaceModule.notifications', 'Go to space...'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</table>
</td>
</tr>
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480"
class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<?php echo Yii::t('SpaceModule.notifications', '{userName} approved your membership in {spaceName}', array('{userName}' => '<strong>' . $creator->displayName . '</strong>', '{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
<a href="<?php echo $notification->getUrl(); ?>" target="_blank"><?php echo Yii::t('SpaceModule.notifications', 'Go to space'); ?></a>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,70 +1,124 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60"
class="flexibleContainer">
<tbody>
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $sourceObject->getProfileImage()->getUrl(); ?>"
width="50" class="flexibleImage">
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $sourceObject->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480"
class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<?php echo Yii::t('SpaceModule.notifications', '{userName} declined your membership request in {spaceName}', array('{userName}' => '<strong>' . $creator->displayName . '</strong>', '{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
<a href="<?php echo $notification->getUrl(); ?>" target="_blank"><?php echo Yii::t('SpaceModule.notifications', 'Go to space'); ?></a>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('SpaceModule.notifications', 'declined your membership request in {spaceName}', array('{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('SpaceModule.notifications', 'Go to space...'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,61 +1,146 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60"
class="flexibleContainer">
<tbody>
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $sourceObject->getProfileImage()->getUrl(); ?>"
width="50" class="flexibleImage">
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $sourceObject->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('SpaceModule.notifications', 'requests membership in {spaceName}', array('{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('SpaceModule.notifications', 'Go to space...'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</table>
</td>
</tr>
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480"
class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<?php echo Yii::t('SpaceModule.notifications', '{userName} requests membership in {spaceName}', array('{userName}' => '<strong>' . $creator->displayName . '</strong>', '{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
<a href="<?php echo $notification->getUrl(); ?>" target="_blank"><?php echo Yii::t('SpaceModule.notifications', 'Go to space...'); ?></a>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,55 +1,133 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<?php echo Yii::t('SpaceModule.notifications', '{userName} accepted your invite to {spaceName}', array('{userName}' => '<strong>' . $creator->displayName . '</strong>', '{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('SpaceModule.notifications', 'accepted your invite to {spaceName}', array('{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('SpaceModule.notifications', 'Go to space...'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,55 +1,137 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60" class="flexibleContainer">
<tbody><tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $creator->getProfileImage()->getUrl(); ?>" width="50" class="flexibleImage">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $creator->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480" class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<?php echo Yii::t('SpaceModule.notifications', '{userName} declined your invite to {spaceName}', array('{userName}' => '<strong>' . $creator->displayName . '</strong>', '{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('SpaceModule.notifications', 'declined your invite to {spaceName}', array('{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('SpaceModule.notifications', 'Go to space...'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content top-->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,60 +1,126 @@
<!-- MODULE ROW // -->
<!-- START NOTIFICATION/ACTIVITY -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<td align="center" valign="top" class="fix-box">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="60"
class="flexibleContainer">
<tbody>
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#ffffff"
style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width"
bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start image and content -->
<tr>
<td valign="top" width="100%">
<!-- start content left -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<!--start space height -->
<tr>
<td height="20"></td>
</tr>
<!--end space height -->
<!-- start content top-->
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $creator->guid)); ?>">
<img src="<?php echo $sourceObject->getProfileImage()->getUrl(); ?>"
width="50" class="flexibleImage">
<td valign="top" align="left" style="padding-right:20px;">
<!-- START: USER IMAGE -->
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>">
<img
src="<?php echo $sourceObject->getProfileImage()->getUrl(); ?>"
width="69"
alt="face1_69x69"
style="max-width:69px; display:block !important; border-radius: 4px;"
border="0" hspace="0" vspace="0"/>
</a>
<!-- END: USER IMAGE -->
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
align="left">
<tr>
<td style="font-size: 18px; line-height: 22px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#555555; font-weight:300; text-align:left;">
<span style="color: #555555; font-weight: 300;">
<a href="<?php echo Yii::app()->createUrl('user/profile', array('guid' => $creator->guid)); ?>"
style="text-decoration: none; color: #555555; font-weight: 300;">
<!-- START: USER NAME -->
<?php echo $creator->displayName; ?>
<!-- END: USER NAME -->
</a>
</span>
</td>
</tr>
<!--start space height -->
<tr>
<td height="10"></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 13px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#a3a2a2; font-weight:300; text-align:left; ">
<!-- START: CONTENT -->
<?php echo Yii::t('SpaceModule.notifications', 'invited you to the space {spaceName}', array('{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
&nbsp;
<!-- END: CONTENT -->
<!-- START: CONTENT LINK -->
<span
style="text-decoration: none; color: #7191a8;"><a
href="<?php echo $notification->getUrl(); ?>"
style="text-decoration: none; color: #7191a8; "><strong><?php echo Yii::t('SpaceModule.notifications', 'Join now'); ?></strong></a></span>
<!-- END: CONTENT LINK -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</table>
</td>
</tr>
<!-- end content top-->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="480"
class="flexibleContainer">
<tbody><tr>
<td valign="top" class="textContent">
<?php echo Yii::t('SpaceModule.notifications', '{userName} invited you to {spaceName}', array('{userName}' => '<strong>' . $creator->displayName . '</strong>', '{spaceName}' => '<strong>' . $targetObject->name . '</strong>')); ?>
<a href="<?php echo $notification->getUrl(); ?>" target="_blank"><?php echo Yii::t('SpaceModule.notifications', 'Join now'); ?></a>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!--start space height -->
<tr>
<td height="15" class="col-underline"></td>
</tr>
<!--end space height -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
<!-- end content left -->
</td>
</tr>
<!-- end image and content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
<!-- end container width 600px -->
</td>
</tr>
<!-- END NOTIFICATION/ACTIVITY -->

View File

@ -1,202 +1,831 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.5"/>
<title>HumHub Email Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="initial-scale=1.0"/>
<meta name="format-detection" content="telephone=no"/>
<style type="text/css">
/*////// RESET STYLES //////*/
body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}
table{border-collapse:collapse;}
img, a img{border:0; outline:none; text-decoration:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
p{margin: 1em 0;}
<title>HumHub - Email change</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,100,400,600' rel='stylesheet' type='text/css'>
<style type="text/css">
/*////// CLIENT-SPECIFIC STYLES //////*/
.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail/Outlook.com to display emails at full width. */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div{line-height:100%;} /* Force Hotmail/Outlook.com to display line heights normally. */
table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up. */
#outlook a{padding:0;} /* Force Outlook 2007 and up to provide a "view in browser" message. */
img{-ms-interpolation-mode: bicubic;} /* Force IE to smoothly render resized images. */
body, table, td, p, a, li, blockquote{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;} /* Prevent Windows- and Webkit-based mobile platforms from changing declared text sizes. */
/*////// GENERAL STYLES //////*/
body, #bodyTable{background-color:#EDEDEC;}
#bodyCell{padding-top:20px; padding-bottom:40px;}
#emailBody{background-color:#FFFFFF; border-radius: 4px;}
.flexibleContainerCell{padding-top:20px; padding-Right:20px; padding-Left:20px;}
.flexibleImage{height:auto;}
.bottomShim{padding-bottom:20px;}
/* Resets: see reset.css for details */
.ReadMsgBody { width: 100%; background-color: #ffffff;}
.ExternalClass {width: 100%; background-color: #ffffff;}
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height:100%;}
html{width: 100%; }
body {-webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
body {margin:0; padding:0;}
table {border-spacing:0;}
img{display:block !important;}
h1, h2, h3, h4, h5, h6{color:#202020; font-family:Helvetica; font-size:20px; line-height:125%; text-align:Left;}
h3 {font-size:18px;}
table td {border-collapse:collapse;}
.yshortcuts a {border-bottom: none !important;}
.textContent, .textContentLast{color:#404040; font-family:Helvetica; font-size:13px; line-height:125%; text-align:Left; padding-bottom:20px;}
.textContent a, .textContentLast a{color:#34c7ff; text-decoration:none;}
#footerTable {font-family:Helvetica; font-size: 9px; color: #999999; margin-top: 15px;}
#footerTable a {color:#34c7ff; text-decoration:none;}
html, body { background-color: #ededed; margin: 0; padding: 0; }
img { height: auto; line-height: 100%; outline: none; text-decoration: none; display: block;}
br, strong br, b br, em br, i br { line-height:100%; }
h1, h2, h3, h4, h5, h6 { line-height: 100% !important; -webkit-font-smoothing: antialiased; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: blue !important; }
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { color: red !important; }
/* Preferably not the same color as the 300 header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: purple !important; }
/* Preferably not the same color as the 300 header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */
table td, table tr { border-collapse: collapse; }
.yshortcuts, .yshortcuts a, .yshortcuts a:link,.yshortcuts a:visited, .yshortcuts a:hover, .yshortcuts a span {
color: black; text-decoration: none !important; border-bottom: none !important; background: none !important;
} /* Body text color for the New Yahoo. This example sets the font of Yahoo's Shortcuts to black. */
/* This most probably won't work in all email clients. Don't include <code _tmplitem="406" > blocks in email. */
.imageContent, .imageContentLast{padding-bottom:20px;}
code {
white-space: 300;
word-break: break-all;
}
span a {
text-decoration: none !important;
}
.nestedContainer{background-color:#E5E5E5; border:1px solid #CCCCCC;}
.nestedContainerCell{padding-top:20px; padding-Right:20px; padding-Left:20px;}
a{
text-decoration: none !important;
}
.emailButton{background-color:#34c7ff; border-collapse:separate; border-radius:4px;}
.buttonContent{color:#FFFFFF; font-family:Helvetica; font-size:18px; font-weight:bold; line-height:100%; padding:15px; text-align:center;}
.buttonContent a{color:#FFFFFF; display:block; text-decoration:none; width:100%;}
/*mailChimp class*/
.default-edit-image{
height:20px;
}
/*////// MOBILE STYLES //////*/
@media only screen and (max-width: 480px){
/*////// CLIENT-SPECIFIC STYLES //////*/
body{width:100% !important; min-width:100% !important;} /* Force iOS Mail to render the email at full width. */
.nav-ul{
margin-left:-23px !important;
margin-top:0px !important;
margin-bottom:0px !important;
}
/*////// GENERAL STYLES //////*/
td[id="bodyCell"]{padding-top:10px !important; padding-Right:10px !important; padding-Left:10px !important;}
table[id="emailBody"]{width:100% !important;}
table[class="flexibleContainer"]{display:block !important; width:100% !important;}
img[class="flexibleImage"]{width:100% !important;}
table[class="emailButton"]{width:100% !important;}
td[class="textContentLast"], td[class="imageContentLast"]{padding-top:20px !important;}
}
</style>
<!--
Outlook Conditional CSS
/*
main color = #7191a8
background color = #ededed
*/
img{height:auto !important;}
td[class="image-270px"] img{
width:270px !important;
height:auto !important;
max-width:270px !important;
}
td[class="image-170px"] img{
width:170px !important;
height:auto !important;
max-width:170px !important;
}
td[class="image-185px"] img{
width:185px !important;
height:auto !important;
max-width:185px !important;
}
td[class="image-124px"] img{
width:124px !important;
height:auto !important;
max-width:124px !important;
}
@media only screen and (max-width: 640px){
body{
width:auto!important;
}
table[class="container"]{
width: 100%!important;
padding-left: 20px!important;
padding-right: 20px!important;
}
td[class="image-270px"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
}
td[class="image-170px"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
}
td[class="image-185px"] img{
width:185px !important;
height:auto !important;
max-width:185px !important;
}
td[class="image-124px"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
}
td[class="image-100-percent"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
}
td[class="small-image-100-percent"] img{
width:100% !important;
height:auto !important;
}
table[class="full-width"]{
width:100% !important;
}
table[class="full-width-text"]{
width:100% !important;
background-color:#ffffff;
padding-left:20px !important;
padding-right:20px !important;
}
table[class="full-width-text2"]{
width:100% !important;
background-color:#ffffff;
padding-left:20px !important;
padding-right:20px !important;
}
table[class="col-2-3img"]{
width:50% !important;
margin-right: 20px !important;
}
table[class="col-2-3img-last"]{
width:50% !important;
}
table[class="col-2-footer"]{
width:55% !important;
margin-right:20px !important;
}
table[class="col-2-footer-last"]{
width:40% !important;
}
table[class="col-2"]{
width:47% !important;
margin-right:20px !important;
}
table[class="col-2-last"]{
width:47% !important;
}
table[class="col-3"]{
width:29% !important;
margin-right:20px !important;
}
table[class="col-3-last"]{
width:29% !important;
}
table[class="row-2"]{
width:50% !important;
}
td[class="text-center"]{
text-align: center !important;
}
/* start clear and remove*/
table[class="remove"]{
display:none !important;
}
td[class="remove"]{
display:none !important;
}
/* end clear and remove*/
table[class="fix-box"]{
padding-left:20px !important;
padding-right:20px !important;
}
td[class="fix-box"]{
padding-left:20px !important;
padding-right:20px !important;
}
td[class="font-resize"]{
font-size: 18px !important;
line-height: 22px !important;
}
table[class="space-scale"]{
width:100% !important;
float:none !important;
}
table[class="clear-align-640"]{
float:none !important;
}
}
@media only screen and (max-width: 479px){
body{
font-size:10px !important;
}
table[class="container"]{
width: 100%!important;
padding-left: 10px!important;
padding-right:10px!important;
}
table[class="container2"]{
width: 100%!important;
float:none !important;
}
td[class="full-width"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
min-width:124px !important;
}
td[class="image-270px"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
min-width:124px !important;
}
td[class="image-170px"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
min-width:124px !important;
}
td[class="image-185px"] img{
width:185px !important;
height:auto !important;
max-width:185px !important;
min-width:124px !important;
}
td[class="image-124px"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
min-width:124px !important;
}
td[class="image-100-percent"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
min-width:124px !important;
}
td[class="small-image-100-percent"] img{
width:100% !important;
height:auto !important;
max-width:100% !important;
min-width:124px !important;
}
table[class="full-width"]{
width:100% !important;
}
table[class="full-width-text"]{
width:100% !important;
background-color:#ffffff;
padding-left:20px !important;
padding-right:20px !important;
}
table[class="full-width-text2"]{
width:100% !important;
background-color:#ffffff;
padding-left:20px !important;
padding-right:20px !important;
}
table[class="col-2-footer"]{
width:100% !important;
margin-right:0px !important;
}
table[class="col-2-footer-last"]{
width:100% !important;
}
table[class="col-2"]{
width:100% !important;
margin-right:0px !important;
}
table[class="col-2-last"]{
width:100% !important;
}
table[class="col-3"]{
width:100% !important;
margin-right:0px !important;
}
table[class="col-3-last"]{
width:100% !important;
}
table[class="row-2"]{
width:100% !important;
}
table[id="col-underline"]{
float: none !important;
width: 100% !important;
border-bottom: 1px solid #eee;
}
td[id="col-underline"]{
float: none !important;
width: 100% !important;
border-bottom: 1px solid #eee;
}
td[class="col-underline"]{
float: none !important;
width: 100% !important;
border-bottom: 1px solid #eee;
}
/*start text center*/
td[class="text-center"]{
text-align: center !important;
}
div[class="text-center"]{
text-align: center !important;
}
/*end text center*/
/* start clear and remove */
table[id="clear-padding"]{
padding:0 !important;
}
td[id="clear-padding"]{
padding:0 !important;
}
td[class="clear-padding"]{
padding:0 !important;
}
table[class="remove-479"]{
display:none !important;
}
td[class="remove-479"]{
display:none !important;
}
table[class="clear-align"]{
float:none !important;
}
/* end clear and remove */
table[class="width-small"]{
width:100% !important;
}
table[class="fix-box"]{
padding-left:0px !important;
padding-right:0px !important;
}
td[class="fix-box"]{
padding-left:0px !important;
padding-right:0px !important;
}
td[class="font-resize"]{
font-size: 14px !important;
}
td[class="increase-Height"]{
height:10px !important;
}
td[class="increase-Height-20"]{
height:20px !important;
}
}
@media only screen and (max-width: 320px){
table[class="width-small"]{
width:125px !important;
}
img[class="image-100-percent"]{
width:100% !important;
height:auto !important;
max-width:100% !important;
min-width:124px !important;
}
}
</style>
These two style blocks target Outlook 2007 & 2010 specifically, forcing
columns into a single vertical stack as on mobile clients. This is
primarily done to avoid the 'page break bug' and is optional.
More information here:
http://templates.mailchimp.com/development/css/outlook-conditional-css
-->
<!--[if mso 12]>
<style type="text/css">
.flexibleContainer{display:block !important; width:100% !important;}
</style>
<![endif]-->
<!--[if mso 14]>
<style type="text/css">
.flexibleContainer{display:block !important; width:100% !important;}
</style>
<![endif]-->
</head>
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top" id="bodyCell">
<!-- EMAIL CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="emailBody">
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell">
<body style="font-size:12px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; background-color:#ededed; ">
<!--start 100% wrapper (white background) -->
<table width="100%" id="mainStructure" border="0" cellspacing="0" cellpadding="0" style="background-color:#ededed;">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<h3><?php echo Yii::t('UserModule.base', 'Email change'); ?></h3>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
<!-- START VIEW HEADER -->
<tr>
<td align="center" valign="top" style="background-color: #7191a8; " >
<!-- start container 600 -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" bgcolor="#7191a8" style="background-color: #7191a8; ">
<tr>
<td valign="top">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td valign="top" class="textContent">
<?php echo Yii::t('UserModule.base', 'Hello'); ?> <?php echo $user->displayName; ?>,<br><br>
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width" bgcolor="#7191a8" style="background-color: #7191a8; ">
<!-- start space -->
<tr>
<td valign="top" height="10">
</td>
</tr>
<!-- end space -->
<tr>
<td valign="top" >
You have requested to change your e-mail address.<br>
Your new e-mail address is <?php echo $newEmail; ?><br>
<br>
To validate your new e-mail address please click on the link below:<br>
</td>
</tr>
</tbody></table>
<!-- // CONTENT TABLE -->
<!-- start container -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" >
</td>
</tr>
</table>
<tr>
<td valign="top">
<!-- start view online -->
<table align="left" border="0" cellspacing="0" cellpadding="0" class="container2" >
<tr>
<td>
<table align="center" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td style="font-size: 12px; line-height: 27px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#ffffff; font-weight:300; text-align:center;" >
<span style="text-decoration: none; color: #ffffff;"><a href="<?php echo Yii::app()->createAbsoluteUrl('//'); ?>" style="font-size: 18px; line-height: 27px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; color:#ffffff; font-weight:600; text-align:left;"><?php echo Yii::app()->name; ?></a></span>
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
</td>
</tr>
</table>
</td>
</tr>
<!-- start space -->
<tr>
<td valign="top" class="increase-Height" >
</td>
</tr>
<!-- end space -->
</table>
<!-- end view online -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody><tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell bottomShim">
</td>
</tr>
</table>
<!-- end container -->
</td>
</tr>
<!-- start space -->
<tr>
<td valign="top" height="10">
</td>
</tr>
<!-- end space -->
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="260" class="emailButton">
<tbody><tr>
<td align="center" valign="middle" class="buttonContent">
<a href="<?php echo Yii::app()->createAbsoluteUrl("//user/account/changeEmailValidate", array('email'=>$newEmail, 'token'=>$token)); ?>" target="_blank"><?php echo Yii::t('UserModule.base', 'Confirm'); ?></a>
<!-- start space -->
<tr>
<td valign="top" class="increase-Height" >
</td>
</tr>
<!-- end space -->
</td>
</tr>
</tbody></table>
<!-- // CONTENT TABLE -->
</table>
<!-- end container 600-->
</td>
</tr>
</table>
</td>
</tr>
</tbody></table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody></table>
<!-- // CENTERING TABLE -->
</td>
</tr>
</td>
</tr>
<!-- END VIEW HEADER -->
</table>
<!-- // EMAIL CONTAINER -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="footerTable">
<tr>
<td align="center" valign="top">
<?php echo Yii::t('UserModule.base', 'Copyright © 2013 by humhub'); ?> | <a href="<?php echo Yii::app()->createAbsoluteUrl('//user/account/emailing'); ?>"><?php echo Yii::t('UserModule.base', 'Email preferences') ?></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<!--START TOP NAVIGATION LAYOUT-->
<tr>
<td valign="top">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" >
<!-- START CONTAINER NAVIGATION -->
<tr>
<td height="30">
</td>
</tr>
<!-- END CONTAINER NAVIGATION -->
</table>
</td>
</tr>
<!--END TOP NAVIGATION LAYOUT-->
<!-- START HEIGHT SPACE 20PX LAYOUT-1 -->
<tr>
<td valign="top" align="center" class="fix-box">
<table width="600" height="20" align="center" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff; border-top-left-radius: 4px; border-top-right-radius: 4px;" class="full-width" >
<tr>
<td valign="top" height="20">
</tr>
</table>
</td>
</tr>
<!-- END HEIGHT SPACE 20PX LAYOUT-1-->
<!-- START LAYOUT-1/1 -->
<tr>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" style="background-color: #ffffff; ">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="540" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width" bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start text content -->
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" >
<tr>
<td valign="top" width="auto" align="center">
<!-- start button -->
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="auto" align="center" valign="middle" height="28" style=" background-color:#ffffff; background-clip: padding-box; font-size:26px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; text-align:center; color:#a3a2a2; font-weight: 300; padding-left:18px; padding-right:18px; ">
<span style="color: #555555; font-weight: 300;">
<?php echo Yii::t('UserModule.mails', '<strong>Confirm</strong></strong> your new email address'); ?>
</span>
</td>
</tr>
</table>
<!-- end button -->
</td>
</tr>
</table>
</td>
</tr>
<!-- end text content -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- end container width 600px -->
</td>
</tr>
<!-- END LAYOUT-1/1 -->
<!-- START LAYOUT-1/2 -->
<tr>
<td align="center" valign="top" class="fix-box">
<!-- start container width 600px -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" style="background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;">
<tr>
<td valign="top">
<!-- start container width 560px -->
<table width="540" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width" bgcolor="#ffffff" style="background-color:#ffffff;">
<!-- start text content -->
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left" >
<!-- start text content -->
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" align="left" >
<!--start space height -->
<tr>
<td height="30" ></td>
</tr>
<!--end space height -->
<tr>
<td style="font-size: 14px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#777777; font-weight:300; text-align:left; ">
<?php echo Yii::t('UserModule.base', 'Hello'); ?> <?php echo $user->displayName; ?>,<br><br>
<?php echo Yii::t('UserModule.mails', 'You have requested to change your e-mail address.<br>Your new e-mail address is {newemail}.<br><br>To confirm your new e-mail address please click on the button below.', array('{newemail}' => $newEmail)); ?>
</td>
</tr>
<!--start space height -->
<tr>
<td height="30" ></td>
</tr>
<!--end space height -->
</table>
</td>
</tr>
<!-- end text content -->
<tr>
<td valign="top" width="auto" align="center">
<!-- start button -->
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="auto" align="center" valign="middle" height="32" style=" background-color:#7191a8; border-radius:5px; background-clip: padding-box;font-size:14px; font-family:Open Sans, Arial,Tahoma, Helvetica, sans-serif; text-align:center; color:#ffffff; font-weight: 600; padding-left:30px; padding-right:30px; padding-top: 5px; padding-bottom: 5px;">
<span style="color: #ffffff; font-weight: 300;">
<a href="<?php echo Yii::app()->createAbsoluteUrl("//user/account/changeEmailValidate", array('email'=>$newEmail, 'token'=>$token)); ?>" style="text-decoration: none; color: #ffffff; font-weight: 300;">
<strong><?php echo Yii::t('UserModule.mails', 'Confirm'); ?></strong>
</a>
</span>
</td>
</tr>
</table>
<!-- end button -->
</td>
</tr>
</table>
</td>
</tr>
<!-- end text content -->
<!--start space height -->
<tr>
<td height="20" ></td>
</tr>
<!--end space height -->
</table>
<!-- end container width 560px -->
</td>
</tr>
</table>
<!-- end container width 600px -->
</td>
</tr>
<!-- END LAYOUT-1/2 -->
<!--START FOOTER LAYOUT-->
<tr>
<td valign="top">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" >
<!-- START CONTAINER -->
<tr>
<td align="center" valign="top" >
<!-- start footer container -->
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" class="container" >
<tr>
<td valign="top" >
<!-- start footer -->
<table width="560" align="center" border="0" cellspacing="0" cellpadding="0" class="full-width" >
<!-- start space -->
<tr>
<td valign="top" height="20" >
</td>
</tr>
<!-- end space -->
<tr>
<td valign="middle">
<table align="center" border="0" cellspacing="0" cellpadding="0" class="container2" >
<tr>
<td align="center" valign="top" style="font-size: 11px; line-height: 18px; font-weight:300; text-align: center; font-family:Open Sans,Arail,Tahoma, Helvetica, Arial, sans-serif;">
<span style="text-decoration: none; color: #a3a2a2;">Powered by HumHub</span>
</td>
</tr>
<!-- start space -->
<tr>
<td valign="top" class="increase-Height-20" >
</td>
</tr>
<!-- end space -->
</table>
</td>
</tr>
<!-- start space -->
<tr>
<td valign="top" height="20" >
</td>
</tr>
<!-- end space -->
</table>
<!-- end footer -->
</td>
</tr>
</table>
<!-- end footer container -->
</td>
</tr>
<!-- END CONTAINER -->
</table>
</td>
</tr>
<!--END FOOTER LAYOUT-->
</table>
</body>
</html>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,328 +0,0 @@
<?php
/**
* User E-Mailing about Notifications or Activities.
*
* This template is used by different modules.
*
* @property String $notificationContent text with new notifications.
* @property String $activityContent text with new activities.
* @property String $user is the user object.
*
* @package humhub.views.mail
* @since 0.5
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.5"/>
<title>HumHub Email Template</title>
<style type="text/css">
/*////// RESET STYLES //////*/
body, #bodyTable, #bodyCell {
height: 100% !important;
margin: 0;
padding: 0;
width: 100% !important;
}
table {
border-collapse: collapse;
}
img, a img {
border: 0;
outline: none;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
p {
margin: 1em 0;
}
/*////// CLIENT-SPECIFIC STYLES //////*/
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
/* Force Hotmail/Outlook.com to display emails at full width. */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
line-height: 100%;
}
/* Force Hotmail/Outlook.com to display line heights normally. */
table, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
/* Remove spacing between tables in Outlook 2007 and up. */
#outlook a {
padding: 0;
}
/* Force Outlook 2007 and up to provide a "view in browser" message. */
img {
-ms-interpolation-mode: bicubic;
}
/* Force IE to smoothly render resized images. */
body, table, td, p, a, li, blockquote {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* Prevent Windows- and Webkit-based mobile platforms from changing declared text sizes. */
/*////// GENERAL STYLES //////*/
body, #bodyTable {
background-color: #EDEDEC;
}
#bodyCell {
padding-top: 20px;
padding-bottom: 40px;
}
#emailBody {
background-color: #FFFFFF;
border-radius: 4px;
}
.flexibleContainerCell {
padding-top: 20px;
padding-Right: 20px;
padding-Left: 20px;
}
.flexibleImage {
height: auto;
}
.bottomShim {
padding-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
color: #202020;
font-family: Helvetica;
font-size: 20px;
line-height: 125%;
text-align: Left;
}
h3 {
font-size: 18px;
}
.textContent, .textContentLast {
color: #404040;
font-family: Helvetica;
font-size: 13px;
line-height: 125%;
text-align: Left;
padding-bottom: 20px;
}
.textContent a, .textContentLast a {
color: #4cd9c0;
text-decoration: none;
}
#footerTable {
font-family: Helvetica;
font-size: 9px;
color: #999999;
margin-top: 15px;
}
#footerTable a {
color: #4cd9c0;
text-decoration: none;
}
.imageContent, .imageContentLast {
padding-bottom: 20px;
}
.nestedContainer {
background-color: #E5E5E5;
border: 1px solid #CCCCCC;
}
.nestedContainerCell {
padding-top: 20px;
padding-Right: 20px;
padding-Left: 20px;
}
.emailButton {
background-color: #4cd9c0;
border-collapse: separate;
border-radius: 4px;
}
.buttonContent {
color: #FFFFFF;
font-family: Helvetica;
font-size: 18px;
font-weight: bold;
line-height: 100%;
padding: 15px;
text-align: center;
}
.buttonContent a {
color: #FFFFFF;
display: block;
text-decoration: none;
width: 100%;
}
/*////// MOBILE STYLES //////*/
@media only screen and (max-width: 480px) {
/*////// CLIENT-SPECIFIC STYLES //////*/
body {
width: 100% !important;
min-width: 100% !important;
}
/* Force iOS Mail to render the email at full width. */
/*////// GENERAL STYLES //////*/
td[id="bodyCell"] {
padding-top: 10px !important;
padding-Right: 10px !important;
padding-Left: 10px !important;
}
table[id="emailBody"] {
width: 100% !important;
}
table[class="flexibleContainer"] {
display: block !important;
width: 100% !important;
}
img[class="flexibleImage"] {
width: 100% !important;
}
table[class="emailButton"] {
width: 100% !important;
}
td[class="textContentLast"], td[class="imageContentLast"] {
padding-top: 20px !important;
}
}
</style>
<!--
Outlook Conditional CSS
These two style blocks target Outlook 2007 & 2010 specifically, forcing
columns into a single vertical stack as on mobile clients. This is
primarily done to avoid the 'page break bug' and is optional.
More information here:
http://templates.mailchimp.com/development/css/outlook-conditional-css
-->
<!--[if mso 12]>
<style type="text/css">
.flexibleContainer {
display: block !important;
width: 100% !important;
}
</style>
<![endif]-->
<!--[if mso 14]>
<style type="text/css">
.flexibleContainer {
display: block !important;
width: 100% !important;
}
</style>
<![endif]-->
</head>
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top" id="bodyCell">
<!-- EMAIL CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="emailBody">
<!-- MODULE ROW // -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600"
class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<h3>Latest updates</h3>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<?php
if ($notificationContent != '') {
echo $notificationContent;
} else if ($activityContent != '') {
echo $activityContent;
}
?>
</table>
<!-- // EMAIL CONTAINER -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="footerTable">
<tr>
<td align="center" valign="top">
<?php echo Yii::t('base', 'Copyright © 2014 by HumHub'); ?> | <a href="<?php echo Yii::app()->createAbsoluteUrl('//user/account/emailing'); ?>"><?php echo Yii::t('base', 'Email preferences') ?></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>

View File

@ -1,337 +0,0 @@
<?php
/**
* Generic Mail Template which allows variable text.
* This template is used by different modules.
*
* @property String $message is the text to mail.
*
* @package humhub.views.mail
* @since 0.5
*/
?>
<?php
/**
* User E-Mailing about Notifications or Activities.
*
* This template is used by different modules.
*
* @property String $notificationContent text with new notifications.
* @property String $activityContent text with new activities.
* @property String $user is the user object.
*
* @package humhub.views.mail
* @since 0.5
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.5"/>
<title>HumHub Email Template</title>
<style type="text/css">
/*////// RESET STYLES //////*/
body, #bodyTable, #bodyCell {
height: 100% !important;
margin: 0;
padding: 0;
width: 100% !important;
}
table {
border-collapse: collapse;
}
img, a img {
border: 0;
outline: none;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
p {
margin: 1em 0;
}
/*////// CLIENT-SPECIFIC STYLES //////*/
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
/* Force Hotmail/Outlook.com to display emails at full width. */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
line-height: 100%;
}
/* Force Hotmail/Outlook.com to display line heights normally. */
table, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
/* Remove spacing between tables in Outlook 2007 and up. */
#outlook a {
padding: 0;
}
/* Force Outlook 2007 and up to provide a "view in browser" message. */
img {
-ms-interpolation-mode: bicubic;
}
/* Force IE to smoothly render resized images. */
body, table, td, p, a, li, blockquote {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* Prevent Windows- and Webkit-based mobile platforms from changing declared text sizes. */
/*////// GENERAL STYLES //////*/
body, #bodyTable {
background-color: #EDEDEC;
}
#bodyCell {
padding-top: 20px;
padding-bottom: 40px;
}
#emailBody {
background-color: #FFFFFF;
border-radius: 4px;
}
.flexibleContainerCell {
padding-top: 20px;
padding-Right: 20px;
padding-Left: 20px;
}
.flexibleImage {
height: auto;
}
.bottomShim {
padding-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
color: #202020;
font-family: Helvetica;
font-size: 20px;
line-height: 125%;
text-align: Left;
}
h3 {
font-size: 18px;
}
.textContent, .textContentLast {
color: #404040;
font-family: Helvetica;
font-size: 13px;
line-height: 125%;
text-align: Left;
padding-bottom: 20px;
}
.textContent a, .textContentLast a {
color: #4cd9c0;
text-decoration: none;
}
#footerTable {
font-family: Helvetica;
font-size: 9px;
color: #999999;
margin-top: 15px;
}
#footerTable a {
color: #4cd9c0;
text-decoration: none;
}
.imageContent, .imageContentLast {
padding-bottom: 20px;
}
.nestedContainer {
background-color: #E5E5E5;
border: 1px solid #CCCCCC;
}
.nestedContainerCell {
padding-top: 20px;
padding-Right: 20px;
padding-Left: 20px;
}
.emailButton {
background-color: #4cd9c0;
border-collapse: separate;
border-radius: 4px;
}
.buttonContent {
color: #FFFFFF;
font-family: Helvetica;
font-size: 18px;
font-weight: bold;
line-height: 100%;
padding: 15px;
text-align: center;
}
.buttonContent a {
color: #FFFFFF;
display: block;
text-decoration: none;
width: 100%;
}
/*////// MOBILE STYLES //////*/
@media only screen and (max-width: 480px) {
/*////// CLIENT-SPECIFIC STYLES //////*/
body {
width: 100% !important;
min-width: 100% !important;
}
/* Force iOS Mail to render the email at full width. */
/*////// GENERAL STYLES //////*/
td[id="bodyCell"] {
padding-top: 10px !important;
padding-Right: 10px !important;
padding-Left: 10px !important;
}
table[id="emailBody"] {
width: 100% !important;
}
table[class="flexibleContainer"] {
display: block !important;
width: 100% !important;
}
img[class="flexibleImage"] {
width: 100% !important;
}
table[class="emailButton"] {
width: 100% !important;
}
td[class="textContentLast"], td[class="imageContentLast"] {
padding-top: 20px !important;
}
}
</style>
<!--
Outlook Conditional CSS
These two style blocks target Outlook 2007 & 2010 specifically, forcing
columns into a single vertical stack as on mobile clients. This is
primarily done to avoid the 'page break bug' and is optional.
More information here:
http://templates.mailchimp.com/development/css/outlook-conditional-css
-->
<!--[if mso 12]>
<style type="text/css">
.flexibleContainer {
display: block !important;
width: 100% !important;
}
</style>
<![endif]-->
<!--[if mso 14]>
<style type="text/css">
.flexibleContainer {
display: block !important;
width: 100% !important;
}
</style>
<![endif]-->
</head>
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top" id="bodyCell">
<!-- EMAIL CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="emailBody">
<!-- MODULE ROW // -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600"
class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<?php echo $message; ?>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
</table>
<!-- // EMAIL CONTAINER -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="footerTable">
<tr>
<td align="center" valign="top">
<?php echo Yii::t('base', 'Copyright © 2014 by humhub'); ?> | <a href="<?php echo Yii::app()->createAbsoluteUrl('//user/account/emailing'); ?>"><?php echo Yii::t('base', 'Email preferences') ?></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>

View File

@ -1,202 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.5"/>
<title>HumHub Email Template</title>
<style type="text/css">
/*////// RESET STYLES //////*/
body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}
table{border-collapse:collapse;}
img, a img{border:0; outline:none; text-decoration:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
p{margin: 1em 0;}
/*////// CLIENT-SPECIFIC STYLES //////*/
.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail/Outlook.com to display emails at full width. */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div{line-height:100%;} /* Force Hotmail/Outlook.com to display line heights normally. */
table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up. */
#outlook a{padding:0;} /* Force Outlook 2007 and up to provide a "view in browser" message. */
img{-ms-interpolation-mode: bicubic;} /* Force IE to smoothly render resized images. */
body, table, td, p, a, li, blockquote{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;} /* Prevent Windows- and Webkit-based mobile platforms from changing declared text sizes. */
/*////// GENERAL STYLES //////*/
body, #bodyTable{background-color:#EDEDEC;}
#bodyCell{padding-top:20px; padding-bottom:40px;}
#emailBody{background-color:#FFFFFF; border-radius: 4px;}
.flexibleContainerCell{padding-top:20px; padding-Right:20px; padding-Left:20px;}
.flexibleImage{height:auto;}
.bottomShim{padding-bottom:20px;}
h1, h2, h3, h4, h5, h6{color:#202020; font-family:Helvetica; font-size:20px; line-height:125%; text-align:Left;}
h3 {font-size:18px;}
.textContent, .textContentLast{color:#404040; font-family:Helvetica; font-size:13px; line-height:125%; text-align:Left; padding-bottom:20px;}
.textContent a, .textContentLast a{color:#4cd9c0; text-decoration:none;}
#footerTable {font-family:Helvetica; font-size: 9px; color: #999999; margin-top: 15px;}
#footerTable a {color:#4cd9c0; text-decoration:none;}
.imageContent, .imageContentLast{padding-bottom:20px;}
.nestedContainer{background-color:#E5E5E5; border:1px solid #CCCCCC;}
.nestedContainerCell{padding-top:20px; padding-Right:20px; padding-Left:20px;}
.emailButton{background-color:#4cd9c0; border-collapse:separate; border-radius:4px;}
.buttonContent{color:#FFFFFF; font-family:Helvetica; font-size:18px; font-weight:bold; line-height:100%; padding:15px; text-align:center;}
.buttonContent a{color:#FFFFFF; display:block; text-decoration:none; width:100%;}
/*////// MOBILE STYLES //////*/
@media only screen and (max-width: 480px){
/*////// CLIENT-SPECIFIC STYLES //////*/
body{width:100% !important; min-width:100% !important;} /* Force iOS Mail to render the email at full width. */
/*////// GENERAL STYLES //////*/
td[id="bodyCell"]{padding-top:10px !important; padding-Right:10px !important; padding-Left:10px !important;}
table[id="emailBody"]{width:100% !important;}
table[class="flexibleContainer"]{display:block !important; width:100% !important;}
img[class="flexibleImage"]{width:100% !important;}
table[class="emailButton"]{width:100% !important;}
td[class="textContentLast"], td[class="imageContentLast"]{padding-top:20px !important;}
}
</style>
<!--
Outlook Conditional CSS
These two style blocks target Outlook 2007 & 2010 specifically, forcing
columns into a single vertical stack as on mobile clients. This is
primarily done to avoid the 'page break bug' and is optional.
More information here:
http://templates.mailchimp.com/development/css/outlook-conditional-css
-->
<!--[if mso 12]>
<style type="text/css">
.flexibleContainer{display:block !important; width:100% !important;}
</style>
<![endif]-->
<!--[if mso 14]>
<style type="text/css">
.flexibleContainer{display:block !important; width:100% !important;}
</style>
<![endif]-->
</head>
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top" id="bodyCell">
<!-- EMAIL CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="emailBody">
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<h3><?php echo Yii::t('UserModule.base', 'Email change'); ?></h3>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td valign="top" class="textContent">
<?php echo Yii::t('UserModule.base', 'Hello'); ?> <?php echo $user->displayName; ?>,<br><br>
You have requested to change your e-mail address.<br>
Your new e-mail address is <?php echo $newEmail; ?><br>
<br>
To validate your new e-mail address please click on the link below:<br>
</td>
</tr>
</tbody></table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody><tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell bottomShim">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="260" class="emailButton">
<tbody><tr>
<td align="center" valign="middle" class="buttonContent">
<a href="<?php echo Yii::app()->createAbsoluteUrl("//user/account/changeEmailValidate", array('email'=>$newEmail, 'token'=>$token)); ?>" target="_blank"><?php echo Yii::t('UserModule.base', 'Confirm'); ?></a>
</td>
</tr>
</tbody></table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody></table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody></table>
<!-- // CENTERING TABLE -->
</td>
</tr>
</table>
<!-- // EMAIL CONTAINER -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="footerTable">
<tr>
<td align="center" valign="top">
<?php echo Yii::t('UserModule.base', 'Copyright © 2013 by humhub'); ?> | <a href="<?php echo Yii::app()->createAbsoluteUrl('//user/account/emailing'); ?>"><?php echo Yii::t('UserModule.base', 'Email preferences') ?></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>

View File

@ -1,377 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.5"/>
<title>HumHub Email Template</title>
<style type="text/css">
/*////// RESET STYLES //////*/
body, #bodyTable, #bodyCell {
height: 100% !important;
margin: 0;
padding: 0;
width: 100% !important;
}
table {
border-collapse: collapse;
}
img, a img {
border: 0;
outline: none;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
p {
margin: 1em 0;
}
/*////// CLIENT-SPECIFIC STYLES //////*/
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
/* Force Hotmail/Outlook.com to display emails at full width. */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
line-height: 100%;
}
/* Force Hotmail/Outlook.com to display line heights normally. */
table, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
/* Remove spacing between tables in Outlook 2007 and up. */
#outlook a {
padding: 0;
}
/* Force Outlook 2007 and up to provide a "view in browser" message. */
img {
-ms-interpolation-mode: bicubic;
}
/* Force IE to smoothly render resized images. */
body, table, td, p, a, li, blockquote {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* Prevent Windows- and Webkit-based mobile platforms from changing declared text sizes. */
/*////// GENERAL STYLES //////*/
body, #bodyTable {
background-color: #EDEDEC;
}
#bodyCell {
padding-top: 20px;
padding-bottom: 40px;
}
#emailBody {
background-color: #FFFFFF;
border-radius: 4px;
}
.flexibleContainerCell {
padding-top: 20px;
padding-Right: 20px;
padding-Left: 20px;
}
.flexibleImage {
height: auto;
}
.bottomShim {
padding-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
color: #202020;
font-family: Helvetica;
font-size: 20px;
line-height: 125%;
text-align: Left;
}
h3 {
font-size: 18px;
}
.textContent, .textContentLast {
color: #404040;
font-family: Helvetica;
font-size: 13px;
line-height: 125%;
text-align: Left;
padding-bottom: 20px;
}
.textContent a, .textContentLast a {
color: #4cd9c0;
text-decoration: none;
}
#footerTable {
font-family: Helvetica;
font-size: 9px;
color: #999999;
margin-top: 15px;
}
#footerTable a {
color: #4cd9c0;
text-decoration: none;
}
.imageContent, .imageContentLast {
padding-bottom: 20px;
}
.nestedContainer {
background-color: #E5E5E5;
border: 1px solid #CCCCCC;
}
.nestedContainerCell {
padding-top: 20px;
padding-Right: 20px;
padding-Left: 20px;
}
.emailButton {
background-color: #4cd9c0;
border-collapse: separate;
border-radius: 4px;
}
.buttonContent {
color: #FFFFFF;
font-family: Helvetica;
font-size: 18px;
font-weight: bold;
line-height: 100%;
padding: 15px;
text-align: center;
}
.buttonContent a {
color: #FFFFFF;
display: block;
text-decoration: none;
width: 100%;
}
/*////// MOBILE STYLES //////*/
@media only screen and (max-width: 480px) {
/*////// CLIENT-SPECIFIC STYLES //////*/
body {
width: 100% !important;
min-width: 100% !important;
}
/* Force iOS Mail to render the email at full width. */
/*////// GENERAL STYLES //////*/
td[id="bodyCell"] {
padding-top: 10px !important;
padding-Right: 10px !important;
padding-Left: 10px !important;
}
table[id="emailBody"] {
width: 100% !important;
}
table[class="flexibleContainer"] {
display: block !important;
width: 100% !important;
}
img[class="flexibleImage"] {
width: 100% !important;
}
table[class="emailButton"] {
width: 100% !important;
}
td[class="textContentLast"], td[class="imageContentLast"] {
padding-top: 20px !important;
}
}
</style>
<!--
Outlook Conditional CSS
These two style blocks target Outlook 2007 & 2010 specifically, forcing
columns into a single vertical stack as on mobile clients. This is
primarily done to avoid the 'page break bug' and is optional.
More information here:
http://templates.mailchimp.com/development/css/outlook-conditional-css
-->
<!--[if mso 12]>
<style type="text/css">
.flexibleContainer {
display: block !important;
width: 100% !important;
}
</style>
<![endif]-->
<!--[if mso 14]>
<style type="text/css">
.flexibleContainer {
display: block !important;
width: 100% !important;
}
</style>
<![endif]-->
</head>
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top" id="bodyCell">
<!-- EMAIL CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="emailBody">
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600"
class="flexibleContainer">
<tr>
<td align="center" valign="top" width="600"
class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<h3><?php echo Yii::t('UserModule.mails', 'Password recovery'); ?></h3>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td valign="top" class="textContent">
<?php echo Yii::t('UserModule.mails', 'Hello {displayName}, ', array('{displayName}' => $user->displayName)); ?>
,<br><br>
<?php echo Yii::t('UserModule.mails', 'You have requested a new password.'); ?>
<br><br>
<?php echo Yii::t('UserModule.mails', 'Your username is: {username}', array('{username}' => $user->username)); ?>
<br>
<?php echo Yii::t('UserModule.mails', 'Your new password is: {password}', array('{password}' => $newPassword)); ?>
<br>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600"
class="flexibleContainer">
<tbody>
<tr>
<td align="center" valign="top" width="600"
class="flexibleContainerCell bottomShim">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="260"
class="emailButton">
<tbody>
<tr>
<td align="center" valign="middle" class="buttonContent">
<a href="<?php echo Yii::app()->createAbsoluteUrl("//user/auth/login"); ?>"
target="_blank"><?php echo Yii::t('UserModule.base', 'Login'); ?></a>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
</table>
<!-- // EMAIL CONTAINER -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="footerTable">
<tr>
<td align="center" valign="top">
<?php echo Yii::t('UserModule.base', 'Copyright © 2013 by humhub'); ?> | <a
href="<?php echo Yii::app()->createAbsoluteUrl('//user/account/emailing'); ?>"><?php echo Yii::t('UserModule.base', 'Email preferences') ?></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>

View File

@ -1,234 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.5"/>
<title>HumHub Email Template</title>
<style type="text/css">
/*////// RESET STYLES //////*/
body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}
table{border-collapse:collapse;}
img, a img{border:0; outline:none; text-decoration:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
p{margin: 1em 0;}
/*////// CLIENT-SPECIFIC STYLES //////*/
.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail/Outlook.com to display emails at full width. */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div{line-height:100%;} /* Force Hotmail/Outlook.com to display line heights normally. */
table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up. */
#outlook a{padding:0;} /* Force Outlook 2007 and up to provide a "view in browser" message. */
img{-ms-interpolation-mode: bicubic;} /* Force IE to smoothly render resized images. */
body, table, td, p, a, li, blockquote{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;} /* Prevent Windows- and Webkit-based mobile platforms from changing declared text sizes. */
/*////// GENERAL STYLES //////*/
body, #bodyTable{background-color:#EDEDEC;}
#bodyCell{padding-top:20px; padding-bottom:40px;}
#emailBody{background-color:#FFFFFF; border-radius: 4px;}
.flexibleContainerCell{padding-top:20px; padding-Right:20px; padding-Left:20px;}
.flexibleImage{height:auto;}
.bottomShim{padding-bottom:20px;}
h1, h2, h3, h4, h5, h6{color:#202020; font-family:Helvetica; font-size:20px; line-height:125%; text-align:Left;}
h3 {font-size:18px;}
.textContent, .textContentLast{color:#404040; font-family:Helvetica; font-size:13px; line-height:125%; text-align:Left; padding-bottom:20px;}
.textContent a, .textContentLast a{color:#4cd9c0; text-decoration:none;}
#footerTable {font-family:Helvetica; font-size: 9px; color: #999999; margin-top: 15px;}
#footerTable a {color:#4cd9c0; text-decoration:none;}
.imageContent, .imageContentLast{padding-bottom:20px;}
.nestedContainer{background-color:#E5E5E5; border:1px solid #CCCCCC;}
.nestedContainerCell{padding-top:20px; padding-Right:20px; padding-Left:20px;}
.emailButton{background-color:#4cd9c0; border-collapse:separate; border-radius:4px;}
.buttonContent{color:#FFFFFF; font-family:Helvetica; font-size:18px; font-weight:bold; line-height:100%; padding:15px; text-align:center;}
.buttonContent a{color:#FFFFFF; display:block; text-decoration:none; width:100%;}
/*////// MOBILE STYLES //////*/
@media only screen and (max-width: 480px){
/*////// CLIENT-SPECIFIC STYLES //////*/
body{width:100% !important; min-width:100% !important;} /* Force iOS Mail to render the email at full width. */
/*////// GENERAL STYLES //////*/
td[id="bodyCell"]{padding-top:10px !important; padding-Right:10px !important; padding-Left:10px !important;}
table[id="emailBody"]{width:100% !important;}
table[class="flexibleContainer"]{display:block !important; width:100% !important;}
img[class="flexibleImage"]{width:100% !important;}
table[class="emailButton"]{width:100% !important;}
td[class="textContentLast"], td[class="imageContentLast"]{padding-top:20px !important;}
}
</style>
<!--
Outlook Conditional CSS
These two style blocks target Outlook 2007 & 2010 specifically, forcing
columns into a single vertical stack as on mobile clients. This is
primarily done to avoid the 'page break bug' and is optional.
More information here:
http://templates.mailchimp.com/development/css/outlook-conditional-css
-->
<!--[if mso 12]>
<style type="text/css">
.flexibleContainer{display:block !important; width:100% !important;}
</style>
<![endif]-->
<!--[if mso 14]>
<style type="text/css">
.flexibleContainer{display:block !important; width:100% !important;}
</style>
<![endif]-->
</head>
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top" id="bodyCell">
<!-- EMAIL CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="emailBody">
<!-- MODULE ROW // -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600"
class="flexibleContainer">
<tbody>
<tr>
<td valign="top" width="600" class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<h3><?php echo Yii::t('UserModule.auth', Yii::t('UserModule.auth', 'Welcome to '). Yii::app()->name); ?></h3>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td valign="top" class="textContent">
<?php echo Yii::t('UserModule.auth', 'To proceed your registration just click the button below:') ?><br>
</td>
</tr>
</tbody></table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tbody><tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell bottomShim">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="260" class="emailButton">
<tbody><tr>
<td align="center" valign="middle" class="buttonContent">
<a href="<?php echo Yii::app()->createAbsoluteUrl("//user/auth/createAccount", array('token'=> $token)); ?>" target="_blank"><?php echo Yii::t('MailModule.base', 'Sign in'); ?></a>
</td>
</tr>
</tbody></table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody></table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody></table>
<!-- // CENTERING TABLE -->
</td>
</tr>
</table>
<!-- // EMAIL CONTAINER -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="footerTable">
<tr>
<td align="center" valign="top">
<?php echo Yii::t('UserModule.auth', 'Copyright © 2013 by humhub'); ?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>

View File

@ -1,389 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.5"/>
<title>HumHub Email Template</title>
<style type="text/css">
/*////// RESET STYLES //////*/
body, #bodyTable, #bodyCell {
height: 100% !important;
margin: 0;
padding: 0;
width: 100% !important;
}
table {
border-collapse: collapse;
}
img, a img {
border: 0;
outline: none;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
p {
margin: 1em 0;
}
/*////// CLIENT-SPECIFIC STYLES //////*/
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
/* Force Hotmail/Outlook.com to display emails at full width. */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
line-height: 100%;
}
/* Force Hotmail/Outlook.com to display line heights normally. */
table, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
/* Remove spacing between tables in Outlook 2007 and up. */
#outlook a {
padding: 0;
}
/* Force Outlook 2007 and up to provide a "view in browser" message. */
img {
-ms-interpolation-mode: bicubic;
}
/* Force IE to smoothly render resized images. */
body, table, td, p, a, li, blockquote {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* Prevent Windows- and Webkit-based mobile platforms from changing declared text sizes. */
/*////// GENERAL STYLES //////*/
body, #bodyTable {
background-color: #EDEDEC;
}
#bodyCell {
padding-top: 20px;
padding-bottom: 40px;
}
#emailBody {
background-color: #FFFFFF;
border-radius: 4px;
}
.flexibleContainerCell {
padding-top: 20px;
padding-Right: 20px;
padding-Left: 20px;
}
.flexibleImage {
height: auto;
}
.bottomShim {
padding-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
color: #202020;
font-family: Helvetica;
font-size: 20px;
line-height: 125%;
text-align: Left;
}
h3 {
font-size: 18px;
}
.textContent, .textContentLast {
color: #404040;
font-family: Helvetica;
font-size: 13px;
line-height: 125%;
text-align: Left;
padding-bottom: 20px;
}
.textContent a, .textContentLast a {
color: #4cd9c0;
text-decoration: none;
}
#footerTable {
font-family: Helvetica;
font-size: 9px;
color: #999999;
margin-top: 15px;
}
#footerTable a {
color: #4cd9c0;
text-decoration: none;
}
.imageContent, .imageContentLast {
padding-bottom: 20px;
}
.nestedContainer {
background-color: #E5E5E5;
border: 1px solid #CCCCCC;
}
.nestedContainerCell {
padding-top: 20px;
padding-Right: 20px;
padding-Left: 20px;
}
.emailButton {
background-color: #4cd9c0;
border-collapse: separate;
border-radius: 4px;
}
.buttonContent {
color: #FFFFFF;
font-family: Helvetica;
font-size: 18px;
font-weight: bold;
line-height: 100%;
padding: 15px;
text-align: center;
}
.buttonContent a {
color: #FFFFFF;
display: block;
text-decoration: none;
width: 100%;
}
/*////// MOBILE STYLES //////*/
@media only screen and (max-width: 480px) {
/*////// CLIENT-SPECIFIC STYLES //////*/
body {
width: 100% !important;
min-width: 100% !important;
}
/* Force iOS Mail to render the email at full width. */
/*////// GENERAL STYLES //////*/
td[id="bodyCell"] {
padding-top: 10px !important;
padding-Right: 10px !important;
padding-Left: 10px !important;
}
table[id="emailBody"] {
width: 100% !important;
}
table[class="flexibleContainer"] {
display: block !important;
width: 100% !important;
}
img[class="flexibleImage"] {
width: 100% !important;
}
table[class="emailButton"] {
width: 100% !important;
}
td[class="textContentLast"], td[class="imageContentLast"] {
padding-top: 20px !important;
}
}
</style>
<!--
Outlook Conditional CSS
These two style blocks target Outlook 2007 & 2010 specifically, forcing
columns into a single vertical stack as on mobile clients. This is
primarily done to avoid the 'page break bug' and is optional.
More information here:
http://templates.mailchimp.com/development/css/outlook-conditional-css
-->
<!--[if mso 12]>
<style type="text/css">
.flexibleContainer {
display: block !important;
width: 100% !important;
}
</style>
<![endif]-->
<!--[if mso 14]>
<style type="text/css">
.flexibleContainer {
display: block !important;
width: 100% !important;
}
</style>
<![endif]-->
</head>
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top" id="bodyCell">
<!-- EMAIL CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="emailBody">
<!-- MODULE ROW // -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600"
class="flexibleContainer">
<tr>
<tr>
<td align="center" valign="top" width="600"
class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<h3><?php echo Yii::t('SpaceModule.base', 'New space invite'); ?></h3>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0"
width="60"
class="flexibleContainer">
<tbody>
<tr>
<td align="Left" valign="top" class="imageContent">
<a href="<?php echo Yii::app()->createUrl('profile/show', array('guid' => $originator->guid)); ?>">
<img
src="<?php echo $originator->getProfileImage()->getUrl(); ?>"
width="50" class="flexibleImage">
</a>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0"
width="480" class="flexibleContainer">
<tbody>
<tr>
<td valign="top" class="textContent">
<strong><?php echo $originator->displayName; ?></strong> <?php echo Yii::t('SpaceModule.base', 'invited you to the workspace:'); ?>
<strong><?php echo $workspaceName; ?></strong>
at <?php echo Yii::app()->name; ?>.<br><br>Register now
to join this space.<br/>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600"
class="flexibleContainer">
<tbody>
<tr>
<td align="center" valign="top" width="600"
class="flexibleContainerCell bottomShim">
<!-- CONTENT TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="260"
class="emailButton">
<tbody>
<tr>
<td align="center" valign="middle" class="buttonContent">
<a href="<?php echo Yii::app()->createAbsoluteUrl("user/auth/createAccount", array('token' => $token)); ?>"
target="_blank"><?php echo Yii::t('MailModule.base', 'Register now'); ?></a>
</td>
</tr>
</tbody>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</tbody>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</tbody>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
</table>
<!-- // EMAIL CONTAINER -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="footerTable">
<tr>
<td align="center" valign="top">
<?php echo Yii::t('MailModule.base', 'Copyright © 2013 by humhub'); ?> | <a
href="<?php echo Yii::app()->createAbsoluteUrl('//user/account/emailing'); ?>"><?php echo Yii::t('MailModule.base', 'Email preferences') ?></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>