Author: <%= Author.find(session[:author_id]).name -%><%= hidden_field :name => 'comment[author_id]', :value => session[:author_id] -%>
<% else -%><%= text_field :user, :label => 'Name: ', :size => 32 %>
<% end -%><%= text_field :url, :label => 'URL: ', :size => 60, :max_size => 256 %>
<%= text_area :comment, :label => 'Comment: ', :rows => 8, :cols => 60 %>
<% unless logged_in? -%>Ident <%= recaptcha_tags %>
<% end -%>