app/views/wiki/new.rhtml in instiki-0.10.0 vs app/views/wiki/new.rhtml in instiki-0.10.1

- old
+ new

@@ -1,31 +1,31 @@ -<% - @title = "Creating #{WikiWords.separate(CGI.unescape(@page_name))}" - @content_width = 720 - @hide_navigation = true -%> - -<div id="MarkupHelp" style="float: right; width: 250px; margin-top: 5px"> - <%= render("#{@web.markup}_help") %> - <%= render 'wiki_words_help' %> -</div> - -<%= form_tag({ :action => 'save', :web => @web.address, :id => @page_name}, - {'id' => 'editForm', 'method' => 'post', 'onSubmit' => 'cleanAuthorName();'}) -%> - -<p> - <textarea name="content" style="width: 450px; height: 500px"></textarea> -</p> -<p> - <input type="submit" value="Submit" accesskey="s"/> as - <input type="text" name="author" id="authorName" value="<%= @author %>" onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" /> -</p> -<%= end_form_tag %> - -<script language="JavaScript1.2"> -function cleanAuthorName() { - if (document.getElementById('authorName').value == "") { - document.getElementById('authorName').value = 'AnonymousCoward'; - } -} -</script> +<% + @title = "Creating #{WikiWords.separate(CGI.unescape(@page_name))}" + @content_width = 720 + @hide_navigation = true +%> + +<div id="MarkupHelp" style="float: right; width: 250px; margin-top: 5px"> + <%= render("#{@web.markup}_help") %> + <%= render 'wiki_words_help' %> +</div> + +<%= form_tag({ :action => 'save', :web => @web.address, :id => @page_name}, + {'id' => 'editForm', 'method' => 'post', 'onSubmit' => 'cleanAuthorName();'}) +%> + +<p> + <textarea name="content" style="width: 450px; height: 500px"></textarea> +</p> +<p> + <input type="submit" value="Submit" accesskey="s"/> as + <input type="text" name="author" id="authorName" value="<%= @author %>" onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" /> +</p> +<%= end_form_tag %> + +<script language="JavaScript1.2"> +function cleanAuthorName() { + if (document.getElementById('authorName').value == "") { + document.getElementById('authorName').value = 'AnonymousCoward'; + } +} +</script>