Sha256: 979a33541f3ae8579a1bb9d9c013af2d93c1c52f4cd1a82ff9e6887a2e52f230

Contents?: true

Size: 791 Bytes

Versions: 5

Compression:

Stored size: 791 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Interaction Example: Delete files</title>
  </head>
  <body>
    <h1>POST Method Example</h1>

    <section>
      <form action="output1.txt" method="POST">
	<input type="hidden" name="pione-action" value="delete" />
	<button type="submit">Delete output1.txt</button>
      </form>
    </section>

    <section>
      <form action="output2.txt" method="POST">
	<input type="hidden" name="pione-action" value="delete" />
	<button type="submit">Delete output2.txt</button>
      </form>
    </section>

    <section>
      <form action="output3.txt" method="POST">
	<input type="hidden" name="pione-action" value="delete" />
	<button type="submit">Delete output3.txt</button>
      </form>
    </section>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pione-0.5.0 example/Interaction/etc/delete-files.html
pione-0.5.0.alpha.2 example/Interaction/etc/delete-files.html
pione-0.5.0.alpha.1 example/Interaction/etc/delete-files.html
pione-0.4.2 example/Interaction/etc/delete-files.html
pione-0.4.1 example/Interaction/etc/delete-files.html