Files
online-energieausweis/src/lib/pdf/datenblatt.html
2025-01-12 14:25:35 +07:00

87 lines
1.7 KiB
HTML

<div class="flex flex-row justify-between">
<h1 class="underline font-bold">Datenblatt Energieausweis</h1>
<p><span class="font-bold">Ausweis ID:</span> 1225432</p>
</div>
<h2 class="font-bold">Gebäudedaten</h2>
<p>Adresse: Beispielstraße 15, 22587 Beispielnese</p>
<div class="flex flex-row justify-between">
<div class="flex flex-row gap-2">
<input type="checkbox">
<p>Neubau</p>
</div>
<div class="flex flex-row gap-2">
<input type="checkbox">
<p>Vermietung/Verkauf</p>
</div>
<div class="flex flex-row gap-2">
<input type="checkbox">
<p>Modernisierung</p>
</div>
<div class="flex flex-row gap-2">
<input type="checkbox">
<p>Sonstiges</p>
</div>
</div>
<table>
<tbody>
<tr>
<td class="font-bold">Gebäudetyp</td>
<td class="font-bold">Wohnfläche</td>
<td class="font-bold">Leerstand</td>
<td class="font-bold">Wohnungen</td>
</tr>
<tr>
<td>Doppelhaushälfte</td>
<td>DIN Wohnfläche innen 141m2</td>
<td>0%</td>
<td>2</td>
</tr>
<tr>
<td></td>
<td></td>
<td>Dachgeschoss</td>
<td>Keller</td>
</tr>
<tr>
<td></td>
<td></td>
<td>unbeheizt</td>
<td>nein</td>
</tr>
</tbody>
</table>
<h2 class="font-bold">Verbrauch</h2>
<table>
<tbody>
<tr>
<td></td>
<td>Von: 01.01.2014</td>
<td>Von: 01.01.2015</td>
<td>Von: 01.01.2016</td>
</tr>
<tr>
<td></td>
<td>Bis: 31.12.2014</td>
<td>Bis: 31.12.2015</td>
<td>Bis: 31.12.2016</td>
</tr>
<tr>
<td>Heizöl EL</td>
<td>1947 l</td>
<td>1907 l</td>
<td>2248 l</td>
</tr>
<tr>
<td>Brennholz</td>
<td>6 m3</td>
<td>6 m3</td>
<td>6 m3</td>
</tr>
</tbody>
</table>
<p>Warmwasseranteil: 18%</p>