<%= page_fields.text_field :title, :size => 120 %>
<%= f.text_area :text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %>
<%= f.text_field :comments, :size => 120 %>
<%= render :partial => 'attachments/form', :f => f %>
<%= submit_tag l(:button_save) %> <%= link_to_remote l(:label_preview), { :url => wiki_preview_path(:project_id => @project), :method => :post, :update => 'preview', :with => "Form.serialize('wiki_form')", :complete => "Element.scrollTo('preview')" }, :accesskey => accesskey(:preview) %>
<%= wikitoolbar_for 'content_text' %> <% end %> <% content_for :header_tags do %> <%= robot_exclusion_tag %> <% end %> <% html_title @page.pretty_title %>