Sha256: 9da77c510d12f156079a0f8433f613eb9542f02b6f326d98a5ba7216eb750673

Contents?: true

Size: 537 Bytes

Versions: 3

Compression:

Stored size: 537 Bytes

Contents

<%# default partial to display solr document fields in catalog index view -%>
<dl class="defList">
  <%#= get_relevance_bar(document[:score],"Relevance:") %>
  <%= get_data_with_label(document, "Date:", 'date_t') %>  
  <%= get_data_with_label(document, "Title:", 'title_t') %>
  <%= get_data_with_label(document, "Document Type:", 'medium_t') %>
  <%= get_data_with_label(document, "Location:", 'location_t') %>
  <% callnums = get_callnum(document) %>
  <%= get_suppl_urls(document) %>  
  <%= show_formats(document['format']) %>
</dl>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hydra-head-3.0.0pre3 app/views/catalog/_index_partials/_default_details.html.erb
hydra-head-3.0.0pre2 app/views/catalog/_index_partials/_default_details.html.erb
hydra-head-3.0.0pre1 app/views/catalog/_index_partials/_default_details.html.erb