Файл: wenr.online/templates/user/email.tpl
Строк: 135
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<meta name="viewport"
content="width=device-width"/>
<!-- For development,
pass document through inliner -->
<style
type="text/css">
* {
margin: 0;
padding: 0;
font-size: 100%;
font-family: 'Avenir Next', "Helvetica Neue",
"Helvetica", Helvetica, Arial, sans-serif;
line-height: 1.65;
}
img {
max-width: 100%;
margin: 0 auto;
display: block;
}
body,
.body-wrap {
background-color: #1d1a16;
max-width: 390px;
margin: auto;
font-size: 13px; }
a {
color: #71bc37;
text-decoration: none; }
.text-center {
text-align: center;
}
.text-right {
text-align: right; }
.text-left {
text-align: left;
}
.button {
display: inline-block;
color: white;
background:
#71bc37;
border: solid #71bc37;
border-width: 10px 20px 8px;
font-weight: bold;
border-radius: 4px; }
h1, h2, h3, h4, h5, h6 {
margin-bottom: 20px;
line-height: 1.25; }
h1 {
font-size: 32px; }
h2
{
font-size: 28px; }
h3 {
font-size: 24px; }
h4 {
font-size: 20px;
}
h5 {
font-size: 16px; }
p, ul, ol {
font-size: 16px;
font-weight:
normal;
margin-bottom: 20px; }
.container {
display: block
!important;
clear: both !important;
margin: 0 auto !important;
max-width: 580px !important; }
.container table {
width: 100%
!important;
border-collapse: collapse; }
.container .masthead {
padding: 80px 0;
background: #29241e;
color: white; }
.container .masthead h1 {
margin: 0 auto !important;
max-width:
90%;
text-transform: uppercase; }
.container .content {
background: #29241e;
color: #90aa01;
padding: 30px 35px; }
.container .content.footer {
background: none; }
.container
.content.footer p {
margin-bottom: 0;
color: #888;
text-align: center;
font-size: 14px; }
.container
.content.footer a {
color: #888;
text-decoration: none;
font-weight: bold; }
</style>
</head>
<body>
<table
class="body-wrap">
<tr>
<td
class="container">
<!-- Message start -->
<table>
<tr>
<td align="center" class="masthead">
<img
src="https://wenr.online/public/assets/images/main-logo.jpg">
</td>
</tr>
<tr>
<td class="content">
<h1>Восcтановление
пароля</h1>
<p>Уважаемый посетитель! Согласно
Вашему запросу для Вас был сгенерирован
новый пароль. Для входа в игру
используйте следующие
данные:
<br>
Логин:
<?=$login;?>
<br>
Пароль:
<?=$password;?>
<br>
После авторизации
на сайте вы сможете изменить данный
пароль на любой другой.
<br>
</p>
<table>
<tr>
<td align="center">
<p>
<a href="https://wenr.online"
class="button">Войти в игру</a>
</p>
</td>
</tr>
</table>
<p>С
уважением,
Администрация сайта <a
href="https://wenr.online">wenr.online</a>.</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="container">
<!-- Message start -->
<table>
<tr>
<td class="content
footer" align="center">
<p<a
href="https://wenr.online">wenr.online</a></p>
<p><a
href="mailto:pain045@yandex.ru">pain045@yandex.ru</a>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>