aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-07-12 10:44:11 +0000
committerNicolas Vigier <boklm@mageia.org>2013-07-12 10:44:11 +0000
commite67595458fc17583974c30c36d6159ef02557d76 (patch)
treefefdfd7068e970b64188d6fe689a83c1b13eb1b9
parent46253bc51e3f251513b0149f0362021c86111019 (diff)
downloadmgatres-e67595458fc17583974c30c36d6159ef02557d76.tar
mgatres-e67595458fc17583974c30c36d6159ef02557d76.tar.gz
mgatres-e67595458fc17583974c30c36d6159ef02557d76.tar.bz2
mgatres-e67595458fc17583974c30c36d6159ef02557d76.tar.xz
mgatres-e67595458fc17583974c30c36d6159ef02557d76.zip
donations_who.html: explain that donors from before 2013 are not listed
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8611 5b7c3c08-40e5-403b-9995-ace06908e4af
-rw-r--r--NEWS1
-rw-r--r--tmpl/donations_who.html19
2 files changed, 14 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index d260485..046eeca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- add stylesheet and mageia navigation bar
+- donations_who.html: explain that donors from before 2013 are not listed
Version 0.8
diff --git a/tmpl/donations_who.html b/tmpl/donations_who.html
index 5027585..5e7120a 100644
--- a/tmpl/donations_who.html
+++ b/tmpl/donations_who.html
@@ -9,13 +9,20 @@
<h1 id='mgnavt'><a href="index.html">treasurer</a> » <a href="donations.html">donations</a> » who</h1>
<div class="content">
- <h1>List of people who donated money to Mageia.Org</h1>
+ <div class="section">
+ <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>
+ <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>
+ </div>
+ <div class="section">
+ This list only includes the names of donors since January 2013. The
+ donations from before are listed as coming from "Various People". The
+ full list of donors names is available <a href="//www.mageia.org/en/thank-you/">on this page</a>.
+ </div>
</div>
</body>
</html>