Sha256: 9d10b32c7947e5f52da3acb5567704ba0186e82b07189134d0ece4db225731c0
Contents?: true
Size: 980 Bytes
Versions: 5
Compression:
Stored size: 980 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Interaction Example: List files</title> </head> <body> <h1>POST Method Example</h1> <section> <h2>List with no options</h2> <form action="./" method="POST"> <input type="hidden" name="pione-action" value="list" /> <button type="submit">List files</button> </form> </section> <section> <h2>List with pione-show-all=true</h2> <form action="./" method="POST"> <input type="hidden" name="pione-action" value="list" /> <input type="hidden" name="pione-show-all" value="true" /> <button type="submit">List files</button> </form> </section> <section> <h2>List with pione-show-all=false</h2> <form action="./" method="POST"> <input type="hidden" name="pione-action" value="list" /> <input type="hidden" name="pione-show-all" value="false" /> <button type="submit">List files</button> </form> </section> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems