Sha256: c1a600a1f2c19c2bc6cb55848c3c092e0f7f3af6c6009ebe240c0afa5b570e7f
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 Bytes
Contents
<?xml version="1.0"?> <!-- the <?xml declaration is optional, but lets be strict. --> <form id="comments_form" method="post"> <input type="hidden" name="add_comment_pid" value="#{request[:comments_parent].oid}" /> <input type="hidden" name="oid" value="#{request[:comments_parent].oid}" /> <p> <!-- the |:...| construct is a localization macro. --> <label for="body">|:body|</label><br /> <textarea name="body" style="width: 90%; height: 100px">#{}</textarea> </p> <input type="submit" value="|:store|" /> </form>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.2.0 | examples/simple/root/comments-form.ss |
nitro-0.3.0 | examples/simple/root/comments-form.ss |