28 lines
1.4 KiB
PHP
28 lines
1.4 KiB
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<head>
|
|
<meta name="x-apple-disable-message-reformatting">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Einladung zur Registrierung bei Smarthome</title>
|
|
</head>
|
|
|
|
<body>
|
|
Hi,
|
|
um Smarthome Dashboard zu benutzen, musst du dich registrieren.
|
|
Benutze hierfür den Link:
|
|
<table role="presentation" border="0" cellpadding="0" cellspacing="0" style="border-radius: 6px; border-collapse: separate !important;">
|
|
<tbody>
|
|
<tr>
|
|
<td style="line-height: 24px; font-size: 16px; border-radius: 6px; margin: 0;" align="center" bgcolor="#0d6efd">
|
|
<a href="<?= url_to('register') ?>" style="color: #ffffff; font-size: 16px; font-family: Helvetica, Arial, sans-serif; text-decoration: none; border-radius: 6px; line-height: 20px; display: inline-block; font-weight: normal; white-space: nowrap; background-color: #0d6efd; padding: 8px 12px; border: 1px solid #0d6efd;"><?= lang('Auth.register') ?></a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p><?= lang('Auth.emailDate') ?> <?= esc($date) ?></p>
|
|
</body>
|
|
|
|
</html>
|