<% @title = "Creating '#{@page.title}'" @content_width = 720 @hide_navigation = true %>
<%= render :partial => "textile_help" %>

Wiki words

Any phrase surrounded by double brackets is a wiki word.

Wiki words: [[C++]], [[Let's play again!]]
Not wiki words: HomePage, ThreeWordsTogether, [IBM], School

<%= form_tag({ :action => "create" }, :id => 'editForm') %> <%= hidden_field :page, :title %> <%= hidden_field :page, :revision_number %>

<%= text_area :version, :body, { :style => "width: 450px; height: 500px" } %>

<%= submit_tag "Save" %> as <%= text_field_tag :author_name, @author_name, :onfocus => "this.value == 'Anonymous Coward' ? this.value = '' : true;", :onblur => "this.value == '' ? this.value = 'Anonymous Coward' : true" %> or <%= link_to("Cancel", page_url(:page_title => @page)) %>