%= wiki_page_breadcrumb(@page) %>
<%=text_area_tag 'content[text]', @text, :required => true, :id => 'editor02', :cols => 100, :rows => 25 %>
<%= fp.select :parent_id,content_tag('option', '', :value => '') + wiki_page_options_for_select(@wiki.pages.all(:include => :parent) - @page.self_and_descendants, @page.parent) %>
<% end %> <% end %><%= f.text_field :comments, :style => "width:75%;" %>
<%= render :partial => 'attachments/form' %>
<%= submit_tag l(:button_save) %>
<%= wikitoolbar_for 'content_text' %> <% end %> <% content_for :header_tags do %> <%= robot_exclusion_tag %> <% end %> <% html_title @page.pretty_title %>