defined('_JEXEC') or die('Restricted access');
?>
<article class="jsolrsearch-result">
	<header>
		<h4>
			<a href="<?php 
echo JRoute::_($this->item->link);
?>
"><?php 
echo JSolrHelper::highlight($this->item->key, 'title', $this->item->title);
?>
</a>
		</h4>
	</header>
	<p><?php 
echo JSolrHelper::highlight($this->item->key, JSolrHelper::localize('body_*'));
?>
</p>
	<footer>
		<dl>		
			<?php 
if ($this->item->created) {
    ?>
			<dt><?php 
    echo JText::_("COM_JSOLRSEARCH_RESULT_CREATED_LABEL");
    ?>
</dt>
			<dd>
				<time datetime="<?php 
    echo JFactory::getDate($this->item->created)->toISO8601();
    ?>
示例#2
0
* Contributors
* Please feel free to add your name and email (optional) here if you have 
* contributed any source code changes.
* Name							Email
* Hayden Young					<*****@*****.**>
*/
defined('_JEXEC') or die('Restricted access');
?>
<article class="jsolrsearch-result">
	<header>
		<h4>
			<a href="<?php 
echo JRoute::_($this->item->link);
?>
"><?php 
echo JSolrHelper::highlight($this->item->key, 'title', $this->item->title);
?>
</a>
		</h4>
	</header>
	<footer>
		<dl>		
			<?php 
if ($this->item->created) {
    ?>
			<dt><?php 
    echo JText::_("COM_JSOLRSEARCH_RESULT_CREATED_LABEL");
    ?>
</dt>
			<dd>
				<time datetime="<?php