Sha256: 6bc04b67b9a5c09c5097b928096ccb4a6d795f442654b7ba30819dfd0013f1d7

Contents?: true

Size: 596 Bytes

Versions: 11

Compression:

Stored size: 596 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" %>
    <%= 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") %>
    
    <%= 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.1.2 app/views/catalog/_search_form.html.erb
blacklight-3.1.1 app/views/catalog/_search_form.html.erb
blacklight-3.1.0 app/views/catalog/_search_form.html.erb
blacklight-3.0.0 app/views/catalog/_search_form.html.erb
blacklight-3.0.0pre8 app/views/catalog/_search_form.html.erb
blacklight-3.0.0pre7 app/views/catalog/_search_form.html.erb
blacklight-3.0.0pre6 app/views/catalog/_search_form.html.erb
blacklight-3.0.0pre4 app/views/catalog/_search_form.html.erb
blacklight-3.0.0pre3 app/views/catalog/_search_form.html.erb
blacklight-3.0pre2 app/views/catalog/_search_form.html.erb
blacklight-3.0pre1 app/views/catalog/_search_form.html.erb