params->def('show_page_heading', 1)) : ?>
params->get( 'search', 1 )== 1 && !$this->print) { ?>
params->get( 'breadcrumb', 2 )== 2 && !$this->print) { ?>
path);?>
print) : ?>
params->get('show_print_icon') || $this->params->get('show_email_icon')) : ?>
book, $this->params); ?>
params->get('show_bookcover', 1)){ ?>
book->image){
echo '
';
}else{
echo '

';
}
?>
params->get('show_category', 1)){ ?>
-
:
book->category_title;?>
authors);
if ($a > 0){?>
-
:
authors);
$k=0;
foreach ($this->authors as $author){
$k=$k +1;
$link = AbookHelperRoute::getAuthorRoute(!empty($author->alias) ? ($author->author_id.':'.$author->alias) : $author->author_id);
echo '' .$author->author_name .'';
if ($n != $k) echo ", ";
}
?>
book->editor_name!='' && $this->params->get('show_editor', 1)){ ?>
-
: book->editor_name;?>
book->pag>0 && $this->params->get('show_pag', 1)){ ?>
-
: book->pag;?>
book->price!=''){ ?>
-
: book->price;?>
book->isbn!='' && $this->params->get('show_isbn', 1)){ ?>
-
: book->isbn;?>
book->library_name!='' && $this->params->get('show_library', 1)){ ?>
-
: book->library_name;?>
book->location_name!='' && $this->params->get('show_location', 1)){ ?>
-
: book->location_name;?>
book->year!=0 && $this->params->get('show_year', 1)){ ?>
-
: book->year;?>
book->catalogo!="" && $this->params->get('show_catalog', 1)){ ?>
-
: book->catalogo;?>
book->file!="" && in_array($this->params->get('allow_download'), $this->user->getAuthorisedViewLevels())){ ?>
-
:
filename; ?>
book->url!='' && ($this->params->get('linkto')==1)){ ?>
-
:
book->url_label;?>
book->note!='' && $this->params->get('show_note', 1)==1){ ?>
-
: book->note;?>
params->get( 'show_hits', 1 )==1) || ($this->params->get( 'view_rate', 1 )==1)){ ?>
params->get( 'show_hits', 1 )==1){ ?>
:
book->hits;?>
lend->state)?$this->lend->state:1;
if ($this->params->get( 'show_lend_availability', 1 )==1) {
switch($lendstate){
case 0:
$state="label-important";
$state_label=JText::_('COM_ABOOK_LEND_LENT');
break;
default:
case 1:
$state="label-success";
$state_label=JText::_('COM_ABOOK_LEND_AVAILABLE');
break;
case 2:
$state="label-warning";
$state_label=JText::_('COM_ABOOK_LEND_REQUESTED');
break;
}?>
params->get( 'view_rate', 1 )==1) { ?>
book, $this->vote);?>
params->get( 'show_lend_request', 1 )==1 && in_array($this->params->get('allow_lend_request'), $this->user->getAuthorisedViewLevels()) && $lendstate == 1) {?>
params->get( 'show_lend_request', 1 )==1 && in_array($this->params->get('allow_lend_request'), $this->user->getAuthorisedViewLevels())) {
$uri = JFactory::getURI();
$uri->setQuery($uri->getQuery().'&hitcount=0');
?>
book->description!=''){ ?>
book->authorreview!= '' && $this->params->get('show_writtenby')){?>
book->authorreview!= '' && $this->params->get('show_writtenby')){?>
'.$this->book->authorreview.''); ?>
book->description;?>
book->description;?>
params->get('show_tags', 1) && !empty($this->tags)) : ?>
book->tagLayout = new JLayoutFile('book.tags'); ?>
book->tagLayout->render($this->tags); ?>
book->docsfolder && $this->params->get('show_docs', 0)){
$t=count($this->docslist);
?>
params->get( 'view_date' )==1){?>
: book->dateinsert, JText::_('DATE_FORMAT_LC1')) ?>
params->get( 'display_book_comments',1 ) == 1) {
//$jcomments_isenabled=JComponentHelper::getComponent('com_jcomments', true);
$jcomments_plugin=JFile::exists(JPATH_BASE.DS.'components'.DS.'com_jcomments'.DS.'jcomments.php');
if ($jcomments_plugin) {
include_once(JPATH_BASE.DS.'components'.DS.'com_jcomments'.DS.'jcomments.php');
echo '
'.JComments::show($this->book->id, 'com_abook', JText::_('COM_ABOOK_CATEGORY') .' '. $this->book->title);
}
}?>