Sha256: f9b61d74e032e9743a2b154eb15fc7b12970eaaee995666ae54c0fc63c2f76df

Contents?: true

Size: 1.26 KB

Versions: 11

Compression:

Stored size: 1.26 KB

Contents

<% @page_title = "#{document_show_html_title} - #{application_name}" %>
<% extra_head_content << render_link_rel_alternates %>
<% sidebar_items << render_document_sidebar_partial %>

<div class="show">
  <%= render 'constraints', :localized_params=>session[:search] %>
</div>

<div class="pageEntriesInfo">
  <%= item_page_entry_info %>
  <%=link_to "start over", catalog_index_path, :id=>"startOverLink" %>
</div>

<%= render 'previous_next_doc' %>

<%# 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_show_doc_actions @document %>        

    <%= render_document_heading.html_safe %>
    <div class="tools"><%= render :partial => 'show_tools' %></div>
    <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 %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
blacklight-3.4.2 app/views/catalog/show.html.erb
blacklight-3.4.1 app/views/catalog/show.html.erb
blacklight-3.4.0 app/views/catalog/show.html.erb
blacklight-3.3.2 app/views/catalog/show.html.erb
blacklight-3.3.1 app/views/catalog/show.html.erb
blacklight-3.3.0 app/views/catalog/show.html.erb
blacklight-3.2.2 app/views/catalog/show.html.erb
blacklight-3.2.1 app/views/catalog/show.html.erb
blacklight-3.2.0 app/views/catalog/show.html.erb
blacklight-3.2.0pre2 app/views/catalog/show.html.erb
blacklight-3.2.0pre1 app/views/catalog/show.html.erb