Sha256: 5c303a427587426d7140dbd52a513336d2751005e3f562f6694394ce284e50eb

Contents?: true

Size: 1.28 KB

Versions: 7

Compression:

Stored size: 1.28 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 "#{params[:controller]}/_#{params[:action]}_partials/default_details", locals: {document: document}%>
</div>

<%= async_load_tag(hydra_asset_downloads_path(params[:id]), 'downloads') %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
curate-0.3.2 app/views/dashboard/_show_partials/_default.html.erb
curate-0.3.1 app/views/dashboard/_show_partials/_default.html.erb
curate-0.2.0 app/views/dashboard/_show_partials/_default.html.erb
curate-0.1.3 app/views/dashboard/_show_partials/_default.html.erb
curate-0.1.2 app/views/dashboard/_show_partials/_default.html.erb
curate-0.1.1 app/views/dashboard/_show_partials/_default.html.erb
curate-0.1.0 app/views/dashboard/_show_partials/_default.html.erb