From 46253bc51e3f251513b0149f0362021c86111019 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 12 Jul 2013 10:44:08 +0000 Subject: Fix indentation git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8610 5b7c3c08-40e5-403b-9995-ace06908e4af --- tmpl/donations.html | 108 ++++++++++++++++++++++++++-------------------------- 1 file changed, 54 insertions(+), 54 deletions(-) (limited to 'tmpl/donations.html') diff --git a/tmpl/donations.html b/tmpl/donations.html index ab53424..dd17368 100644 --- a/tmpl/donations.html +++ b/tmpl/donations.html @@ -10,70 +10,70 @@

treasurer ยป donations

-
- [%- USE date(format='%Y/%m/%d') -%] -

Mageia.Org donations

- [% donations.total_30 %] Euros have been donated to Mageia.org in the last 30 days. -
+
+ [%- USE date(format='%Y/%m/%d') -%] +

Mageia.Org donations

+ [% donations.total_30 %] Euros have been donated to Mageia.org in the last 30 days. +
-
- [%- l = 10 -%] -

Last [% l %] donations RSS feed

-
    - [%- i=0 -%] - [%- FOR don IN donations.donations.sort('date').reverse -%] - [%- i = i + 1 -%] - [%- LAST IF i > l -%] -
  • [% don.who %] donated [% don.amount %] Euros on [% date.format(don.date) %]
  • - [%- END -%] -
-
+
+ [%- l = 10 -%] +

Last [% l %] donations RSS feed

+
    + [%- i=0 -%] + [%- FOR don IN donations.donations.sort('date').reverse -%] + [%- i = i + 1 -%] + [%- LAST IF i > l -%] +
  • [% don.who %] donated [% don.amount %] Euros on [% date.format(don.date) %]
  • + [%- END -%] +
+
-
-

Donations per year

+
+

Donations per year

- + - + - -
+ +
-
-

Donations list

-

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

-
+
+

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') %] -

-
+
+

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

+
-- cgit v1.2.1