Sha256: 6067691ff5698948d13e47745d282a388162fcaf7cd4fcd11f6c143c4eaff832
Contents?: true
Size: 993 Bytes
Versions: 5
Compression:
Stored size: 993 Bytes
Contents
<%= render 'previous_next_doc' %> <% @page_title = t('blacklight.search.show.title', :document_title => @document[blacklight_config.show.title_field], :application_name => application_name) %> <% 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 %>"> <div id ="item_breadcrumb"> <%= render_item_breadcrumb(@document) %> </div> <%= 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
5 entries across 5 versions & 1 rubygems