Sha256: 0f08431697b0c8c0b5ea06cd5704e87a08d4860905584686ad15e6f09930dafb
Contents?: true
Size: 1.29 KB
Versions: 26
Compression:
Stored size: 1.29 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> <%= async_load_tag(hydra_asset_downloads_path(params[:id]), 'downloads') %>
Version data entries
26 entries across 26 versions & 1 rubygems