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