aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_all.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/donations_all.html')
-rw-r--r--tmpl/donations_all.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmpl/donations_all.html b/tmpl/donations_all.html
index f08fc9e..fbd9c2c 100644
--- a/tmpl/donations_all.html
+++ b/tmpl/donations_all.html
@@ -2,8 +2,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>[% config.sitename %]: Donations list</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> » all</h1>
+
+ <div class="content">
<h1>Mageia.Org donations list</h1>
<ul>
[%- USE date(format='%Y/%m/%d') -%]
@@ -11,5 +16,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>