2016-03-01 14:47:56 +01:00
|
|
|
<!DOCTYPE html>
|
2016-03-01 14:05:38 +01:00
|
|
|
<html>
|
2016-02-29 18:19:20 +01:00
|
|
|
|
2016-03-01 14:47:56 +01:00
|
|
|
<head>
|
|
|
|
<title>Taler Wallet: Confirm Reserve Creation</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
|
|
|
|
|
|
|
<script src="../lib/vendor/URI.js"></script>
|
|
|
|
<script src="../lib/vendor/mithril.js"></script>
|
|
|
|
<script src="../lib/vendor/lodash.core.min.js"></script>
|
|
|
|
<script src="../lib/vendor/system-csp-production.src.js"></script>
|
|
|
|
<script src="../lib/vendor/jed.js"></script>
|
2016-03-18 17:35:52 +01:00
|
|
|
<script src="../i18n/strings.js"></script>
|
2016-03-01 14:47:56 +01:00
|
|
|
<script src="../lib/i18n.js"></script>
|
|
|
|
<script src="../lib/module-trampoline.js"></script>
|
|
|
|
|
2016-04-23 19:34:30 +02:00
|
|
|
<style>
|
|
|
|
#main {
|
|
|
|
border: solid 1px black;
|
|
|
|
border-radius: 10px;
|
|
|
|
margin: auto;
|
|
|
|
max-width: 50%;
|
|
|
|
padding: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.accept {
|
|
|
|
background-color: #5757D2;
|
|
|
|
border: 1px solid black;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin: 1em 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
button.linky {
|
|
|
|
background:none!important;
|
|
|
|
border:none;
|
|
|
|
padding:0!important;
|
2015-12-18 22:36:26 +01:00
|
|
|
|
2016-04-23 19:34:30 +02:00
|
|
|
font-family:arial,sans-serif;
|
|
|
|
color:#069;
|
|
|
|
text-decoration:underline;
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
2015-12-18 22:36:26 +01:00
|
|
|
|
2016-04-23 19:34:30 +02:00
|
|
|
input.url {
|
|
|
|
width: 25em;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2016-03-01 14:47:56 +01:00
|
|
|
<section id="main">
|
2016-04-23 19:34:30 +02:00
|
|
|
<h1>GNU Taler Wallet</h1>
|
2016-03-01 14:47:56 +01:00
|
|
|
<article id="contract" class="fade"></article>
|
|
|
|
</section>
|
|
|
|
</body>
|
2015-12-17 22:56:24 +01:00
|
|
|
|
2015-12-16 10:45:16 +01:00
|
|
|
</html>
|