summaryrefslogtreecommitdiff
path: root/template/wallet.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-07 21:41:59 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-07 21:41:59 +0100
commit6f2474e58d80b714dcea062db7e04c0a8605b293 (patch)
treeaa5bc215dfcf6238ba9eccea41357ec86685e9aa /template/wallet.html.j2
parentbe6fc952d4126c184d3cbd4301f0f21fb4a32fb5 (diff)
downloadwww-6f2474e58d80b714dcea062db7e04c0a8605b293.tar.gz
www-6f2474e58d80b714dcea062db7e04c0a8605b293.tar.bz2
www-6f2474e58d80b714dcea062db7e04c0a8605b293.zip
link to iOS
Diffstat (limited to 'template/wallet.html.j2')
-rw-r--r--template/wallet.html.j249
1 files changed, 28 insertions, 21 deletions
diff --git a/template/wallet.html.j2 b/template/wallet.html.j2
index 27746e5f..4bd30c0b 100644
--- a/template/wallet.html.j2
+++ b/template/wallet.html.j2
@@ -103,22 +103,22 @@ document.addEventListener('DOMContentLoaded', onLoad);
<div class="row">
<div class="col-lg-12">
<p class="greenbox" id="box-present" style="display:none">
- {% trans %}Congratulations, the Taler wallet is installed on your device.
+ {% trans %}Congratulations, the Taler wallet is installed on your device.
Check out the <a href="https://demo.taler.net/">demonstration</a>.{% endtrans %}
</p>
<p class="bluebox" id="box-not-present" style="display:none">
{% trans %}You don&#39;t have a wallet installed yet.{% endtrans %}
</p>
- </div>
- </div>
+ </div>
+ </div>
<div class="row wallet-teaser-text">
<div class="col-lg-12">
- {% trans %}Install the wallet for your browser below, then check out the
- <a href="https://demo.taler.net">demonstration</a>.
+ {% trans %}Install the wallet for your browser below, then check out the
+ <a href="https://demo.taler.net">demonstration</a>.
The source code is provided <a href="https://taler.net/files/wallet/" target="_blank" rel="noopener noreferrer">here</a>.{% endtrans %}
</div>
- </div>
+ </div>
<div class="row extension">
<div class="col-lg-6">
@@ -126,14 +126,14 @@ document.addEventListener('DOMContentLoaded', onLoad);
{% trans %}Google Chrome / Chromium 51+{% endtrans %}</a></h2>
<p id="error-chrome" class="error">
- {% trans %}<a href="https://www.google.com/chrome" target="_blank" rel="noopener noreferrer">Google Chrome</a> or
- <a href="https://www.chromium.org/" target="_blank" rel="noopener noreferrer">Chromium</a>
+ {% trans %}<a href="https://www.google.com/chrome" target="_blank" rel="noopener noreferrer">Google Chrome</a> or
+ <a href="https://www.chromium.org/" target="_blank" rel="noopener noreferrer">Chromium</a>
is required, but it appears you don&#39;t have it installed.{% endtrans %}
</p>
<p id="error-chrome-version" class="error">
- {% trans %}<a href="https://www.google.com/chrome" target="_blank" rel="noopener noreferrer">Google Chrome</a> or
- <a href="https://www.chromium.org/" target="_blank" rel="noopener noreferrer">Chromium</a>
- version <span id="chrome-min-version"></span> or newer is required,
+ {% trans %}<a href="https://www.google.com/chrome" target="_blank" rel="noopener noreferrer">Google Chrome</a> or
+ <a href="https://www.chromium.org/" target="_blank" rel="noopener noreferrer">Chromium</a>
+ version <span id="chrome-min-version"></span> or newer is required,
but it appears you have an older version.{% endtrans %}
</p>
<div id="inline-install-chrome">
@@ -149,7 +149,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
</noscript>
<div id="install-result"></div>
</div>
- </div>
+ </div>
<div class="col-lg-6">
<h2><a href="https://addons.mozilla.org/en-US/firefox/addon/taler-wallet/" target="_blank" rel="noopener noreferrer">
@@ -176,7 +176,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
<li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Install the wallet</a></li>
</ol>
-->
- </div>
+ </div>
<div class="col-lg-6">
<h2>{% trans %}Opera 36+{% endtrans %}</h2>
@@ -192,15 +192,14 @@ document.addEventListener('DOMContentLoaded', onLoad);
Install the Taler wallet from the Chrome Web Store</a>{% endtrans %}
</li>
</ol>
- </div>
-
+ </div>
<div class="col-lg-6">
<h2>{% trans %}Android 4.4 (API 18) or later{% endtrans %}</h2>
<ul>
<li>
- <p>{% trans %}You can
+ <p>{% trans %}You can
<a href="https://taler.net/files/wallet/wallet-nightly-debug-1667560285.apk" target="_blank" rel="noopener noreferrer">
download the APK for Android</a> directly.{% endtrans %}</p>
</li>
@@ -215,9 +214,9 @@ document.addEventListener('DOMContentLoaded', onLoad);
</a>
</li>
</ul>
- </div>
+ </div>
- </div>
+ </div>
<div class="row extension">
@@ -226,8 +225,16 @@ document.addEventListener('DOMContentLoaded', onLoad);
<p>
{% trans %}Wallets for other browsers will be provided in the near future.{% endtrans %}
</p>
- </div>
+ </div>
+
+ <div class="col-lg-6">
+ <h2>iOS</h2>
+ <p>
+ {% trans %}The iOS wallet is available via
+ <a href="https://testflight.apple.com/join/4fjyoe1N">Testflight</a></p>.{% endtrans %}
+ </p>
+ </div>
- </div>
- </div>
+ </div>
+</div>
{% endblock body_content %}