Sha256: f39e6c4bf073f8586df2da5b9eb6209680a2e4cfdfd258f0c7026c0674b747b4

Contents?: true

Size: 1.16 KB

Versions: 37

Compression:

Stored size: 1.16 KB

Contents

<div id="title_div" style="float:left;width:300px;"><h2><%= counter + 1 %>. <%= link_to_document(document, :label => Blacklight.config[:show][:heading].to_sym, :counter => (counter + 1 + @response.params[:start].to_i)) %></h2></div>
<div id="type_div" style="float:right;"><%= (document.get(:medium_t) || document_type(document)).gsub("Hydrangea","") %></div>
<div id="content_div" style="float:left;">
	<dl id="index_list">
  <dt>Author(s):</dt>
    <dd>
      <%= author_list(document).join(" ") %>
    </dd>
  <dt>Published:</dt>
	<dd>
    <%= journal_info(document) %>
  </dd>
	<dt>Abstract:</dt>
	<dd>
		<%= short_abstract(document) %>
	</dd>
  <dt>Files:</dt>
	<dd>
    <%-
       file_count = get_file_asset_count(document) 
       file_desc =  get_file_asset_description(document)
       file_desc.concat('.') unless file_desc[-1] == '.'
    -%>
    <% if file_count > 0 %>
       <%=  file_desc %> 
       <%= file_count %> file<%= file_count > 1 ? "s" : "" %>. 
       [<%= link_to("see all", catalog_path(document[:id], :files=>true)) %>]
    <% else %>
      No files.
    <% end %>
  </dd>
  <dt>Admin:</dt>
    <dd>
      <%= admin_info(document) %>
    </dd>
	</dl>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
hydra-head-4.0.3 app/views/mods_assets/_index_list.html.erb
hydra-head-4.0.2 app/views/mods_assets/_index_list.html.erb
hydra-head-4.0.1 app/views/mods_assets/_index_list.html.erb
hydra-head-4.0.0 app/views/mods_assets/_index_list.html.erb
hydra-head-4.0.0.rc6 app/views/mods_assets/_index_list.html.erb
hydra-head-4.0.0.rc5 app/views/mods_assets/_index_list.html.erb
hydra-head-4.0.0.rc4 app/views/mods_assets/_index_list.html.erb
hydra-head-4.0.0.rc3 app/views/mods_assets/_index_list.html.erb
hydra-head-4.0.0.rc2 app/views/mods_assets/_index_list.html.erb
hydra-head-3.3.0 app/views/mods_assets/_index_list.html.erb
hydra-head-3.2.2 app/views/mods_assets/_index_list.html.erb
hydra-head-3.2.1 app/views/mods_assets/_index_list.html.erb
hydra-head-3.2.0 app/views/mods_assets/_index_list.html.erb
hydra-head-3.2.0.pre3 app/views/mods_assets/_index_list.html.erb
hydra-head-3.2.0.pre2 app/views/mods_assets/_index_list.html.erb
hydra-head-3.2.0.pre1 app/views/mods_assets/_index_list.html.erb
hydra-head-3.1.5 app/views/mods_assets/_index_list.html.erb
hydra-head-3.1.4 app/views/mods_assets/_index_list.html.erb
hydra-head-3.1.3 app/views/mods_assets/_index_list.html.erb
hydra-head-3.1.2 app/views/mods_assets/_index_list.html.erb