diff options
Diffstat (limited to 'src/website/new/create-reserve-form.html')
-rw-r--r-- | src/website/new/create-reserve-form.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/website/new/create-reserve-form.html b/src/website/new/create-reserve-form.html index b7a14039..77191f3d 100644 --- a/src/website/new/create-reserve-form.html +++ b/src/website/new/create-reserve-form.html | |||
@@ -1,11 +1,18 @@ | |||
1 | <form id="reserve-form" name="tform" action="never_used" onsubmit="return MERCHtrigSubmission()" method="POST"> | 1 | <form id="reserve-form" name="tform" action="never_used" onsubmit="return MERCHtrigSubmission()" method="POST"> |
2 | Which mint? Indicate mint's URL below :<br><input id="mint-url" type="text" name="pbk">demo.taler.net</input><br> | 2 | Which mint? Indicate mint's URL below :<br><input id="mint-url" type="text" name="pbk">demo.taler.net</input><br> |
3 | Your Public Key Here :<br><input type="text" name="pbk">X6CK1DWTT895YK5RAJP77H6K673FBGR1KJ3ZGXFD2N67TJDE7VBG</input><br> | 3 | Your Public Key Here :<br><input type="text" name="pbk"></input><br> |
4 | How many Kudos? :<br> | 4 | Amount :<br> |
5 | <select id="taler-amount" name="kudos"> | 5 | <select id="taler-amount" name="kudos-amount"> |
6 | <option value="1">1</option> | 6 | <option value="1">1</option> |
7 | <option value="5">5</option> | 7 | <option value="5">5</option> |
8 | <option value="10">10</option> | 8 | <option value="10">10</option> |
9 | </select><br><br> | 9 | </select><br><br> |
10 | Currency :<br> | ||
11 | <select id="taler-amount-currency" name="kudos-currency"> | ||
12 | <option value="1">Kudos</option> | ||
13 | <option value="5">Euro</option> | ||
14 | <option value="10">Yemen</option> | ||
15 | </select><br><br> | ||
16 | |||
10 | <input type="submit" value="Submit"></input><br> | 17 | <input type="submit" value="Submit"></input><br> |
11 | </form> | 18 | </form> |