% @title = "Creating '#{@page.title}'" @content_width = 720 @hide_navigation = true %>
Any phrase surrounded by double brackets is a wiki word.
Wiki words: [[C++]], [[Let's play again!]]
Not wiki words: HomePage, ThreeWordsTogether, [IBM], School
<%= 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)) %>