Sha256: 9754d63f631bd7036463963661f74e064dd5e38eac5c60418095800ed255eef5

Contents?: true

Size: 881 Bytes

Versions: 18

Compression:

Stored size: 881 Bytes

Contents

<% unless has_search_parameters? %>
	<%# if there are no input/search related params, display the "home" partial -%>
	<%= render 'home' %>
<% else %>

	<% @page_title = application_name + " Search Results" %>

        <% extra_head_content << render_opensearch_response_metadata.html_safe %>

	<%= render :partial => 'search_form' %>
	
	<%= render :partial => 'did_you_mean' %>

	<%= render 'constraints', :localized_params=>params %>
  
  <div class="pageEntriesInfo">
    <%= render_pagination_info @response, :entry_name=>'item' %>
    <%=link_to "start over", catalog_index_path, :id=>"startOverLink" %>
  </div>
  
	<%= render 'sort_and_per_page' %>
  
        <%= render 'results_pagination' %>
  
	<%= render :partial => 'document_list' %>

	<% sidebar_items << capture do %>
	  <%= render :partial=>'facets' %>
	<% end %>

  <%= render 'results_pagination' %>

<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-3.4.2 app/views/catalog/index.html.erb
blacklight-3.4.1 app/views/catalog/index.html.erb
blacklight-3.4.0 app/views/catalog/index.html.erb
blacklight-3.3.2 app/views/catalog/index.html.erb
blacklight-3.3.1 app/views/catalog/index.html.erb
blacklight-3.3.0 app/views/catalog/index.html.erb
blacklight-3.2.2 app/views/catalog/index.html.erb
blacklight-3.2.1 app/views/catalog/index.html.erb
blacklight-3.2.0 app/views/catalog/index.html.erb
blacklight-3.2.0pre2 app/views/catalog/index.html.erb
blacklight-3.2.0pre1 app/views/catalog/index.html.erb
blacklight-3.1.2 app/views/catalog/index.html.erb
blacklight-3.1.1 app/views/catalog/index.html.erb
blacklight-3.1.0 app/views/catalog/index.html.erb
blacklight-3.0.0 app/views/catalog/index.html.erb
blacklight-3.0.0pre8 app/views/catalog/index.html.erb
blacklight-3.0.0pre7 app/views/catalog/index.html.erb
blacklight-3.0.0pre6 app/views/catalog/index.html.erb