taler-www

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

commit 4e2878c2c8c7264c571ecc46949980b4e104f8ba
parent 172a3a975b0222953560233b38eb8b4e50287570
Author: Stefan Kügel <skuegel@web.de>
Date:   Wed,  9 Mar 2022 21:42:38 +0100

Language switcher: Türk --> Türkce, Navbar: Company link without language differentiation, Index: Open new browser tabs when clicking on tiles

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

Diffstat:
Mcommon/navigation.j2.inc | 4++--
Mtemplate/index.html.j2 | 6+++---
Mwww.yml | 2+-
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc @@ -24,7 +24,7 @@ {{ navlink('principles.html', _('Principles')) }} {{ navlink('docs.html', _('Docs')) }} {{ navlink('news/index.html', _('News')) }} - <a class="nav-link" href="https://taler-systems.com/{{ url_localized('index.html') }}" target="_blank" rel="noopener noreferrer">{{ _('Company') }}</a> + <a class="nav-link" href="https://taler-systems.com/" target="_blank" rel="noopener noreferrer">{{ _('Company') }}</a> </div> <div class="nav-item dropdown"> @@ -86,7 +86,7 @@ <li><a class="dropdown-item" href="{{ self_localized('sv') }}">Svenska [sv]</a></li> {% endif %} {% if lang != 'tr' %} - <li><a class="dropdown-item" href="{{ self_localized('tr') }}">T&uuml;rk [tr]</a></li> + <li><a class="dropdown-item" href="{{ self_localized('tr') }}">T&uuml;rk&ccedil;e [tr]</a></li> {% endif %} </ul> diff --git a/template/index.html.j2 b/template/index.html.j2 @@ -41,9 +41,9 @@ <a href="https://gnu.org/philosophy/free-sw.html">{{ _("Free Software") }}</a> </li> </ul> - <form action="{{ "https://demo.taler.net/" + lang + "/" }}" style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Try Demo!")}}</button></form> - <form action="https://docs.taler.net/" style="display:inline;"><button type="submit" class="btn btn-secondary">{{ _("Read Docs")}}</button></form> - <form action="https://taler-systems.com/" style="display:inline;"><button type="submit" class="btn btn-secondary">{{ _("Commercial Support")}}</button></form> + <form action="{{ "https://demo.taler.net/" + lang + "/" }}" target="_blank" rel="noopener noreferrer" style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Try Demo!")}}</button></form> + <form action="https://docs.taler.net/" target="_blank" rel="noopener noreferrer" style="display:inline;"><button type="submit" class="btn btn-secondary">{{ _("Read Docs")}}</button></form> + <form action="https://taler-systems.com/" target="_blank" rel="noopener noreferrer" style="display:inline;"><button type="submit" class="btn btn-secondary">{{ _("Commercial Support")}}</button></form> </p> </div> <div class="col-lg-4"> diff --git a/www.yml b/www.yml @@ -25,7 +25,7 @@ langs_full: ru: Ру́сский язы́к es: Español sv: Svenska - tr: Türk + tr: Türkçe meetingnotes: newsposts: - page: 2022-03.html