Sha256: 8262f72e9d9366d43c5e2495111e519d914f1298f45e34fc0b74cd4e6ae417ed

Contents?: true

Size: 1.09 KB

Versions: 7

Compression:

Stored size: 1.09 KB

Contents

<div id="content" class="col-md-9 show-document">

  <%= render 'previous_next_doc' %>

   
<% @page_title = t('blacklight.search.show.title', :document_title => document_show_html_title, :application_name => application_name) -%>
<% content_for(:head) { render_link_rel_alternates } -%>
<%# this should be in a partial -%>

<div id="document" class="document <%= render_document_class %>" itemscope  itemtype="<%= @document.itemtype %>">
  <div id="doc_<%= @document.id.to_s.parameterize %>">
  
    <% # bookmark/folder functions -%>
    <%= 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 %>

</div>

<div id="sidebar" class="col-md-3">
   <%= render_document_sidebar_partial %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-5.0.3 app/views/catalog/show.html.erb
blacklight-5.1.1 app/views/catalog/show.html.erb
blacklight-5.1.0 app/views/catalog/show.html.erb
blacklight-5.0.2 app/views/catalog/show.html.erb
blacklight-5.0.1 app/views/catalog/show.html.erb
blacklight-5.0.0 app/views/catalog/show.html.erb
blacklight-5.0.0.pre4 app/views/catalog/show.html.erb