Sha256: 23f22ee707ec38e847dda3f9b2342bedcb42b420206429a5269f888d6ed091ff
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
<% @title = "Rollback to #{@page.plain_name} Rev ##{@revision.number}" @content_width = 720 @hide_navigation = true %> <%= "<p style='color:red'>Please correct the error that caused this error in rendering:<br/><small>#{@params["msg"]}</small></p>" if @params["msg"] %> <%= form_tag({:web => @web.address, :action => 'save', :id => @page.name}, {:id => 'editForm', :method => 'post', :onSubmit => 'cleanAuthorName();'}) %> <p> <textarea name="content" style="font-size: 12px; width: 450px; height: 500px"><%= @revision.content %></textarea> </p> <p> <input type="submit" value="Update" accesskey="u" /> as <input type="text" name="author" id="authorName" value="<%= @author %>" onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" /> | <% link_to('Cancel', {:web => @web.address, :action => 'cancel_edit', :id => @page.name}, {:accesskey => 'c'}) %> <small>(unlocks page)</small> </p> <%= end_form_tag %> <%= render("#{@web.markup}_help") if @web %> <script language="JavaScript1.2"> function cleanAuthorName() { if (document.getElementById('authorName').value == "") { document.getElementById('authorName').value = 'AnonymousCoward'; } } </script>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
instiki-0.10.1 | app/views/wiki/rollback.rhtml |
instiki-0.10.2 | app/views/wiki/rollback.rhtml |