summaryrefslogtreecommitdiff
path: root/wallet-installation.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-27 04:41:29 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-27 04:41:29 +0200
commit1ada3dd4acb20067bfc18549bab41e04c090182c (patch)
tree1d8cf833836dd03963d5a7d166ebfeac9e8e44d8 /wallet-installation.html
parentbe004a858566d122782d880da843941da6445e56 (diff)
downloadwww-1ada3dd4acb20067bfc18549bab41e04c090182c.tar.gz
www-1ada3dd4acb20067bfc18549bab41e04c090182c.tar.bz2
www-1ada3dd4acb20067bfc18549bab41e04c090182c.zip
install boxes
Diffstat (limited to 'wallet-installation.html')
-rw-r--r--wallet-installation.html68
1 files changed, 39 insertions, 29 deletions
diff --git a/wallet-installation.html b/wallet-installation.html
index b3e7516f..bf492097 100644
--- a/wallet-installation.html
+++ b/wallet-installation.html
@@ -7,30 +7,30 @@
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/millncjiddlpgdmkklmhfadpacifaonc" />
<script src="web-common/taler-wallet-lib.js" type="text/javascript"></script>
- <script type="application/javascript">
- /*
- @licstart The following is the entire license notice for the
- JavaScript code in this page.
+ <script type="application/javascript">
+ /*
+ @licstart The following is the entire license notice for the
+ JavaScript code in this page.
- Copyright (C) 2015 GNUnet e.V.
+ Copyright (C) 2015 GNUnet e.V.
- The JavaScript code in this page is free software: you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License (GNU LGPL) as published by the Free Software
- Foundation, either version 2.1 of the License, or (at your option)
- any later version. The code is distributed WITHOUT ANY WARRANTY;
- without even the implied warranty of MERCHANTABILITY or FITNESS
- FOR A PARTICULAR PURPOSE. See the GNU LGPL for more details.
+ The JavaScript code in this page is free software: you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License (GNU LGPL) as published by the Free Software
+ Foundation, either version 2.1 of the License, or (at your option)
+ any later version. The code is distributed WITHOUT ANY WARRANTY;
+ without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU LGPL for more details.
- As additional permission under GNU LGPL version 2.1 section 7, you
- may distribute non-source (e.g., minimized or compacted) forms of
- that code without the copy of the GNU LGPL normally required by
- section 4, provided you include this license notice and a URL
- through which recipients can access the Corresponding Source.
+ As additional permission under GNU LGPL version 2.1 section 7, you
+ may distribute non-source (e.g., minimized or compacted) forms of
+ that code without the copy of the GNU LGPL normally required by
+ section 4, provided you include this license notice and a URL
+ through which recipients can access the Corresponding Source.
- @licend The above is the entire license notice
- for the JavaScript code in this page.
- */
+ @licend The above is the entire license notice
+ for the JavaScript code in this page.
+ */
function onSuccess() {
console.log("installation successful");
@@ -44,15 +44,22 @@
function installWallet() {
chrome.webstore.install("https://chrome.google.com/webstore/detail/millncjiddlpgdmkklmhfadpacifaonc", onSuccess, onFailure);
}
- </script>
+ </script>
- <style type="text/css">
-
- a[disabled="true"] {
- pointer-events: none;
- color: grey;
- }
- </style>
+ <style type="text/css">
+ .greenbox {
+ background-color: #5EFF64;
+ border: solid;
+ border-radius: 5px;
+ padding: 0.5em;
+ }
+ .bluebox {
+ background-color: #C2C6FF;
+ border: solid;
+ border-radius: 5px;
+ padding: 0.5em;
+ }
+ </style>
</head>
<body>
@@ -71,9 +78,12 @@
</ul>
Wallets for other browsers will be provided in the near future.
</p>
- <p class="taler-installed-show" id="successbox">
+ <p class="taler-installed-show" id="greenbox">
Congratulations, you have installed the Taler wallet correctly.
You can now proceed with the next steps.
</p>
+ <p class="taler-installed-hide" id="bluebox">
+ You don't have a wallet installed yet.
+ </p>
</body>
</html>