<%= form_for('bid_message', :id=>"bid_message_form",:remote => true, :method => :post, :url => {:controller => 'bids', :action => 'create', :id => bid, :sta => sta}) do |f|%>
<%= render :partial => 'pre_show', :locals => {:content => @content} %>
<% if User.current.logged? %> <% if @bid.reward_type ==3 %> <% else %> <% end %>
<%= f.text_area 'message', :rows => 3, :cols => 65, :placeholder => l(:label_max_length), :style => "resize: none;", :class => 'noline'%><%= f.text_area 'message', :rows => 3, :cols => 65, :placeholder => l(:label_max_length), :style => "resize: none;", :class => 'noline'%>
<%= f.text_field :reference_user_id, :style=>"display:none"%> <%= l(:button_clear_meassge) %> <%= l(:label_responses) %>
<% else %>
<%= l(:label_user_login_tips) %> <%= link_to l(:label_user_login_new), signin_path %>
<% end %> <% end %>