<%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %> <%= javascript_tag "Field.focus('search-input')" %> <%= project_select_tag %> <%= check_box_tag 'all_words', 1, @all_words %> <%= l(:label_all_words) %> <%= check_box_tag 'titles_only', 1, @titles_only %> <%= l(:label_search_titles_only) %>
<% @object_types.each do |t| %> <%= check_box_tag t, 1, @scope.include?(t) %> <%= type_label(t) %> <% end %>
<%= submit_tag l(:button_submit), :name => 'submit' %>