Sha256: 7a082f179a20676fed325318018f2c9338e909327d1b7942a15d35f022d8ee3b
Contents?: true
Size: 904 Bytes
Versions: 1
Compression:
Stored size: 904 Bytes
Contents
<% @title = "Editing #{@page.plain_name}" @content_width = 810 @hide_navigation = true @hide_menu = true @style_additions = "#Content, #Container {width = 820px; padding-left:100px;}" %> <%= sub_template "top" %> <%= render_markup_help %> <form action="../bliki_save/<%= @page.name %>" method="post"> <p> <textarea name="content" style="width: 450px; height: 75%"><%= @page.content %></textarea> </p> <p> <% if @web.check_pass_on_edit %> Please enter edit password: <input type="password" name="password" id="password"><br /> <% 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_bliki_edit/<%= @page.name %>">Cancel</a> <small>(unlocks entry)</small> </p> </form> <%= sub_template "bottom" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
Pimki-1.8.092 | app/views/wiki/bliki_edit.rhtml |