Sha256: 2b66c40f9431c051eb7730f2fcd48f5098fe9c542d4c19b156775210b15b25ff

Contents?: true

Size: 404 Bytes

Versions: 60

Compression:

Stored size: 404 Bytes

Contents

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

Version data entries

60 entries across 60 versions & 6 rubygems

Version Path
Pistos-ramaze-2008.09 examples/app/whywiki/template/edit.xhtml
Pistos-ramaze-2008.12 examples/app/whywiki/template/edit.xhtml
Pistos-ramaze-2009.01 examples/app/whywiki/template/edit.xhtml
Pistos-ramaze-2009.02 examples/app/whywiki/template/edit.xhtml
Pistos-ramaze-2009.04.08 examples/app/whywiki/template/edit.xhtml
Pistos-ramaze-2009.06.12 examples/app/whywiki/template/edit.xhtml
clivecrous-ramaze-0.3.9.5 examples/whywiki/template/edit.xhtml
manveru-ramaze-2008.07 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2008.08 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2008.09 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2008.10 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2008.12 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2009.01 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2009.04.01 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2009.04.08 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2009.04.18 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2009.04.22 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2009.04 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2009.05.08 examples/app/whywiki/template/edit.xhtml
manveru-ramaze-2009.05 examples/app/whywiki/template/edit.xhtml