Sha256: 36b46636e432b6b3068915d7ec053ff3ae5aa606bf6c8786da439adfa2b36eb1
Contents?: true
Size: 739 Bytes
Versions: 28
Compression:
Stored size: 739 Bytes
Contents
<tr class="document <%= cycle("even","odd") %>"> <td> <img width="75" src="<%= datastream_disseminator_url(document[:id], "thumbnail") %>" alt="thumb"> <%= link_to_document(document, :label => Blacklight.config[:show][:heading].to_sym, :counter => (counter + 1 + @response.params[:start].to_i)) %> </td> <td> <% creator = get_person_from_role(document, "Creator") %> <%= [creator[:last], creator[:first]].join(", ") unless creator.nil? %> </td> <td> <%= DateTime.parse(document.fetch(:system_create_dt, "")).to_time %> </td> <td> <%= (document[:medium_t] || document_type(document)).gsub(/^Generic/,"") %> </td> <td> <%= get_file_asset_count(document)%> </td> <td> Created </td> </tr>
Version data entries
28 entries across 28 versions & 1 rubygems