Sha256: be9057bf1a5d82f683df61ad3845f5be013abcbb31000fc59aafecb4d715e33b

Contents?: true

Size: 896 Bytes

Versions: 19

Compression:

Stored size: 896 Bytes

Contents

<%= render 'previous_next_doc' if @search_context %>

<% @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

19 entries across 19 versions & 1 rubygems

Version Path
blacklight-7.10.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.9.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.8.1 app/views/catalog/_show_main_content.html.erb
blacklight-7.8.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.7.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.6.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.5.1 app/views/catalog/_show_main_content.html.erb
blacklight-7.5.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.4.2 app/views/catalog/_show_main_content.html.erb
blacklight-7.4.1 app/views/catalog/_show_main_content.html.erb
blacklight-7.4.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.3.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.2.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.1.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.1.0.alpha app/views/catalog/_show_main_content.html.erb
blacklight-7.0.1 app/views/catalog/_show_main_content.html.erb
blacklight-7.0.0 app/views/catalog/_show_main_content.html.erb
blacklight-7.0.0.rc2 app/views/catalog/_show_main_content.html.erb
blacklight-7.0.0.rc1 app/views/catalog/_show_main_content.html.erb