Sha256: a6f931139385fca3d68ad3b01b03393da841a3ae9a6aa1bc721e8522e7a3872a

Contents?: true

Size: 624 Bytes

Versions: 5

Compression:

Stored size: 624 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Deferred Choice with Page</title>
  </head>
  <body>
    <h1>Deferred Choice</h1>
    <h2>Select a rule you want to fire</h2>
    <form method="POST">
      <div>
        <input type="radio" name="pione-result" value="rule A" /> Rule A
        <input type="radio" name="pione-result" value="rule B" /> Rule B
        <input type="radio" name="pione-result" value="rule C" /> Rule C
      </div>
      <div>
	<input type="hidden" name="pione-action" value="finish" />
        <button type="submit">send</button>
      </div>
    </form>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pione-0.5.0 example/DeferredChoiceWithPage/etc/index.html
pione-0.5.0.alpha.2 example/DeferredChoiceWithPage/etc/index.html
pione-0.5.0.alpha.1 example/DeferredChoiceWithPage/etc/index.html
pione-0.4.2 example/DeferredChoiceWithPage/etc/index.html
pione-0.4.1 example/DeferredChoiceWithPage/etc/index.html