2015-12-07 23:39:25 +01:00
<!doctype html>
< html >
< head >
2015-12-25 10:32:00 +01:00
< title > Taler Wallet: Select Taler Provider< / title >
2016-01-10 20:07:42 +01:00
< script src = "../lib/vendor/URI.js" > < / script >
2015-12-20 20:05:06 +01:00
< script src = "../lib/polyfill-react.js" > < / script >
2015-12-07 23:39:25 +01:00
< script src = "confirm-create-reserve.js" > < / script >
2015-12-18 22:36:26 +01:00
< link rel = "stylesheet" type = "text/css" href = "../style/wallet.css" >
2015-12-07 23:39:25 +01:00
< / head >
2015-12-18 22:36:26 +01:00
2015-12-07 23:39:25 +01:00
< body >
2015-12-18 22:36:26 +01:00
< header >
< div id = "logo" > < / div >
2015-12-25 10:32:00 +01:00
< h1 > Select Taler Provider< / h1 >
2015-12-18 22:36:26 +01:00
< / header >
< aside class = "sidebar" id = "left" >
< / aside >
< section id = "main" >
< article >
< p >
2015-12-25 10:32:00 +01:00
You asked to withdraw < span id = "show-amount" > (loading...)< / span > from your bank account.
2015-12-18 22:36:26 +01:00
< / p >
< p >
2015-12-25 10:32:00 +01:00
Please specify the base URL of the Taler mint you want to use. The Taler mint will process the payments, possibly for a fee. The mint underwrites electronic coins and will hold matching funds in reserve in its bank account. Mints are expected to be regularly audited by a trusted party to ensure that they have sufficient reserves to cover all outstanding obligations.
2015-12-18 22:36:26 +01:00
< / p >
< div class = "formish" >
< div class = "form-row" >
< label for = "mint-url" > Mint URL< / label >
< input class = "url" id = "mint-url" type = "text" value = "http://mint.demo.taler.net/" > < / input >
< / div >
2015-12-25 10:32:00 +01:00
< button id = "confirm" > Confirm Mint Selection< / button >
2015-12-18 22:36:26 +01:00
< / div >
< / article >
< / section >
2015-12-07 23:39:25 +01:00
< / body >
< / html >