taler-www

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

commit 2074029750f0e5a522c16164f4abaa8cf2af14c1
parent 7705fc8c4e83b1c371418991a9e33983ad31b12f
Author: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>
Date:   Thu,  2 Apr 2026 14:58:33 +0200

features: add alt text to TalerDiagram

Diffstat:
Mtemplate/features.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/features.html.j2 b/template/features.html.j2 @@ -58,7 +58,7 @@ </p> </div> <div class="col-lg-6"> - <img class="img-fluid" src="{{ url_static('images/TalerDiagram.svg') }}" width="600px"> + <img class="img-fluid" src="{{ url_static('images/TalerDiagram.svg') }}" width="600px" alt="{{ _("The Taler core system is marked in blue and consists of three components, which are arranged in a triangle: the Taler exchange (E) at the top, a customer (C) to the left, and a merchant (M) to the right. E is visualized as two arrows pointing to each other in a circle, where the upper one is black and the lower one is blue. The three components E, C, and M are connected by arrows in counter-clockwise direction. The arrows are labeled as following: from E to C with \"Withdraw coins\", from C to M with \"Pay anonymously\", and from M to E with \"Deposit coins\". Two more components are shown in black in the same row as E: the Customer Bank (CB) and the Merchant Bank (MB) arranged above C and M, respectively. CB, E, and MB are connected with arrows from left to right, which are labeled with \"Wire money\". A separate component called \"Auditor\" is shown in gray with an arrow pointing towards E.") }}"> </div> </div> </div>