Sha256: 62a3208656978792bf2eb9467c105895e7807de53f2615ba072b228d87d71561

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

<title>Posts</title>
<body>
  <h1>All Posts:</h1>
  <% for post in @posts %>
    <h2><%= post.title %></h2>
    <p><%= post.body.getValue %></p>
  <% end %>
  <hr>
  <h1>New Post:</h1>
  <form method=post>
    Title: <input type=text name=title><br>
    Body: <textarea name=body></textarea><br>
    <input type=submit>
  </form>
</body>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
duby-0.0.2-java examples/appengine/src/com/ribrdb/list.dhtml