<%= t('page.search_resource', :model => t('page.resource')) -%>

<%= form_for :manifestations, :html => {:method => 'get'} do -%> <%= label_tag :search_form_top, t('page.search_term') -%>: <%= search_field_tag 'query', h(@query), {:id => 'search_form_top', :class => 'search_form', :placeholder => t('page.search_term')} -%> <%= submit_tag t('page.search') -%> <% end %>
<%= paginate(@manifestations, :window => 0) %>