Sha256: 67e3d1e9fc2917d3fa890a39c3cc648ce95b4286e0acb5bbefdd7fd29d3da108

Contents?: true

Size: 412 Bytes

Versions: 3

Compression:

Stored size: 412 Bytes

Contents

<html>
  <head>
    <title>MicroWiki Edit #{@page}</title>
  </head>
    #{ A("&lt; Home", :href => R(self)) }
  <body>
    <h1>Edit #{@page}</h1>
    <form method="POST" action="#{R(self, :save)}">
      <input type="hidden" name="page" value="#{CGI.escape(@page)}" />
      <textarea name="text" style="width: 90%; height: 20em;">#{@text}</textarea>
      <input type="submit" />
    </form>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ramaze-0.1.4 examples/whywiki/template/edit.xhtml
ramaze-0.1.2 examples/whywiki/template/edit.xhtml
ramaze-0.1.3 examples/whywiki/template/edit.xhtml