Sha256: d543653c1330c97dbe1c2a8e3ce865e2e0a72cf30ae681511b7f83431a4817f6

Contents?: true

Size: 1.12 KB

Versions: 21

Compression:

Stored size: 1.12 KB

Contents

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

  <%= 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 } -%>
<%# 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 col-sm-4">
   <%= render_document_sidebar_partial %>
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
blacklight-5.11.3 app/views/catalog/show.html.erb
blacklight-5.12.1 app/views/catalog/show.html.erb
blacklight-5.12.0 app/views/catalog/show.html.erb
blacklight-5.10.3 app/views/catalog/show.html.erb
blacklight-5.9.4 app/views/catalog/show.html.erb
blacklight-5.11.2 app/views/catalog/show.html.erb
blacklight-5.11.1 app/views/catalog/show.html.erb
blacklight-5.11.0 app/views/catalog/show.html.erb
blacklight-5.10.2 app/views/catalog/show.html.erb
blacklight-5.10.1 app/views/catalog/show.html.erb
blacklight-5.10.0 app/views/catalog/show.html.erb
blacklight-5.9.3 app/views/catalog/show.html.erb
blacklight-5.9.2 app/views/catalog/show.html.erb
blacklight-5.9.1 app/views/catalog/show.html.erb
blacklight-5.9.0 app/views/catalog/show.html.erb
blacklight-5.8.2 app/views/catalog/show.html.erb
blacklight-5.8.1 app/views/catalog/show.html.erb
blacklight-5.8.0 app/views/catalog/show.html.erb
blacklight-5.7.2 app/views/catalog/show.html.erb
blacklight-5.7.1 app/views/catalog/show.html.erb