% form_remote_tag :url => @article.comment_url, :position=> :bottom, :update => {:success => 'commentList'}, :loading => "loading()", :complete => "complete(request)", :failure => "failure(request)", :html => {:id=>"commentform",:class=>"commentform"} \ do %>
<%= text_field "comment", "author", :size => 20 %> <%= link_to_function("(#{_('leave url/email')} »)", "Element.toggle('guest_url'); Element.toggle('guest_email')") %> | ||
<%= text_area "comment", "body" %> | ||
<%= _("Preview comment")%> | <%= markup_help_popup TextFilter.find_by_name(this_blog.comment_text_filter), _("Comment Markup Help") %>