From 74b1f0ec7295a9938d23c2c48762c79cab4a1c3f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 15 Sep 2020 12:18:03 +0200 Subject: add pages for cashier and pos, modify link to wallet to point to F-Droid instead of F-Dold --- template/cashier.html.j2 | 87 +++++++++++++++++++++++++++++++++++++----------- template/pos.html.j2 | 78 +++++++++++++++++++++++++++++++++++++++++++ template/wallet.html.j2 | 4 +-- 3 files changed, 148 insertions(+), 21 deletions(-) create mode 100644 template/pos.html.j2 (limited to 'template') diff --git a/template/cashier.html.j2 b/template/cashier.html.j2 index c7509e96..6a6b548e 100644 --- a/template/cashier.html.j2 +++ b/template/cashier.html.j2 @@ -1,29 +1,78 @@ {% extends "common/base.j2" %} +{% block head_content %} + +{% endblock head_content %} + {% block body_content %} - -
-
-

{{ _("Taler Cashier") }}

+ +
+
+

Taler Cashier

+
-
-
+
-
-

- {% trans %} - The Taler Cashier is an Android app - that enables you to take cash and give out electronic cash. - {% endtrans %} -

-

{{ _("Download") }}

-

- Coming soon! -

-
+
+ {% trans %} + This is the page for the Taler cashier App. It allows + the cashier to grant Taler users the right to withdraw + a certain amount of e-cash from the cashier's bank + account. Thus, it offers + an equivalent functionality to what you may find + on the bank Web site when withdrawing from an account there. + {% endtrans %} + . +
-
+ +
{% endblock body_content %} diff --git a/template/pos.html.j2 b/template/pos.html.j2 new file mode 100644 index 00000000..85222c11 --- /dev/null +++ b/template/pos.html.j2 @@ -0,0 +1,78 @@ +{% extends "common/base.j2" %} + +{% block head_content %} + +{% endblock head_content %} + +{% block body_content %} + +
+
+

Taler Point of Sale (PoS)

+
+
+ +
+ +
+
+ {% trans %} + This is the page for the Taler PoS App. It allows + a vendor to maintain a list of products and to + quickly build up Taler contracts and process Taler + payments for these contracts. Its main use-case + is for a mensa, cafeteria or restaurant when vending + food from a menu. + {% endtrans %} + . +
+
+ + +
+{% endblock body_content %} diff --git a/template/wallet.html.j2 b/template/wallet.html.j2 index 53e41928..907fd59f 100644 --- a/template/wallet.html.j2 +++ b/template/wallet.html.j2 @@ -244,9 +244,9 @@ document.addEventListener('DOMContentLoaded', onLoad);
  • - + {% trans %} - Download Android App from us (bypassing Google registration) and Open in a File Manager to install. + Download Android App from F-Droid (bypassing Google registration). {% endtrans %}
  • -- cgit v1.2.3