请输入竞赛密码

<%= form_tag({:controller => 'bids', :action => 'join_in_contest', :id => course.id}, :remote => true, :method => :post, :id => 'new-watcher-form') do %> <%= text_field_tag 'course_password', nil, :size => 45 %>

<%= submit_tag l(:label_new_join), :name => nil, :class => "bid_btn", :onclick => "hideModal(this);" %> <%= submit_tag l(:button_cancel), :name => nil, :class => "bid_btn", :onclick => "hideModal(this);", :type => 'button' %>

<% end %>