diff options
| author | Florian Dold <florian.dold@gmail.com> | 2015-12-07 23:39:25 +0100 | 
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2015-12-07 23:39:25 +0100 | 
| commit | 415570a720a7a74b2d25699a55d03403e6d6231a (patch) | |
| tree | 1fb56e2adc5da40bfd7247a42b41e5cf6d9d69b0 /extension/pages/confirm-create-reserve.html | |
| parent | aeac228df7121dada4827ac248e61ba8b1db7318 (diff) | |
Towards reserve creation.
Diffstat (limited to 'extension/pages/confirm-create-reserve.html')
| -rw-r--r-- | extension/pages/confirm-create-reserve.html | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/extension/pages/confirm-create-reserve.html b/extension/pages/confirm-create-reserve.html new file mode 100644 index 000000000..4a01e47d1 --- /dev/null +++ b/extension/pages/confirm-create-reserve.html @@ -0,0 +1,23 @@ +<!doctype html> + +<html> +  <head> +    <title>Taler Wallet: Confirm Reserve Creation</title> +    <script src="../lib/URI.js"></script> +    <script src="confirm-create-reserve.js"></script> +    <link rel="stylesheet" type="text/css" href="../style/wallet.css">  +  </head> +  <body> +    <h1>Confirm Reserve Creation</h1> +    Hello, this is the wallet.  A bank wants to create a reserve for <span id=show-amount>(loading...)</span>. +    Please specify the base URL of the mint you want to use. +    <p /> +    <div class='formish'> +      <div class='form-row'> +        <label for='mint-url'>Mint URL</label> +        <input class='url' id='mint-url' type="text"></input> +      </div> +      <button id='confirm'>Confirm Reserve</button> +    </div> +  </body> +</html> | 
