// If this is a non-missing Solr record, we should display a link:
if (is_a($resource, 'VuFind\\RecordDriver\\SolrDefault') && !is_a($resource, 'VuFind\\RecordDriver\\Missing')) {
$title = $resource->getTitle();
$title = empty($title) ? $this->transEsc('Title not available') : $this->escapeHtml($title);
echo '
' . $title . '';
} else if (isset($ilsDetails['title']) && !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');
}
?>
getPrimaryAuthors(); if (!empty($listAuthors)): ?>
=$this->transEsc('by')?>:
=$this->escapeHtml($listAuthors[0])?> 1): ?>, =$this->transEsc('more_authors_abbrev')?>
=$this->transEsc('Call number')?>: =$this->escapeHtml($ilsDetails['callnumber'])?>
getFormats()) > 0): ?>
=$this->record($resource)->getFormatList() ?>
=$this->transEsc('Volume')?>: =$this->escapeHtml($ilsDetails['volume'])?>
=$this->transEsc('Year of Publication')?>: =$this->escapeHtml($ilsDetails['publication_year'])?>
=$this->transEsc('location_' . $ilsDetails['institution_name'], [], $ilsDetails['institution_name'])?>
=$this->transEsc('Borrowing Location')?>: =$this->transEsc('location_' . $ilsDetails['borrowingLocation'], [], $ilsDetails['borrowingLocation'])?>
0) : ?>
=$this->transEsc('Renewed')?>: =$this->transEsc($ilsDetails['renew'])?>
(=$this->transEsc('Last renewal')?>: =$this->transEsc($ilsDetails['lastreneweddate'])?>)
/ =$this->transEsc($ilsDetails['renewLimit'])?>
renewResult[$ilsDetails['item_id']])): ?>
renewResult[$ilsDetails['item_id']]; ?>
=$this->transEsc('Due Date')?>: =$this->escapeHtml($renewDetails['new_date'])?> =$this->escapeHtml($renewDetails['new_time'])?>
=$this->transEsc('renew_success')?>
=$this->transEsc('Due Date')?>: =$this->escapeHtml($ilsDetails['duedate'])?> =$this->escapeHtml($ilsDetails['dueTime'])?>
=$this->transEsc('renew_fail')?>: =$this->escapeHtml($renewDetails['sysMessage'])?>
=$this->transEsc('Issue Date')?>: =$this->escapeHtml($ilsDetails['issuedate'])?>
=$this->transEsc('Due Date')?>: =$this->escapeHtml($ilsDetails['duedate'])?> =$this->escapeHtml($ilsDetails['dueTime'])?>
=$this->transEsc("renew_item_overdue")?>
=$this->transEsc("renew_item_due")?>
=$this->transEsc($ilsDetails['message'])?>
=$this->transEsc('renew_item')?>