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.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tmpl/transactions_by_year.html b/tmpl/transactions_by_year.html
index d4e7550..08e9c60 100644
--- a/tmpl/transactions_by_year.html
+++ b/tmpl/transactions_by_year.html
@@ -6,7 +6,7 @@
</head>
<body>
<h1>Mageia.Org accounts transactions for year [% year %]</h1>
- <h3>Summary</h3>
+ <h2>Summary</h2>
<ul>
<li>
<b>Start balance</b>: [% transactions.by_year.$year.start_balance %] Euros
@@ -21,13 +21,13 @@
<b>Expenses</b>: [% transactions.by_year.$year.expenses %] Euros
</li>
</ul>
- <h3>By category</h3>
+ <h2>By category</h2>
<ul>
[% FOR ca IN transactions.by_year.$year.ca_balance.keys %]
<li><b><a href="c_[% ca %].html">[% transactions.by_ca.$ca.c_name %]</a></b>: [% transactions.by_year.$year.ca_balance.$ca %] Euros</b></li>
[%- END -%]
</ul>
- <h3>Monthly reports</h3>
+ <h2>Monthly reports</h2>
<canvas id="accounts_history_bar_chart" height="250" width="[% 80 + transactions.by_year.$year.months.size * 65 %]"></canvas>
@@ -70,7 +70,7 @@
[%- END -%]
[%- END -%]
</ul>
- <h3>Details</h3>
+ <h2>Details</h2>
<table border="1">
<tr>
<th>Date</th>