diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-12 10:44:05 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-12 10:44:05 +0000 |
commit | 18819a1623948c5f907c556e339b0f5b1d335524 (patch) | |
tree | 98bf741ecf94d6c4623abc859ad97ed173ffb657 /tmpl/donations_by_month.html | |
parent | 7da2c3ecb808c2f47e79d233109fc59657b417a7 (diff) | |
download | mgatres-18819a1623948c5f907c556e339b0f5b1d335524.tar mgatres-18819a1623948c5f907c556e339b0f5b1d335524.tar.gz mgatres-18819a1623948c5f907c556e339b0f5b1d335524.tar.bz2 mgatres-18819a1623948c5f907c556e339b0f5b1d335524.tar.xz mgatres-18819a1623948c5f907c556e339b0f5b1d335524.zip |
Add stylesheet and mageia navigation bar
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8609 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations_by_month.html')
-rw-r--r-- | tmpl/donations_by_month.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmpl/donations_by_month.html b/tmpl/donations_by_month.html index afba727..4e93fff 100644 --- a/tmpl/donations_by_month.html +++ b/tmpl/donations_by_month.html @@ -2,8 +2,13 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>[% config.sitename %]: Donations for [% month %]</title> + [%- INCLUDE head.html -%] </head> <body> + [%- INCLUDE body_top.html -%] + <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> @@ -23,5 +28,6 @@ <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> |