mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
32 lines
1.2 KiB
PHP
32 lines
1.2 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><?= lang('Auth.emailActivateSubject') ?></title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><?= lang('Auth.emailActivateMailBody') ?></p>
|
|
<div style="text-align: center">
|
|
<h1><?= $code ?></h1>
|
|
</div>
|
|
<table role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
|
<tbody>
|
|
<tr>
|
|
<td style="line-height: 20px; font-size: 20px; width: 100%; height: 20px; margin: 0;" align="left" width="100%" height="20">
|
|
 
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<b><?= lang('Auth.emailInfo') ?></b>
|
|
<p><?= lang('Auth.emailIpAddress') ?> <?= esc($ipAddress) ?></p>
|
|
<p><?= lang('Auth.emailDevice') ?> <?= esc($userAgent) ?></p>
|
|
<p><?= lang('Auth.emailDate') ?> <?= esc($date) ?></p>
|
|
</body>
|
|
|
|
</html>
|