summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-30 14:17:53 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-30 14:17:53 +0530
commitc29e130b6483dad68e82b8a6e2b2fc8d3e894139 (patch)
treea86e65afa0d1374bf009b745381dd26fec1fb4e7
parent003ca690886dd179d00ca75449ce45fa787ab9e1 (diff)
downloadlanding-c29e130b6483dad68e82b8a6e2b2fc8d3e894139.tar.gz
landing-c29e130b6483dad68e82b8a6e2b2fc8d3e894139.tar.bz2
landing-c29e130b6483dad68e82b8a6e2b2fc8d3e894139.zip
remove presence detection from landing pageHEADv0.7.1-dev.1master
-rw-r--r--demo/index.html.j222
1 files changed, 4 insertions, 18 deletions
diff --git a/demo/index.html.j2 b/demo/index.html.j2
index 67481db..9ec421b 100644
--- a/demo/index.html.j2
+++ b/demo/index.html.j2
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en" data-taler-nojs="true">
- <head profile="http://www.w3.org/2005/10/profile">
+ <head>
<meta charset="utf-8"/>
<title>Taler Demo</title>
<!-- Bootstrap core CSS -->
@@ -8,7 +8,6 @@
<link rel="stylesheet" type="text/css" href="{{ url('static/web-common/pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url('static/web-common/demo.css') }}" />
- <link rel="stylesheet" type="text/css" href="{{ url('static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
<link rel="icon" type="image/png" href="{{ url('static/web-common/favicon-taler.ico') }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
@@ -134,13 +133,6 @@
Install the wallet from the
<a href="https://taler.net/wallet-installation.html">installation page</a>.
It only takes one click.
- <p class="bluebox taler-installed-hide">
- You don&#39;t have a wallet installed yet.
- </p>
- <p class="greenbox taler-installed-show">
- Congratulations, you have installed the Taler wallet correctly.
- You can now proceed with the next steps.
- </p>
</article>
</section>
</div>
@@ -148,19 +140,13 @@
<div class="col-md-5">
<section>
<article>
- <h2>Step 2: Withdraw coins</h2>
+ <h2>Step 2: Withdraw Digital Cash</h2>
<p>
- Now you can withdraw coins into your wallet by going to
+ Now you can withdraw digital cash into your wallet by going to
our <a href="{{ bank_url }}">bank</a>.
In this demo you&#39;re paying with KUDOS, an imaginary currency. When you
create an account at our bank, you&#39;ll get 100 KUDOS for free.
- </p>
- <p class="graybox">
- We can&#39;t check if you were able to complete this step, since websites
- can&#39;t see the balance in your wallet. Please click on the Taler icon
- in your browser to check your balance.
- </p>
</article>
</section>
</div>
@@ -247,7 +233,7 @@
<hr />
<div class="text-center mt-5">
<p>
- Copyright &copy; 2014&mdash;2019 TALER Systems SA
+ Copyright &copy; 2014&mdash;2019 Taler Systems SA
</p>
<a href="javascript.html" data-jslicense="1" class="jslicenseinfo">JavaScript license information</a>
</div>