Sha256: cb1e2ae7746408b62f225022d0e405c37c650ca3aff2683f8ca3fc576d9356d6

Contents?: true

Size: 433 Bytes

Versions: 3

Compression:

Stored size: 433 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"  %>
    
    <%= search_as_hidden_fields(:omit_keys => [:q, :search_field, :qt]) %>        
    
    <%= image_submit_tag('search_button.png', :plugin=>"hydra-head", :id => "submit", :alt=>"Search") %>
  <% end %>

  <hr/>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hydra-head-3.0.0pre3 app/views/catalog/_search_form.html.erb
hydra-head-3.0.0pre2 app/views/catalog/_search_form.html.erb
hydra-head-3.0.0pre1 app/views/catalog/_search_form.html.erb