Sha256: a557077bf5d745e5413bc516bec4d3dee319823e6e37735463be2a0f9689e10e
Contents?: true
Size: 1.17 KB
Versions: 4
Compression:
Stored size: 1.17 KB
Contents
<% @title = "Editing #{@page.plain_name}" @content_width = 720 @hide_navigation = true @style_additions = "#Container, #Content {padding-left:100px;}" %> <%= 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"] %> <%= render_markup_help %> <form style="float:right" id="editForm" action="../save/<%= @page.name %>" method="post" onSubmit="cleanAuthorName();"> <p> <textarea name="content" style="width: 450px; height: 430px"><%= @page.content %></textarea> </p> <p> <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> <script language="JavaScript1.2"> function cleanAuthorName() { if (document.getElementById('authorName').value == "") { document.getElementById('authorName').value = 'AnonymousCoward'; } } </script> <%= sub_template "bottom" %>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
Pimki-1.0.092 | app/views/wiki/edit.rhtml |
Pimki-1.1.092 | app/views/wiki/edit.rhtml |
Pimki-1.2.092 | app/views/wiki/edit.rhtml |
Pimki-1.3.092 | app/views/wiki/edit.rhtml |