From 2775dcec50a68b49e67d5507629cd0194e6fd5ad Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 31 May 2013 12:48:14 +0000 Subject: Add page listing all donations git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8411 5b7c3c08-40e5-403b-9995-ace06908e4af --- tmpl/donations.html | 8 ++++++++ tmpl/donations_all.html | 15 +++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 tmpl/donations_all.html (limited to 'tmpl') diff --git a/tmpl/donations.html b/tmpl/donations.html index 908a774..d0766e1 100644 --- a/tmpl/donations.html +++ b/tmpl/donations.html @@ -50,6 +50,14 @@
  • [% year %]: [% donations.by_year.$year.total %] Euros
  • [%- END %] + +

    Donations list

    +

    + The list of donations received is available on this page. +

    + +

    Last update: [% date.format(last_update, format => '%Y/%m/%d %H:%M:%S') %] +

    diff --git a/tmpl/donations_all.html b/tmpl/donations_all.html new file mode 100644 index 0000000..f08fc9e --- /dev/null +++ b/tmpl/donations_all.html @@ -0,0 +1,15 @@ + + + + [% config.sitename %]: Donations list + + +

    Mageia.Org donations list

    + + + -- cgit v1.2.1