<%= error_messages_for 'document' %>

<%= text_field 'document', 'title', :size => 60 %>

<%= text_area 'document', 'description', :cols => 60, :rows => 15 %>

<% unless $RDM_TEXTILE_DISABLED %> <%= javascript_include_tag 'jstoolbar' %> <% end %>