Sha256: 31af1bd6c83eb5167ddaa5ea2c9285edfe3e9d08655563787c8c3786016d0081

Contents?: true

Size: 880 Bytes

Versions: 64

Compression:

Stored size: 880 Bytes

Contents

<%= render 'previous_next_doc' %>

<% @page_title = t('blacklight.search.show.title', :document_title => document_show_html_title, :application_name => application_name).html_safe %>
<% content_for(:head) { render_link_rel_alternates } %>

<div id="document" class="document <%= render_document_class %>" itemscope  itemtype="<%= @document.itemtype %>">
  <div id="doc_<%= @document.id.to_s.parameterize %>">
    <%= render_document_partials @document, blacklight_config.view_config(:show).partials %>
  </div>
</div>

<% if @document.respond_to?(:export_as_openurl_ctx_kev) %>
  <!-- 
       // COinS, for Zotero among others. 
       // This document_partial_name(@document) business is not quite right,
       // but has been there for a while. 
  -->
  <span class="Z3988" title="<%= @document.export_as_openurl_ctx_kev(document_partial_name(@document)) %>"></span>
<% end %>

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
blacklight-6.25.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.24.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.23.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.22.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.21.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.20.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.19.2 app/views/catalog/_show_main_content.html.erb
blacklight-6.19.1 app/views/catalog/_show_main_content.html.erb
blacklight-6.19.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.18.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.17.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.16.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.15.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.14.1 app/views/catalog/_show_main_content.html.erb
blacklight-6.14.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.13.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.12.0 app/views/catalog/_show_main_content.html.erb
blacklight-6.11.2 app/views/catalog/_show_main_content.html.erb
blacklight-6.11.1 app/views/catalog/_show_main_content.html.erb
blacklight-6.11.0 app/views/catalog/_show_main_content.html.erb