Files
thetool/Layout/default/Preorder/PDF_HEADER.html
2025-09-17 13:23:03 +02:00

30 lines
991 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
body { font-family: sans-serif, Verdana; font-size: 10px; margin: 0; padding: 0; width: 100%; }
.header-table { width: 100%; border-bottom: 2px solid #f7c423; }
.logo-cell { width: 200px; }
.title-cell { vertical-align: middle; text-align: right; }
h1 { font-size: 20px; color: #005384; margin: 0 0 5px 0; }
.sub-info { font-size: 11px; color: #555; }
</style>
</head>
<body>
<table class="header-table">
<tr>
<td class="logo-cell">
<img alt="Xinon Logo" src="{{ basedir }}/public/assets/images/xinon-full.png" style="height: 60px;">
</td>
<td class="title-cell">
<h1>Fehlerprotokoll</h1>
<div class="sub-info">
<strong>Kampagne:</strong> {{ campaignName }}<br>
<strong>Datum:</strong> {{ creationDate }}
</div>
</td>
</tr>
</table>
</body>
</html>