% if User.current.logged? %>
<%= select_tag 'bid', options_for_select(@option), :name => 'bid', :class => 'grayline' %> |
<%= f.text_area :bid_message, :id => "bid_message", :required => true, :rows => 4, :cols => 40, :onfocus => "clearInfo('bid_message','#{l(:label_bid_reason)}')", :onblur => "showInfo('bid_message','#{l(:label_bid_reason)}')", :value => "#{l(:label_bid_reason)}", :style => "resize: none;", :class => 'noline'%> |
<%= submit_tag l(:button_add), :name => nil , :class => "btn_bid", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'"%> <%= submit_tag l(:button_cancel), :name => nil, :onclick => "cancel();", :type => 'button', :class => "btn_bid", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'" %> |