| <%= check_box "user_record", "is_positive" %> | |
| <%= text_area "user_record", "body", :size => "20x8" %> | |
| <%= submit_tag "Submit" %> <%= submit_to_remote "preview", "Preview", :url => {:action => "preview"}, :update => "preview", :method => :get %> <%= button_to_function "Cancel", "location.back()" %> | |