aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_by_month.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-07-12 10:44:08 +0000
committerNicolas Vigier <boklm@mageia.org>2013-07-12 10:44:08 +0000
commit46253bc51e3f251513b0149f0362021c86111019 (patch)
treec437973dc17a9686de898a3a408b61410d8c2e4b /tmpl/donations_by_month.html
parent18819a1623948c5f907c556e339b0f5b1d335524 (diff)
downloadmgatres-46253bc51e3f251513b0149f0362021c86111019.tar
mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.gz
mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.bz2
mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.xz
mgatres-46253bc51e3f251513b0149f0362021c86111019.zip
Fix indentation
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8610 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations_by_month.html')
-rw-r--r--tmpl/donations_by_month.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/tmpl/donations_by_month.html b/tmpl/donations_by_month.html
index 4e93fff..68c8fd7 100644
--- a/tmpl/donations_by_month.html
+++ b/tmpl/donations_by_month.html
@@ -9,25 +9,25 @@
<h1 id='mgnavt'><a href="index.html">treasurer</a> » <a href="donations.html">donations</a> » month [% month %]</h1>
<div class="content">
- <h1>Mageia.Org donations for month [% month %]</h1>
- <h2>Summary</h2>
- <ul>
- <li>
- <b>Total</b>: [% donations.by_month.$month.total %] Euros
- </li>
- [% FOR type IN donations.by_month.$month.type.keys %]
- <li>
- <b>[% type %]</b>: [% donations.by_month.$month.type.$type %] Euros
- </li>
- [%- END -%]
- </ul>
- <h2>Donations list</h2>
- <ul>
- [%- USE date(format='%Y/%m/%d') -%]
- [% FOR don IN donations.by_month.$month.donations.sort('date').reverse %]
- <li><b><a href="donations_p_[% don.pa %].html">[% don.who %]</a></b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.sc_name %])</li>
- [%- END -%]
- </ul>
+ <h1>Mageia.Org donations for month [% month %]</h1>
+ <h2>Summary</h2>
+ <ul>
+ <li>
+ <b>Total</b>: [% donations.by_month.$month.total %] Euros
+ </li>
+ [% FOR type IN donations.by_month.$month.type.keys %]
+ <li>
+ <b>[% type %]</b>: [% donations.by_month.$month.type.$type %] Euros
+ </li>
+ [%- END -%]
+ </ul>
+ <h2>Donations list</h2>
+ <ul>
+ [%- USE date(format='%Y/%m/%d') -%]
+ [% FOR don IN donations.by_month.$month.donations.sort('date').reverse %]
+ <li><b><a href="donations_p_[% don.pa %].html">[% don.who %]</a></b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.sc_name %])</li>
+ [%- END -%]
+ </ul>
</div>
</body>
</html>