taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit d6c6cc588fd099abf1ae0d858a61a2301e3d3729
parent 3f95e46df1d025e3ee58f47359ea564bca025037
Author: Stefan Kügel <skuegel@web.de>
Date:   Thu,  8 Dec 2022 17:46:29 +0100

Integrated skip link target points in all template files (except for architecture.html)

Signed-off-by: Stefan Kügel <skuegel@web.de>

Diffstat:
Mtemplate/bibliography.html.j2 | 1+
Mtemplate/cashier.html.j2 | 2+-
Mtemplate/contact.html.j2 | 2+-
Mtemplate/copyright.html.j2 | 2+-
Mtemplate/docs.html.j2 | 1+
Mtemplate/faq.html.j2 | 1+
Mtemplate/features.html.j2 | 2+-
Mtemplate/financial-news.html.j2 | 2+-
Mtemplate/funding.html.j2 | 2+-
Mtemplate/governments.html.j2 | 2+-
Mtemplate/index.html.j2 | 1+
Mtemplate/news/index.html.j2 | 1+
Mtemplate/pos.html.j2 | 2+-
Mtemplate/press.html.j2 | 1+
Mtemplate/principles.html.j2 | 2+-
Mtemplate/schemafuzz.html.j2 | 1+
Mtemplate/wallet-android-privacy-policy.html.j2 | 2+-
Mtemplate/wallet-webextension-privacy-policy.html.j2 | 2+-
Mtemplate/wallet.html.j2 | 58+++++++++-------------------------------------------------
19 files changed, 27 insertions(+), 60 deletions(-)

