Sha256: de39784cb121b3b5a864594462b0c0cc6a356612673031ac79068a285fddf119
Contents?: true
Size: 906 Bytes
Versions: 1
Compression:
Stored size: 906 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: 450px"><%= @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.200 | app/views/wiki/bliki_edit.rhtml |