Sha256: dbf5b3b4516a0684cc7496940bc3377ea94699fd6a8da07e5a7d37a421d76cbb

Contents?: true

Size: 1.23 KB

Versions: 4

Compression:

Stored size: 1.23 KB

Contents

<div class="row">

  <div id="content" class="span9 show-document">

    <%= render 'previous_next_doc' %>

     
  <% @page_title = t('blacklight.search.show.title', :document_title => document_show_html_title, :application_name => application_name) %>
  <% extra_head_content << render_link_rel_alternates %>
  <% sidebar_items << render_document_sidebar_partial %>

  <%# this should be in a partial -%>
  <div id="document" class="<%= render_document_class %>">
    <div id="doc_<%= @document.id.to_s.parameterize %>">
    

      <% # bookmark/folder functions -%>
      <%= render_document_heading.html_safe %>

      <div class="document">
        <%= render_document_partial @document, :show %>
      </div>

     
    </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="span3">
     <%= render_document_sidebar_partial  %>
  </div><!--/span -->
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-4.0.0.rc2 app/views/catalog/show.html.erb
blacklight-4.0.0.rc1 app/views/catalog/show.html.erb
blacklight-4.0.0.pre7 app/views/catalog/show.html.erb
blacklight-4.0.0.pre6 app/views/catalog/show.html.erb