Added backside table

ref #36
This commit is contained in:
Nicolai Ort 2021-03-31 15:09:14 +02:00
parent 8d6ea4dbf9
commit 3ca2237953

View File

@ -33,16 +33,14 @@
td { td {
border: 1px solid black; border: 1px solid black;
} font-size: large;
font-weight: 600;
thead {
font-weight: bold;
} }
</style> </style>
</head> </head>
<body class="A4 landscape"> <body class="A4 landscape">
<div class="sheet background"> <div class="sheet">
<header class="content has-text-centered"> <header class="content has-text-centered">
<h1 style="font-size: 3cm; font-weight: bold;">Urkunde</h1> <h1 style="font-size: 3cm; font-weight: bold;">Urkunde</h1>
</header> </header>
@ -67,22 +65,31 @@
<main> <main>
<table style="border: solid; width: 17cm;"> <table style="border: solid; width: 17cm;">
<thead> <thead>
<td>Sponsor:in</td> <td class=".td-head">Sponsor:in</td>
<td>Betrag/KM</td> <td>Betrag/KM</td>
<td>Gesamtbetrag</td> <td>Gesamtbetrag</td>
</thead> </thead>
<tbody> <tbody>
{{#each this.runner.distanceDonations}}
<tr> <tr>
<td>Sponsor:in1</td> <td>Sponsor:in1</td>
<td>123€</td> <td>123€</td>
<td>312€</td> <td>312€</td>
</tr> </tr>
{{/each}}
</tbody> </tbody>
<tfoot>
<td>Gesamt</td>
<td>0.5€</td>
<td>1€</td>
</tfoot>
</table> </table>
</main> </main>
<footer class="certificate-footer"> <footer class="certificate-footer">
<p> <p>
Bankinfo Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
</p> </p>
</footer> </footer>
</div> </div>