%= wiki_page_breadcrumb(@page) %>
<%= fp.select :parent_id, "" + wiki_page_options_for_select(@wiki.pages.all(:include => :parent) - @page.self_and_descendants, @page.parent) %>
<% end %> <% end %><%= 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', :with => "Form.serialize('wiki_form')", :complete => "Element.scrollTo('preview')" }, :accesskey => accesskey(:preview) %>
<%= wikitoolbar_for 'content_text' %> <% end %> <% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %> <%= robot_exclusion_tag %> <% end %> <% html_title @page.pretty_title %>