headTitle($this->translate('Reserves Search')); // Set up breadcrumbs: $this->layout()->breadcrumbs = '
  • ' . $this->transEsc('Reserves') . '
  • '; // Convenience variables: $reservesLookfor = $this->params->getDisplayQuery(); $this->searchClassId = 'SolrReserves'; ?>

    transEsc('Search For Items on Reserve')?>

    'reservesSearchForm_lookfor', 'type' => 'search', 'name' => 'lookfor', 'size' => '40', 'value' => $reservesLookfor, 'aria-label' => $this->translate('search_terms'), ]; if ($placeholder = $this->searchbox()->getPlaceholderText($tabConfig['selected']['id'] ?? $this->searchClassId)) { $searchboxAttributes['placeholder'] = $placeholder; } if ($this->searchbox()->autocompleteEnabled('SolrReserves')) { $searchboxAttributes['class'] = ' autocomplete form-control searcher:SolrReserves type:Reserves' . ($this->searchbox()->autocompleteAutoSubmit('SolrReserves') ? ' ac-auto-submit' : ''); $searchboxAttributes['data-autocomplete-formatting-rules'] = $this->searchbox()->autocompleteFormattingRulesJson('SolrReserves'); } ?> htmlAttributes($searchboxAttributes)?>> inlineScript(\Laminas\View\Helper\HeadScript::SCRIPT, "$('#reservesSearchForm_lookfor').focus()", 'SET')?>
    results->getQuerySpeed(); ?> results->getResultTotal()) > 0): ?> $this->localizedNumber($this->results->getStartRecord()), '%%end%%' => $this->localizedNumber($this->results->getEndRecord()), '%%total%%' => $this->localizedNumber($recordTotal), '%%lookfor%%' => $this->escapeHtml($reservesLookfor), ]; ?> translate('showing_results_of_for_html', $transParams); ?>, transEsc('query time')?>: localizedNumber($qtime, 2) . $this->transEsc('seconds_abbrev')?>
    0): ?>
    render('search/controls/sort.phtml')?>

    translate('nohit_lookfor_html', ['%%lookfor%%' => $this->escapeHtml($reservesLookfor)]) ?>

    parseError)): ?>

    transEsc('nohit_parse_error')?>

    results->getResults() as $record): ?> currentPath() . $this->escapeHtmlAttr( '?inst=' . urlencode($record->getInstructorId()) . '&course=' . urlencode($record->getCourseId()) . '&dept=' . urlencode($record->getDepartmentId()) ); ?>
    transEsc('Department')?> transEsc('Course')?> transEsc('Instructor')?> transEsc('Items')?>
    escapeHtml($record->getDepartment())?> escapeHtml($record->getCourse())?> escapeHtml($record->getInstructor())?> escapeHtml($record->getItemCount())?>
    paginationControl($this->results->getPaginator(), 'Sliding', 'search/pagination.phtml', ['results' => $this->results])?>
    results->getRecommendations('side') as $current): ?> recommend($current)?>