Sha256: 59e0164a1e1163b8116f3e97f905984fc50501af3c62025d296edbc8db2f9530

Contents?: true

Size: 1.15 KB

Versions: 25

Compression:

Stored size: 1.15 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.document_type(blacklight_config.show.display_type) %></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

25 entries across 25 versions & 2 rubygems

Version Path
hydra-file-access-5.4.1 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.4.0.pre1 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.3.0 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.1.0 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.1 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.rc1 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre15 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre14 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre13 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre12 app/views/mods_assets/_index_list.html.erb
hydra-head-4.1.3 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre11 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre10 app/views/mods_assets/_index_list.html.erb
hydra-head-4.1.2 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre9 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre8 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre7 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre6 app/views/mods_assets/_index_list.html.erb
hydra-file-access-5.0.0.pre4 app/views/mods_assets/_index_list.html.erb