Sha256: decb8b841d3bc16b67175e9408ee68ecb2278baa26be44d0ce1558cf6976b252
Contents?: true
Size: 1.35 KB
Versions: 9
Compression:
Stored size: 1.35 KB
Contents
<% @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 %> <div class="show"> <%= render 'constraints', :localized_params=>session[:search] %> </div> <div class="pageEntriesInfo"> <%= item_page_entry_info %> <%=link_to t('blacklight.search.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
9 entries across 9 versions & 1 rubygems