Sha256: 0df2759320718e21a41b28ea135f596dd4dc310cf9271e8b186c4efd00c60db0
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
<% @title = "Rollback to #{@page.plain_name} Rev ##{@revision.number}" @content_width = 720 @hide_navigation = true @hide_menu = true %><%= sub_template "top" %> <%= "<p style='color:red'>Please correct the error that caused this error in rendering:<br/><small>#{@params["msg"]}</small></p>" if @params["msg"] %> <form id="editForm" action="../save/<%= @page.name %>" method="post" onSubmit="cleanAuthorName();"> <p> <textarea name="content" style="font-size: 12px; width: 450px; height: 500px"><%= @revision.content %></textarea> </p> <p> <% if @web.check_pass_on_edit %> <p>Please enter edit password: <input type="password" name="password" id="password"></p> <% end %> <input type="submit" value="Update"> as <input type="text" name="author" id="authorName" value="<%= @author %>" onClick="this.value == 'AnonymousCoward' ? this.value = '' : true"> | <a href="../cancel_edit/<%= @page.name %>">Cancel</a> <small>(unlocks page)</small> </p> </form> <%= render_markup_help %> <script language="JavaScript1.2"> function cleanAuthorName() { if (document.getElementById('authorName').value == "") { document.getElementById('authorName').value = 'AnonymousCoward'; } } </script> <%= sub_template "bottom" %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
Pimki-1.6.092 | app/views/wiki/rollback.rhtml |
Pimki-1.7.092 | app/views/wiki/rollback.rhtml |