aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/transactions_by_year.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/transactions_by_year.html')
-rw-r--r--tmpl/transactions_by_year.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmpl/transactions_by_year.html b/tmpl/transactions_by_year.html
index abe7e58..d82127b 100644
--- a/tmpl/transactions_by_year.html
+++ b/tmpl/transactions_by_year.html
@@ -2,9 +2,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>[% config.sitename %]: Transactions for [% year %]</title>
+ [%- INCLUDE head.html -%]
[% INCLUDE head_chart.html %]
</head>
<body>
+ [%- INCLUDE body_top.html -%]
+ <h1 id='mgnavt'><a href="index.html">treasurer</a> ยป year : [% year %]</h1>
+
+ <div class="content">
<h1>Mageia.Org accounts transactions for year [% year %]</h1>
<h2>Summary</h2>
<ul>
@@ -161,5 +166,6 @@
[%- INCLUDE tra_row.html %]
[%- END -%]
</table>
+ </div>
</body>
</html>