diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-31 12:48:01 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-31 12:48:01 +0000 |
commit | 6c6ff997a0c19a3edbf7b6fd2cb91af2ac71567e (patch) | |
tree | 5eed52b9d4f7f33a86604e66621ca925bb960ac8 /tmpl/donations_who.html | |
parent | 8103337ecdc5ffef6c9a45e002539dcac8053735 (diff) | |
download | mgatres-6c6ff997a0c19a3edbf7b6fd2cb91af2ac71567e.tar mgatres-6c6ff997a0c19a3edbf7b6fd2cb91af2ac71567e.tar.gz mgatres-6c6ff997a0c19a3edbf7b6fd2cb91af2ac71567e.tar.bz2 mgatres-6c6ff997a0c19a3edbf7b6fd2cb91af2ac71567e.tar.xz mgatres-6c6ff997a0c19a3edbf7b6fd2cb91af2ac71567e.zip |
add donations_who.html page listing all people who donated money
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8409 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations_who.html')
-rw-r--r-- | tmpl/donations_who.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tmpl/donations_who.html b/tmpl/donations_who.html new file mode 100644 index 0000000..aa5208e --- /dev/null +++ b/tmpl/donations_who.html @@ -0,0 +1,15 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <title>List of people who donated money to Mageia.Org</title> + </head> + <body> + <h1>List of people who donated money to Mageia.Org</h1> + + <ul> + [%- FOR pa IN donations.sorted_pa_by_total -%] + <li><a href="donations_p_[% pa %].html">[% donations.by_pa.$pa.who %]</a>: [% donations.by_pa.$pa.total %] Euros</li> + [%- END -%] + </ul> + </body> +</html> |