<%- @title = "Creating #{CGI.escapeHTML(WikiWords.separate(@page_name))}" @content_width = 720 @hide_navigation = true -%>
<%= render(:file => "#{@web.markup}_help") -%> <%= render(:file => 'wiki_words_help') unless @web.brackets_only? -%>
<% form_tag({ :action => 'save', :web => @web.address, :id => @page_name }, { 'id' => 'editForm', 'method' => 'post', 'onsubmit' => 'cleanAuthorName();', 'accept-charset' => 'utf-8' }) do %>
as <%= text_field_tag :author, @author, :onfocus => "this.value == 'AnonymousCoward' ? this.value = '' : true;", :onblur => "this.value == '' ? this.value = 'AnonymousCoward' : true" %>
<%- end -%>