Sha256: 82dce7d40f992e267f2760ce6ae58675c077398f20b0fc514703686b9096b043

Contents?: true

Size: 647 Bytes

Versions: 11

Compression:

Stored size: 647 Bytes

Contents

<div id="search" class="search">
  <%= form_tag catalog_index_path, :method => :get do %>
    <h2 class="search"><%= label_tag(:q, "Search ") %></h2>
    <%= text_field_tag :q, params[:q], :class => "q" %>
    <% unless search_fields.empty? %>
      <%= label_tag(:search_field, " in ") %>
      <%= select_tag(:search_field, options_for_select(search_fields, h(params[:search_field])), :title => "Targeted search options", :class=>"search_field") %>
    <% end %>
    <%= search_as_hidden_fields(:omit_keys => [:q, :search_field, :qt, :page]).html_safe %>        
    
    <%= submit_tag 'search', :class=>'submit' %>
  <% end %>

  <hr/>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
blacklight-3.4.2 app/views/catalog/_search_form.html.erb
blacklight-3.4.1 app/views/catalog/_search_form.html.erb
blacklight-3.4.0 app/views/catalog/_search_form.html.erb
blacklight-3.3.2 app/views/catalog/_search_form.html.erb
blacklight-3.3.1 app/views/catalog/_search_form.html.erb
blacklight-3.3.0 app/views/catalog/_search_form.html.erb
blacklight-3.2.2 app/views/catalog/_search_form.html.erb
blacklight-3.2.1 app/views/catalog/_search_form.html.erb
blacklight-3.2.0 app/views/catalog/_search_form.html.erb
blacklight-3.2.0pre2 app/views/catalog/_search_form.html.erb
blacklight-3.2.0pre1 app/views/catalog/_search_form.html.erb