Sha256: 2441ba640a9c13f97b0711fbb2d1eb2d6d554e9a2e664e17b5c9e3acbe47abaf
Contents?: true
Size: 1.25 KB
Versions: 43
Compression:
Stored size: 1.25 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> <dl class="defList"> <dt>Date: </dt> <dd><%= render_document_show_field_value(:document=>document, :field=>"date_t") %></dd> <dt>Title: </dt> <dd><%= render_document_show_field_value(:document=>document, :field=>"title_t") %></dd> <dt>Document Type: </dt> <dd><%= render_document_show_field_value(:document=>document, :field=>"medium_t") %></dd> <dt>Location: </dt> <dd><%= render_document_show_field_value(:document=>document, :field=>"location_t") %></dd> <dt>Date: </dt> <dd><%= render_document_show_field_value(:document=>document, :field=>"date_t") %></dd> </dl> </div>
Version data entries
43 entries across 43 versions & 2 rubygems