Updated PDF footer and added pie chart to aggregate report

This commit is contained in:
Constantin Graf
2024-11-29 11:55:35 +01:00
committed by Constantin Graf
parent 05da595470
commit 620c4c97dc
4 changed files with 170 additions and 92 deletions

View File

@@ -1,17 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
font-size: 12px;
margin-top: 40px;
margin-left: 47px;
}
</style>
</head>
<body>
<p>
Page <span class="pageNumber"></span> of <span class="totalPages"></span>
</p>
</body>
<head>
<style>
.page-number {
position: absolute;
bottom: 0;
left: 0;
font-size: 12px;
margin-left: 46px;
margin-bottom: 40px;
}
</style>
</head>
<body>
<div class="page-number">
Page <span class="pageNumber"></span> of <span class="totalPages"></span>
</div>
</body>
</html>