% 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?).
<%= text_field_tag 'query', params[:query], { :size => 30 } %>
<%= hidden_field_tag 'bodies', 1 %>
<%= submit_tag "Search" %>
e.g. <%=link_to 'Liverpool', search_url('liverpool', 'bodies')%>, <%=link_to 'MRSA', search_url('mrsa', 'bodies')%>, <%=link_to 'Treasury', search_url('treasury', 'bodies')%>
OR, search for information others have requested using WhatDoTheyKnow.com
<%= link_to "More authorities...", list_public_bodies_default %>