2015-12-07 23:39:25 +01:00
|
|
|
<!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>
|
2015-12-13 18:10:33 +01:00
|
|
|
<input class='url' id='mint-url' type="text" value="http://mint.demo.taler.net/"></input>
|
2015-12-07 23:39:25 +01:00
|
|
|
</div>
|
|
|
|
<button id='confirm'>Confirm Reserve</button>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|