summaryrefslogtreecommitdiff
path: root/src/frontend/create-reserve-form.html
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-18 18:30:38 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-18 18:30:38 +0200
commitd09f4dd972c9ef6dce68fca786f9dce964d689d5 (patch)
tree80feb740de19c7e7022f6e54b4de4f3b4d422507 /src/frontend/create-reserve-form.html
parent5223abda2bcab0b33a67ff7817034954ec072095 (diff)
downloadmerchant-d09f4dd972c9ef6dce68fca786f9dce964d689d5.tar.gz
merchant-d09f4dd972c9ef6dce68fca786f9dce964d689d5.tar.bz2
merchant-d09f4dd972c9ef6dce68fca786f9dce964d689d5.zip
revamping the toy site: more explanations, closer to desired flow
Diffstat (limited to 'src/frontend/create-reserve-form.html')
-rw-r--r--src/frontend/create-reserve-form.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/frontend/create-reserve-form.html b/src/frontend/create-reserve-form.html
deleted file mode 100644
index 229ae349..00000000
--- a/src/frontend/create-reserve-form.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<form id="reserve-form" name="tform" action="never_used" onsubmit="return MERCHtrigSubmission()" method="POST">
- Which mint? Indicate mint's URL below :<br><input id="mint-url" type="text" name="pbk" value="demo.taler.net"></input><br>
- Your Public Key Here :<br><input type="text" name="pbk"></input><br>
- Amount :<br>
- <select id="taler-amount" name="kudos-amount">
- <option value="1000">1000</option>
- <option value="1">1</option>
- <option value="5">5</option>
- <option value="10">10</option>
- </select><br><br>
- Currency :<br>
- <select id="taler-amount-currency" name="kudos-currency">
- <option value="EUR">Euro</option>
- <option value="JPY">Yen</option>
- <option value="LRD">Liberian Dollar</option>
- </select><br><br>
-
-<input type="submit" value="Submit"></input><br>
-</form>