Sha256: 4a49d748228bf5b3059afd934cfdf9cfb6eb5f182d7451956e1c9ef81da84f26
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 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] %>"> <% # 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blacklight-3.1.2 | app/views/catalog/show.html.erb |
blacklight-3.1.1 | app/views/catalog/show.html.erb |
blacklight-3.1.0 | app/views/catalog/show.html.erb |