<% # header bar for doc items in index view -%>
<% # main title container for doc partial view -%>
<%= t('blacklight.search.documents.counter', :counter => (document_counter + 1 + @response.params[:start].to_i)) %><%= link_to_document document, :label=>document_show_link_field(document), :counter => (document_counter + 1 + @response.params[:start].to_i) %>
<% # bookmark functions for items/docs -%> <%= render_index_doc_actions document, :wrapping_class => "documentFunctions span2" %>