make help local
This commit is contained in:
parent
de482c5845
commit
4156e50b7a
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -2,7 +2,3 @@
|
|||||||
path = web-common
|
path = web-common
|
||||||
url = git://taler.net/web-common
|
url = git://taler.net/web-common
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "pages/help"]
|
|
||||||
path = pages/help
|
|
||||||
url = git://taler.net/help
|
|
||||||
branch = master
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<title>Taler Wallet: Confirm Reserve Creation</title>
|
<title>Taler Wallet: Confirm Reserve Creation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
||||||
|
|
||||||
<script src="../lib/vendor/URI.js"></script>
|
<script src="../lib/vendor/URI.js"></script>
|
||||||
<script src="../lib/vendor/mithril.js"></script>
|
<script src="../lib/vendor/mithril.js"></script>
|
||||||
@ -16,14 +17,6 @@
|
|||||||
<script src="../lib/module-trampoline.js"></script>
|
<script src="../lib/module-trampoline.js"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#main {
|
|
||||||
border: solid 1px black;
|
|
||||||
border-radius: 10px;
|
|
||||||
margin: auto;
|
|
||||||
max-width: 50%;
|
|
||||||
padding: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.accept {
|
button.accept {
|
||||||
background-color: #5757D2;
|
background-color: #5757D2;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 1ca9f1b35b286625b05672feea1c16a4de368ed5
|
|
29
pages/help/empty-wallet.html
Normal file
29
pages/help/empty-wallet.html
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>GNU Taler Help - Empty Wallet</title>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../style/wallet.css">
|
||||||
|
</head>
|
||||||
|
<body class="en" onLoad="loadLang();">
|
||||||
|
<div class="container" id="main">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-12">
|
||||||
|
<h2 lang="en">Your wallet is empty!</h2>
|
||||||
|
<p lang="en">You have succeeded with installing the Taler wallet. However, before
|
||||||
|
you can buy articles using the Taler wallet, you must withdraw electronic coins.
|
||||||
|
This is typically done by visiting your bank's online banking Web site. There,
|
||||||
|
you instruct your bank to transfer the funds to a Taler exchange operator. In
|
||||||
|
return, your wallet will be allowed to withdraw electronic coins.</p>
|
||||||
|
<p lang="en">At this stage, we are not aware of any regular exchange operators issuing
|
||||||
|
coins in well-known currencies. However, to see how Taler would work, you
|
||||||
|
can visit our "fake" bank at
|
||||||
|
<a href="https://bank.demo.taler.net/">bank.demo.taler.net</a> to
|
||||||
|
withdraw coins in the "KUDOS" currency that we created just for
|
||||||
|
demonstrating the system.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -1,8 +1,9 @@
|
|||||||
body {
|
#main {
|
||||||
background-color: white;
|
border: solid 1px black;
|
||||||
margin: 0;
|
border-radius: 10px;
|
||||||
padding: 0;
|
margin: auto;
|
||||||
font-family: Verdana, sans;
|
max-width: 50%;
|
||||||
|
padding: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
Loading…
Reference in New Issue
Block a user