<% @title = "Editing #{@page.name}" @content_width = 720 @hide_navigation = true %>
<%= render("#{@web.markup}_help") %> <%= render 'wiki_words_help' %>
<%= form_tag({ :action => 'save', :web => @web.address, :id => @page.name }, { 'id' => 'editForm', 'method' => 'post', 'onSubmit' => 'cleanAuthorName()', 'accept-charset' => 'utf-8' }) %>
as <%= text_field_tag :author, @author, :onfocus => "this.value == 'AnonymousCoward' ? this.value = '' : true;", :onblur => "this.value == '' ? this.value = 'AnonymousCoward' : true" %> | <%= link_to('Cancel', {:web => @web.address, :action => 'cancel_edit', :id => @page.name}, {:accesskey => 'c'}) %> (unlocks page)
<%= end_form_tag %>