% view_cache :ttl => 5.minutes do %>
<%= _('First, type in the name of the UK public authority you\'d
like information from. By law, they have to respond
(why?).') % help_about_url %>
<%= text_field_tag 'query', params[:query], { :size => 30 } %>
<%= hidden_field_tag 'bodies', 1 %>
<%= submit_tag _('Search') %>
<%= _('e.g.') %>
<% @search_examples.each_with_index do |name, i| %>
<%=link_to name, search_url(name, 'bodies')%><% if i < 2 %>, <% else %>. <% break %><% end %>
<% end %>
<%= _('OR, search for information others have requested using {{site_name}}', :site_name => site_name) %>
<%= link_to _('More authorities...'), list_public_bodies_default %>
<%=link_to _('More successful requests...'), request_list_successful_url %>