% form_tag( { :controller => 'profile_search', :profile => profile.identifier}, :method => 'get', :class => 'search_form' ) do %>
<%= text_field_tag 'q', @q, :title => _("Find %s's content") % profile.short_name %>
<%= submit_button(:search, _('Search')) %>
<%= labelled_radio_button __('on profile'), 'where', 'profile', true %>
<%= labelled_radio_button _('on %s') % environment.name, 'where', 'environment', false %>
<% end %>