headTitle($this->translate('Browse the Collection Alphabetically')); $this->layout()->breadcrumbs = '
  • ' . $this->transEsc('Browse Alphabetically') . '
  • '; $baseQuery = ['source' => $this->source, 'from' => $this->from]; // Set up upper search box if necessary: if ($this->searchbox()->alphaBrowseOptionsEnabled()) { $this->layout()->searchbox = $this->context($this)->renderInContext( 'search/searchbox.phtml', [ 'lookfor' => $this->from, 'searchIndex' => 'AlphaBrowse:' . $this->source, ] ); } ?> searchbox()->alphaBrowseOptionsEnabled() || empty($this->source)): ?>
    'text', 'name' => 'from', 'id' => 'alphaBrowseForm_from', 'value' => $this->from, 'class' => 'form-control', ]; if ($this->searchbox()->autocompleteEnabled('Solr')) { $searchboxAttributes['class'] .= ' autocomplete' . ($this->searchbox()->autocompleteAutoSubmit('SolrReserves') ? ' ac-auto-submit' : ''); $searchboxAttributes['data-autocomplete-type-field-selector'] = '#alphaBrowseForm_source'; $searchboxAttributes['data-autocomplete-type-prefix'] = 'alphabrowse_'; $searchboxAttributes['data-autocomplete-formatting-rules'] = $this->searchbox()->autocompleteFormattingRulesJson('Solr'); } ?> htmlAttributes($searchboxAttributes)?>> result): ?> extras as $e): ?> result['Browse']['items'] as $item): ?> highlight_row) && $row == $this->highlight_row): ?> match_type) && ($this->match_type == 'NONE')): ?> extras as $extraName): ?> highlight_end)): ?>
    transEsc('browse_' . $this->source) ?> transEsc('browse_' . $e) ?> transEsc('alphabrowse_matches') ?>
    transEsc('your_match_would_be_here')?>
    alphabrowse()->getUrl($this->source, $item)): ?> escapeHtml($item['heading'])?> escapeHtml($item['heading'])?> 0): ?>
    transEsc('Use instead') ?>:
    0): ?>
    transEsc('See also') ?>:
    transEsc('Note') ?>:
    • escapeHtml($item['note'])?>
    $e): $extraDisplayArray = array_unique(array_merge($extraDisplayArray, $e)); endforeach; echo empty($extraDisplayArray) ? ' ' : implode('
    ', array_map([$this, 'escapeHtml'], $extraDisplayArray)); ?>
    0): ?>
    transEsc('your_match_would_be_here')?>