Sha256: 4091a9268cd9a851593e7c7c7c9a45aee42c328779bacbc9f0150aa19c84bb5b
Contents?: true
Size: 1.48 KB
Versions: 10
Compression:
Stored size: 1.48 KB
Contents
<%# Copyright © 2012 The Pennsylvania State University Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. %> <%# default partial to display solr document fields in catalog show view -%> <div class="document_viewer" id="cover_container"> <dl class="defList"> <dt>ID: </dt> <dd><%= render_document_show_field_value(:document=>document, :field=>"id") %></dd> <dt>Download:</dt> <dd id="downloads"> <ul> <% %> </ul> </dd> <dt>Copyright: </dt> <dd><%= render_document_show_field_value(:document=>document, :field=>"rights_t") %></dd> </dl> </div> <div class="<%= params[:action]%>_details"> <%= render :partial => "#{params[:controller]}/_#{params[:action]}_partials/default_details", :locals => {:document => document}%> </div> <% sidebar_items << capture do %> <%#= render :partial=>"catalog/_show_partials/facets", :locals=>{:document=>document, :facets_display_heading => "This document refers to:"} %> <% end %> <%= async_load_tag(hydra_asset_downloads_path(params[:id]), 'downloads') %>
Version data entries
10 entries across 10 versions & 1 rubygems