<%=h @page.pretty_title %>

<%= form_for @content, :as => :content, :url => {:action => 'update', :id => @page.title}, :html => {:method => :put, :multipart => true, :id => 'wiki_form'} do |f| %> <%= f.hidden_field :lock_version %> <%= error_messages_for 'content' %>

<%= f.text_area :text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit), :value => textilizable(@content, :text, :attachments => @content.page.attachments, :edit => true) %>


<%= f.text_field :comments, :size => 120 %>


<%= render :partial => 'attachments/form' %>

<%= submit_tag l(:button_save) %> <%= link_to_remote l(:label_preview), { :url => { :controller => 'wiki', :action => 'preview', :project_id => @project, :id => @page.title }, :method => :post, :update => 'preview', :before => 'var form_data = Form.serialize("wiki_form", true); form_data._method="post";if (typeof(tinyMCE) != "undefined") { tinyMCE.get("content_text").save(); }', :with => "$H(form_data).toQueryString()", :complete => "Element.scrollTo('preview')" }, :accesskey => accesskey(:preview) %>

<%= wikitoolbar_for 'content_text' %> <% end %>
<% content_for :header_tags do %> <%= robot_exclusion_tag %> <% end %> <% html_title h(@page.pretty_title) %>