getExtraDetail('ils_details'); // If this is a non-missing Solr record, we should display a link: if (is_a($driver, \VuFind\RecordDriver\SolrDefault::class) && !is_a($driver, \VuFind\RecordDriver\Missing::class)) { $title = $driver->getTitle(); $title = empty($title) ? $this->transEsc('Title not available') : $this->escapeHtml($title); echo '' . $title . ''; } elseif (!empty($ilsDetails['title'])) { // If the record is not available in Solr, perhaps the ILS driver sent us a title we can show... echo '' . $this->escapeHtml($ilsDetails['title']) . ''; } else { // Last resort -- indicate that no title could be found. echo $this->transEsc('Title not available'); } $listAuthors = $driver->getPrimaryAuthors(); ?> transEsc('by')?>: escapeHtml($listAuthors[0])?> 1): ?>, transEsc('more_authors_abbrev')?>

getFormats()) > 0): ?> record($driver)->getFormatList() ?>
transEsc('Volume')?>: escapeHtml($ilsDetails['volume'])?>
transEsc('Year of Publication')?>: escapeHtml($ilsDetails['publication_year'])?>