diff --git a/template/bibliography.html.j2 b/template/bibliography.html.j2 @@ -4,6 +4,7 @@ <header> <h1>{{ _("GNU Taler Bibliography")}}</h1> </header> + <main id="maincontent"> <div class="row"> <div class="col-lg-12"> {% for item in conf["paperslist"] %} diff --git a/template/cashier.html.j2 b/template/cashier.html.j2 @@ -35,7 +35,7 @@ <h1 lang="en">Taler Cashier</h1> </div> </div> - +<main id="maincontent"> <div class="container"> <div class="row"> diff --git a/template/contact.html.j2 b/template/contact.html.j2 @@ -1,6 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} - +<main id="maincontent"> <div class="jumbotron"> <div class="container text-center"> <h1>{{ _("Contact information") }}</h1> diff --git a/template/copyright.html.j2 b/template/copyright.html.j2 @@ -1,6 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} - +<main id="maincontent"> <div class="jumbotron"> <div class="container text-center"> <h1>{{ _("Copyright Assignment") }}</h1> diff --git a/template/docs.html.j2 b/template/docs.html.j2 @@ -1,5 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} +<main id="maincontent"> <div class="container"> <div class="row"> <div class="col"> diff --git a/template/faq.html.j2 b/template/faq.html.j2 @@ -1,5 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} +<main id="maincontent"> <div class="container"> <h2>{{ _("How is Taler related to Bitcoin or Blockchains?") }}</h2> diff --git a/template/features.html.j2 b/template/features.html.j2 @@ -1,6 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} - +<main id="maincontent"> <div class="container"> <div class="row"> <div class="col"> diff --git a/template/financial-news.html.j2 b/template/financial-news.html.j2 @@ -1,6 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} - +<main id="maincontent"> <div class="jumbotron"> <div class="container text-center"> <h1>{{ _("Financial News") }}</h1> diff --git a/template/funding.html.j2 b/template/funding.html.j2 @@ -5,7 +5,7 @@ <header> <h1>{{ _("Support for GNU Taler") }}</h1> </header> - +<main id="maincontent"> <h3>{{ _("Current funding") }}</h3> <p> <ul> diff --git a/template/governments.html.j2 b/template/governments.html.j2 @@ -1,6 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} - +<main id="maincontent"> <div class="jumbotron"> <div class="container text-center"> <h1>{{ _("Advantages for Governments") }}</h1> diff --git a/template/index.html.j2 b/template/index.html.j2 @@ -1,5 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} +<main id="maincontent"> <div class="container"> <div class="row justify-content-center"> diff --git a/template/news/index.html.j2 b/template/news/index.html.j2 @@ -1,5 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} +<main id="maincontent"> <div class="container-fluid"> <div class="container"> <article> diff --git a/template/pos.html.j2 b/template/pos.html.j2 @@ -35,7 +35,7 @@ <h1 lang="en">Taler Point of Sale (PoS)</h1> </div> </div> - +<main id="maincontent"> <div class="container"> <div class="row"> diff --git a/template/press.html.j2 b/template/press.html.j2 @@ -1,5 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} +<main id="maincontent"> <div class="container"> <h1>{{ _("GNU Taler in the Press")}}</h1> <h2>{{ _("2022")}}</h2> diff --git a/template/principles.html.j2 b/template/principles.html.j2 @@ -1,6 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} - +<main id="maincontent"> <script> function expand(n) { var x = document.getElementById(n); diff --git a/template/schemafuzz.html.j2 b/template/schemafuzz.html.j2 @@ -1,5 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} +<main id="maincontent"> <!-- Jumbotron --> <div class="jumbotron"> <div class="container text-center"> diff --git a/template/wallet-android-privacy-policy.html.j2 b/template/wallet-android-privacy-policy.html.j2 @@ -1,6 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} - +<main id="maincontent"> <div class="container"> <h1>GNU Taler Android Wallet Privacy Policy</h1> diff --git a/template/wallet-webextension-privacy-policy.html.j2 b/template/wallet-webextension-privacy-policy.html.j2 @@ -1,6 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} - +<main id="maincontent"> <div class="container"> <h1>GNU Taler Browser Extension Privacy Policy</h1> diff --git a/template/wallet.html.j2 b/template/wallet.html.j2 @@ -91,6 +91,7 @@ document.addEventListener('DOMContentLoaded', onLoad); {% endblock head_content %} {% block body_content %} +<main id="maincontent"> <!-- Jumbotron --> <div class="jumbotron"> <div class="text-center"> @@ -103,42 +104,18 @@ document.addEventListener('DOMContentLoaded', onLoad); <div class="row"> <div class="col-lg-12"> <p class="greenbox" id="box-present" style="display:none"> - {% trans %} - Congratulations, you have installed the Taler wallet. - Check out the - {% endtrans %} - <a href="https://demo.taler.net/"> - {% trans %} - demo - {% endtrans %} - </a>. + {% trans %}Congratulations, you have installed the Taler wallet. Check out the{% endtrans %} <a href="https://demo.taler.net/">{% trans %}demonstration{% endtrans %}</a>. </p> <p class="bluebox" id="box-not-present" style="display:none"> - {% trans %} - You don&#39;t have a wallet installed yet. - {% endtrans %} + {% trans %}You don&#39;t have a wallet installed yet.{% endtrans %} </p> </div> <!-- /col-lg-12 --> </div> <!-- /row --> <div class="row wallet-teaser-text"> <div class="col-lg-12"> - {% trans %} - Install the wallet for your browser below, then check out the - {% endtrans %} - <a href="https://demo.taler.net"> - {% trans %} - demonstration - {% endtrans %} - </a>. - {% trans %} - For source, see this - {% endtrans %} - <a href="https://taler.net/files/wallet/"> - {% trans %} - directory - {% endtrans %} - </a>. + {% trans %}Install the wallet for your browser below, then check out the{% endtrans %} <a href="https://demo.taler.net">{% trans %}demonstration{% endtrans %}</a>. + {% trans %}For source, see this{% endtrans %} <a href="https://taler.net/files/wallet/">{% trans %}directory{% endtrans %}</a>. </div> </div> <!-- /row --> @@ -148,34 +125,17 @@ document.addEventListener('DOMContentLoaded', onLoad); <p id="error-chrome" class="error"> <a href="https://www.google.com/chrome">Google Chrome</a> - {% trans %} - or - {% endtrans %} - <a href="https://www.chromium.org/">Chromium</a> - {% trans %} - is required, but it appears you don&#39;t have it installed. - {% endtrans %} + {% trans %}or{% endtrans %} <a href="https://www.chromium.org/">Chromium</a> {% trans %}is required, but it appears you don&#39;t have it installed.{% endtrans %} </p> <p id="error-chrome-version" class="error"> <a href="https://www.google.com/chrome">Google Chrome</a> - {% trans %} - or - {% endtrans %} - <a href="https://www.chromium.org/">Chromium</a> - {% trans %} - version - {% endtrans %} - <span id="chrome-min-version"></span> - {% trans %} - or newer is required, but it appears you have an older version. - {% endtrans %} + {% trans %}or{% endtrans %} <a href="https://www.chromium.org/">Chromium</a> {% trans %}version{% endtrans %} + <span id="chrome-min-version"></span> {% trans %}or newer is required, but it appears you have an older version.{% endtrans %} </p> <div id="inline-install-chrome"> <form target="_blank" action="https://chrome.google.com/webstore/detail/gnu-taler-wallet/millncjiddlpgdmkklmhfadpacifaonc"> <button action="submit" class="install-button"> - {% trans %} - Install wallet - {% endtrans %} + {% trans %}Install wallet{% endtrans %} </button> </form> <noscript>