results->getUrlQuery()->isQuerySuppressed() ? '' : $this->params->getDisplayQuery(); if (isset($this->overrideTitle)) { $this->headTitle($this->overrideTitle); } else { $this->headTitle($this->translate('Search Results') . (empty($lookfor) ? '' : " - {$lookfor}")); } // Set up search box: $this->layout()->searchbox = $this->context($this)->renderInContext( 'search/searchbox.phtml', [ 'lookfor' => $lookfor, 'searchIndex' => $this->params->getSearchHandler(), 'searchType' => $this->params->getSearchType(), 'searchId' => $this->results->getSearchId(), 'searchClassId' => $this->params->getSearchClassId(), 'checkboxFilters' => $this->params->getCheckboxFacets(), 'filterList' => $this->params->getFilters(), 'hasDefaultsApplied' => $this->params->hasDefaultsApplied(), 'selectedShards' => $this->params->getSelectedShards(), 'ignoreHiddenFiltersInRequest' => isset($this->ignoreHiddenFiltersInRequest) ? $this->ignoreHiddenFiltersInRequest : false, 'ignoreHiddenFilterMemory' => isset($this->ignoreHiddenFilterMemory) ? $this->ignoreHiddenFilterMemory : false, ] ); // Set up breadcrumbs: if (isset($this->overrideTitle)) { $this->layout()->breadcrumbs .= '
  • ' . $this->escapeHtml($this->overrideTitle) . '
  • '; } else { $this->layout()->breadcrumbs .= '
  • ' . $this->transEsc('Search') . ': ' . $this->escapeHtml($lookfor) . '
  • '; } // Enable cart if appropriate: $this->showBulkOptions = $this->params->getOptions()->supportsCart() && $this->showBulkOptions; // Checkboxes if appropriate: $this->showCartControls = $this->params->getOptions()->supportsCart() && $this->cart()->isActive() && ($this->showBulkOptions || !$this->cart()->isActiveInSearch()); // Enable bulk options if appropriate: $this->showCheckboxes = $this->showCartControls || $this->showBulkOptions; // Load Javascript only if list view parameter is NOT full: if ($this->params->getOptions()->getListViewOption() != "full") { $this->headScript()->appendFile("record.js"); $this->headScript()->appendFile("embedded_record.js"); } // Load Javascript dependencies into header: $this->headScript()->appendFile("check_item_statuses.js"); $this->headScript()->appendFile("check_save_statuses.js"); $this->headScript()->appendFile("accordion.js"); ?>
    results->getResultTotal()) > 0): // only display these at very top if we have results ?>
    0): ?>
    render('search/controls/limit.phtml')?> render('search/controls/sort.phtml')?> render('search/controls/view.phtml')?>
    flashmessages()?>

    overrideEmptyMessage)): ?> overrideEmptyMessage?> layout()->srmessage = $this->translate('nohit_lookfor_html', ['%%lookfor%%' => $this->escapeHtml($lookfor)]); ?> layout()->srmessage ?>

    parseError)): ?>

    transEsc('nohit_parse_error')?>

    results->getRecommendations('top')) as $current): ?> recommend($current)?> results->getRecommendations('noresults') as $current): ?> recommend($current)?>
    transEsc("Resultlist")?>
    transEsc("Result Selection")?>
    context($this)->renderInContext('search/bulk-action-buttons.phtml', ['idPrefix' => ''])?>
    render('search/list-' . $this->params->getView() . '.phtml')?> paginationControl($this->results->getPaginator(), 'Sliding', 'search/pagination.phtml', ['results' => $this->results, 'options' => isset($this->paginationOptions) ? $this->paginationOptions : []])?>
    transEsc("Result Selection")?>
    context($this)->renderInContext('search/bulk-action-buttons.phtml', ['idPrefix' => 'bottom_'])?>
    transEsc('Search Tools')?>: transEsc('Get RSS Feed')?> | transEsc('Email this Search')?> accountCapabilities()->getSavedSearchSetting() === 'enabled'): ?> | results->getSearchId())): ?> results->isSavedSearch()): ?> transEsc('save_search_remove')?> transEsc('save_search')?>
    results->getRecommendations('side') as $current): ?> recommend($current)?>