コード例 #1
0
ファイル: default.php プロジェクト: atikahmed/joomla-probid
    ?>
" />
	<?php 
    echo JHTML::_('form.token');
    ?>
</form>
<?php 
}
?>
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<?php 
$k = 1;
$i = 0;
$n = count($this->notes);
foreach ($this->notes as $note) {
    $avatar = RSTicketsProHelper::getAvatar($note->user_id);
    ?>
			<tr>
				<td class="sectiontableheader" valign="bottom"><div align="left"><?php 
    echo $avatar;
    ?>
 <?php 
    echo JText::sprintf('RST_TICKET_WROTE', '<strong>' . $this->escape($note->user) . '</strong>');
    ?>
</div></td>
				<td class="sectiontableheader" valign="bottom" width="15%" nowrap="nowrap"><div align="right"><?php 
    echo $this->escape(date($this->date_format, RSTicketsProHelper::getCurrentDate($note->date)));
    ?>
</div></td>
			</tr>
			<tr class="sectiontableentry<?php 
コード例 #2
0
        ?>
"><a href="javascript: void(0);" onclick="rst_feedback(5, <?php 
        echo $this->row->id;
        ?>
);" class="rst_five_stars" id="rst_feedback_5">&nbsp;</a></li>
			<?php 
    }
    ?>
		</ul>
		</td>
		</tr>
<?php 
}
$k = 1;
foreach ($this->row->messages as $message) {
    $avatar = RSTicketsProHelper::getAvatar($message->user_id);
    if (!$this->use_editor) {
        $message->message = nl2br($message->message);
    }
    $message->user = $this->show_email_link ? '<a href="mailto:' . $this->escape($message->email) . '">' . $this->escape($message->user) . '</a>' : $this->escape($message->user);
    ?>
		<thead>
		<tr>
			<th align="left" valign="top"><div align="left"><?php 
    echo $avatar;
    ?>
 <?php 
    echo JText::sprintf('RST_TICKET_WROTE', '<strong>' . $message->user . '</strong>');
    ?>
</div></th>
			<th align="right"><div align="right"><?php