params->get('pageclass_sfx'); ?>
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 ' '.JText::_('COM_ABOOK_COVEROF').' '.$this->book->title.' '; }else{ echo ''.JText::_('COM_ABOOK_NOCOVEROF').''; } ?>
params->get('show_category', 1)){ ?>
: book->category_title;?>
authors); if ($a > 0){?> 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)){ ?>
: <?php echo JText::_('COM_ABOOK_LINK');?> 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'); ?>
user->guest){?>
user->name;?>
user->email;?>
user->guest){ JPluginHelper::importPlugin('captcha'); $dispatcher = JDispatcher::getInstance(); $dispatcher->trigger('onInit','dynamic_recaptcha_1'); ?>
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){?> :
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); } }?>