From 73ec94f494b2f428d89aab703fd1608634bfd4e9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 22 Jan 2018 02:58:20 +0100 Subject: use new API, add donor --- talerdonations/donations/templates/backoffice.html | 46 ---------------------- talerdonations/donations/templates/base.html | 10 ++--- talerdonations/donations/templates/checkout.html | 1 + .../donations/templates/execute-payment.html | 12 ------ talerdonations/donations/templates/fallback.html | 28 ------------- talerdonations/donations/templates/index.html | 31 ++++++--------- .../templates/provider-not-supported.html | 5 +++ 7 files changed, 23 insertions(+), 110 deletions(-) delete mode 100644 talerdonations/donations/templates/backoffice.html delete mode 100644 talerdonations/donations/templates/execute-payment.html delete mode 100644 talerdonations/donations/templates/fallback.html create mode 100644 talerdonations/donations/templates/provider-not-supported.html (limited to 'talerdonations/donations/templates') diff --git a/talerdonations/donations/templates/backoffice.html b/talerdonations/donations/templates/backoffice.html deleted file mode 100644 index 719d4b6..0000000 --- a/talerdonations/donations/templates/backoffice.html +++ /dev/null @@ -1,46 +0,0 @@ -{% extends "templates/base.html" %} -{% block main %} -

Backoffice

-

This page simulates a backoffice facility. Through it, - the user can see the money flow from Taler transactions to - wire transfers and viceversa.

- - - - - - - - - - -
-
- -
- Fake scroll -{% endblock main %} - -{% block styles %} - -{% endblock styles %} - -{% block scripts %} - -{% endblock scripts %} diff --git a/talerdonations/donations/templates/base.html b/talerdonations/donations/templates/base.html index b464752..374e426 100644 --- a/talerdonations/donations/templates/base.html +++ b/talerdonations/donations/templates/base.html @@ -18,11 +18,9 @@ Taler Donation Demo - - - - - + + + {% block styles %}{% endblock %} {% block scripts %}{% endblock %} @@ -43,7 +41,7 @@
- + - - - {% endblock %} diff --git a/talerdonations/donations/templates/provider-not-supported.html b/talerdonations/donations/templates/provider-not-supported.html new file mode 100644 index 0000000..e10d66a --- /dev/null +++ b/talerdonations/donations/templates/provider-not-supported.html @@ -0,0 +1,5 @@ +{% extends "templates/base.html" %} + +{% block main %} +Unfortunately the selected payment provider is not supported in this demo. +{% endblock main %} -- cgit v1.2.3