Sha256: 1b9b4e67accc2dc756999d84a4b3c22738be5e402307b3dcb00e9ebef96a64da

Contents?: true

Size: 816 Bytes

Versions: 7

Compression:

Stored size: 816 Bytes

Contents

<%= form_tag catalog_index_path, :method => :get, :id => "search-form-header" do %>
  <fieldset>
    <legend class="accessible-hidden">Search <%=t('sufia.product_name')%></legend>
    <%= label_tag :catalog_search, t('sufia.search.form.q.label'), :class => "accessible-hidden" %>
    <%= text_field_tag(
      :q,
      params[:q],
      :class => "q input-xlarge search-query",
      :id => "catalog_search",
      :placeholder => t('sufia.search.form.q.placeholder'),
      :size => "30",
      :tabindex => "1",
      :type => "search",
    )%>
    <%= search_as_hidden_fields(:omit_keys => [:q, :search_field, :qt, :page]).html_safe %>
    <button type="submit" class="btn btn-primary" id="search-submit-header" tabindex="2">
      <i class="icon-search icon-white"></i> Go
    </button>
  </fieldset>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
curate-0.3.2 app/views/catalog/_search_form.html.erb
curate-0.3.1 app/views/catalog/_search_form.html.erb
curate-0.2.0 app/views/catalog/_search_form.html.erb
curate-0.1.3 app/views/catalog/_search_form.html.erb
curate-0.1.2 app/views/catalog/_search_form.html.erb
curate-0.1.1 app/views/catalog/_search_form.html.erb
curate-0.1.0 app/views/catalog/_search_form.html.erb