* To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
?>
	<tr>
		<td valign="top" style="background:#f9f9f9;font-size:14px;" width="50" >
			<img src="<?php 
echo $actor->getThumbAvatarURL();
?>
" alt="logo" style="display:block;border:3px solid #ffffff;outline:1px solid #ccc;margin:20px 0 0 20px;" width="50" height="50" /> 
		</td>
		<td valign="top" style="background:#f9f9f9;font-size:14px;" width="20" >
		</td>
		<td valign="middle" style="background:#f9f9f9;font-size:14px;" width="538" >		
			<p style="padding:0;margin:20px 20px 0 0;font-family:Helvetica,Geneva,sans-serif;"><strong><?php 
echo StreamMessage::formatShortDisplay($todoName, $linkOption);
?>
</strong></p>
			<p style="padding:0;margin:20px 20px 0 0;font-family:Helvetica,Geneva,sans-serif;">&#10004; <?php 
echo $todoItem;
?>
</p>	
			<?php 
$now = new JDate();
?>
			<p style="margin:0;padding:0;font-size:13px;color:#777;"><?php 
echo JText::sprintf('COM_STREAM_POST_DETAIL', $actor->get('name'), $actor->get('designation'), JXDate::formatDate($now, $formatDateShort, $recipient));
?>
</p>
		</td>
	</tr>
		</div>
		<p style="margin:0;padding:0;font-size:13px;color:#777;"><?php 
echo JText::sprintf('COM_STREAM_POST_DETAIL', $postOwner->get('name'), $postOwner->get('designation'), JXDate::formatDate($streamMessage->created, $formatDateShort));
?>
</p>
	</td>
</tr>
<tr>
	<td valign="top" style="background:#f9f9f9;font-size:14px;" width="50" >
		<img src="<?php 
echo $sender->getThumbAvatarURL();
?>
" alt="logo" style="display:block;border:3px solid #ffffff;outline:1px solid #ccc;margin:20px 0 0 20px;" width="50" height="50" />
	</td>
	<td valign="top" style="background:#f9f9f9;font-size:14px;" width="10" >
		<div style="width:0;min-height:0;border-width:8px;border-style:solid;border-color:#f8fafb #3ea7af #f8fafb #f8fafb;margin-top:35px;"></div>
	</td>
	<td valign="middle" style="background:#f9f9f9;font-size:14px;" width="548" >
		<div id="topic" style="background:#3ea7af;padding:10px;color:#fefefe;display:block;margin:20px 20px 5px 0;">
			<p style="padding:0;margin:0;font-style:italic;font-family:georgia,serif;">&#8220; <?php 
echo StreamMessage::formatShortDisplay($messageComment->get('comment'), $linkOption);
?>
 &#8221;</p>
		</div>

		<p style="margin:0;padding:0;font-size:13px;color:#777;"><?php 
echo JText::sprintf('COM_STREAM_POST_DETAIL', $sender->get('name'), $sender->get('designation'), JXDate::formatDate($messageComment->created, $formatDateShort));
?>
</p>
	</td>
</tr>
<?php

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
?>
	<tr>
		<td valign="top" style="background:#f9f9f9;font-size:14px;" width="50" >
			<img src="<?php 
echo $actor->getThumbAvatarURL();
?>
" alt="logo" style="display:block;border:3px solid #ffffff;outline:1px solid #ccc;margin:20px 0 0 20px;" width="50" height="50" /> 
		</td>
		<td valign="top" style="background:#f9f9f9;font-size:14px;" width="20" >

		</td>
		<td valign="middle" style="background:#f9f9f9;font-size:14px;" width="538" >		
			<p style="padding:0;margin:20px 20px 0 0;font-family:Helvetica,Geneva,sans-serif;"><strong><?php 
echo StreamMessage::formatShortDisplay($contentName, $linkOption);
?>
</strong></p>
			<p style="margin:0;padding:0;font-size:13px;color:#777;"><?php 
echo JText::sprintf('COM_STREAM_POST_DETAIL', $actor->get('name'), $actor->get('designation'), JXDate::formatDate($date, $formatDateShort));
?>
</p>
		</td>
	</tr>
Пример #4
0
<tr>
	<td valign="top" style="background:#f9f9f9;font-size:14px;" width="50" >
		<img src="<?php 
echo $sender->getThumbAvatarURL();
?>
" alt="logo" style="display:block;border:3px solid #ffffff;outline:1px solid #ccc;margin:20px 0 0 20px;" width="50" height="50" />
	</td>
	<td valign="top" style="background:#f9f9f9;font-size:14px;" width="10" >
		<div style="width:0;min-height:0;border-width:8px;border-style:solid;border-color:#f8fafb #dbf5f7 #f8fafb #f8fafb;margin-top:35px;"></div>
	</td>

	<td valign="middle" style="background:#f9f9f9;font-size:14px;" width="548" >
		<div id="topic" style="background:#dbf5f7;padding:10px;color:#333333;display:block;margin:20px 20px 5px 0;">
			<p style="padding:0;margin:0;font-style:italic;font-family:georgia,serif;">&#8220; <?php 
echo StreamMessage::formatShortDisplay($streamMessage->get('message'), $linkOption);
?>
 &#8221;</p>
		</div>
		<p style="margin:0;padding:0;font-size:13px;color:#777;"><?php 
echo JText::sprintf('COM_STREAM_POST_DETAIL', $sender->get('name'), $sender->get('designation'), JXDate::formatDate($streamMessage->created, $formatDateShort));
?>
</p>
	</td>
</tr>