From cf33207c16ed9715f2ef64f922a3955d689a6021 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Tue, 14 Jun 2016 11:45:22 +1000 Subject: [PATCH] Add a "thank you" page for donations. * thanks.html: New. Displayed on return from donating at Paypal. * templates/thanks-meta.template: New. * templates/header.template: Add thanks-meta.template. Signed-off-by: Steve Youngs --- templates/header.template | 2 ++ templates/thanks-meta.template | 6 ++++++ thanks.html | 26 ++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 templates/thanks-meta.template create mode 100755 thanks.html diff --git a/templates/header.template b/templates/header.template index 51f942c..3834a8e 100644 --- a/templates/header.template +++ b/templates/header.template @@ -38,6 +38,8 @@ + + <!--#echo var="title" --> diff --git a/templates/thanks-meta.template b/templates/thanks-meta.template new file mode 100644 index 0000000..80a93fa --- /dev/null +++ b/templates/thanks-meta.template @@ -0,0 +1,6 @@ + + + + + + diff --git a/thanks.html b/thanks.html new file mode 100755 index 0000000..9e112d3 --- /dev/null +++ b/thanks.html @@ -0,0 +1,26 @@ + + + + + + + + + + +

Thank You!

+

+ On behalf of everyone here at the SXEmacs project, thank you so + very much for your contribution. +

+

+ Your donation has been processed successfully and you will + be emailed shortly with the full details of the transaction. +

+
+ Steve Youngs
+ The SXEmacs Project + + + + -- 2.25.1