This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

53 lines
1.8 KiB
Smarty

<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
</style>
Eine Nachricht ist über die Website eingegangen:<br>
<br>
<h3>Type: ${type}</h3>
<table>
<tr>
<th>EMail</th>
<td><a href="mailto:${email}">${email}<a></td>
</tr>
<tr>
<th>Name</th>
<td>${name}</td>
</tr>
<tr>
<th>Type</th>
<td>${type}</td>
</tr>
<tr>
<th>Text</th>
<td><pre>${text}</pre></td>
</tr>
</table>
<h3>Raw Data:</h3>
<pre>${data_json}</pre>
<br>
<div class="footer" style="margin-top: 3em; padding-top: 1em; border-top-width: 2px; border-top-color: #4494d3; border-top-style: solid;">
<p style="max-width: 35rem;">
Wir sind gespannt, welche großartigen Möglichkeiten in der Zukunft noch für unser Projekt offen stehen und verbleiben mit einem Lächeln und ganz herzlichen Grüßen,
</p>
<p style="max-width: 35rem;">
Ihr TEAM DEMOCRACY
</p>
<img class="logo" alt="DEMOCRACY Logo" src="cid:democracy_logo" style="height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; border: 0 none;" />
<p style="max-width: 35rem;">
DEMOCRACY Deutschland e.V.<br />
mobil +49 176 470 40 213<br />
<a href="mailto:contact@democracy-deutschland.de" style="color: #4f81bd; font-weight: bold;">
contact@democracy-deutschland.de
</a><br />
<a href="https://www.democracy-deutschland.de" style="color: #4f81bd; font-weight: bold;">
https://www.democracy-deutschland.de
</a><br />
<a href="https://github.com/demokratie-live/" style="color: #4f81bd; font-weight: bold;">
https://github.com/demokratie-live
</a>
</p>
</div>