<%= form_remote_tag :url => {:action => "comment", :id => @article}, :position=> :bottom, :update => {:success => 'commentList'}, :loading => "loading()", :complete => "complete(request)", :failure => "failure(request)", :html => {:id=>"commentform",:class=>"commentform"} %>

<% if hubssolib_privileged? -%> <% else -%> <%= hubssolib_unique_name %> <% end -%> <%= link_to_function("(leave url/email »)", "Element.toggle('guest_url'); Element.toggle('guest_email')") %>

<%= text_area "comment", "body" %>
   <%= markup_help_popup TextFilter.find_by_name(this_blog.comment_text_filter), _("Comment Markup Help") %> <%= _("Preview comment")%>
<%= end_form_tag %>