Sha256: 99f048a672b1864b107804af202c172c54efbc3b4c9ba88e2cbcfc06dac26412
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
<?xml version="1.0"?> <!-- the <?xml declaration is optional, but lets be strict. --> <form id="comments_form" method="post" action="#{request.uri}"> <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.1.2 | examples/simple/root/comments-form.ss |