<% form_tag({}, :method => :get) do %>
<%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
<%= javascript_tag "Field.focus('search-input')" %>
<%= project_select_tag %>
<% @object_types.each do |t| %>
<% end %>
<%= submit_tag l(:button_submit), :name => 'submit' %>
<% end %>
<% if @results %>
<%= render_results_by_type(@results_by_type) unless @scope.size == 1 %>