169 lines
5.3 KiB
HTML
169 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Подписка успешно продлена</title>
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||
|
|
line-height: 1.6;
|
||
|
|
color: #333;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
}
|
||
|
|
.container {
|
||
|
|
max-width: 600px;
|
||
|
|
margin: 0 auto;
|
||
|
|
background: white;
|
||
|
|
border-radius: 12px;
|
||
|
|
overflow: hidden;
|
||
|
|
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
|
||
|
|
}
|
||
|
|
.header {
|
||
|
|
background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
|
||
|
|
color: white;
|
||
|
|
padding: 40px 20px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.logo {
|
||
|
|
font-size: 32px;
|
||
|
|
font-weight: 800;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
.content {
|
||
|
|
padding: 40px 30px;
|
||
|
|
}
|
||
|
|
.greeting {
|
||
|
|
font-size: 18px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
.username {
|
||
|
|
color: #2f855a;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.success-container {
|
||
|
|
background: #f0fff4;
|
||
|
|
border: 2px dashed #48bb78;
|
||
|
|
border-radius: 10px;
|
||
|
|
padding: 25px;
|
||
|
|
text-align: center;
|
||
|
|
margin: 30px 0;
|
||
|
|
}
|
||
|
|
.success-icon {
|
||
|
|
font-size: 48px;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
.success-message {
|
||
|
|
font-size: 24px;
|
||
|
|
font-weight: 800;
|
||
|
|
color: #2f855a;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
.info-text {
|
||
|
|
color: #666;
|
||
|
|
font-size: 14px;
|
||
|
|
margin: 10px 0;
|
||
|
|
}
|
||
|
|
.details {
|
||
|
|
background: #f8f9fa;
|
||
|
|
border-radius: 8px;
|
||
|
|
padding: 20px;
|
||
|
|
margin: 25px 0;
|
||
|
|
}
|
||
|
|
.detail-row {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 10px 0;
|
||
|
|
border-bottom: 1px solid #eee;
|
||
|
|
}
|
||
|
|
.detail-row:last-child {
|
||
|
|
border-bottom: none;
|
||
|
|
}
|
||
|
|
.detail-label {
|
||
|
|
font-weight: 600;
|
||
|
|
color: #555;
|
||
|
|
}
|
||
|
|
.detail-value {
|
||
|
|
color: #333;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
.button {
|
||
|
|
display: inline-block;
|
||
|
|
background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
|
||
|
|
color: white;
|
||
|
|
text-decoration: none;
|
||
|
|
padding: 14px 30px;
|
||
|
|
border-radius: 8px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin: 20px 0;
|
||
|
|
}
|
||
|
|
.footer {
|
||
|
|
text-align: center;
|
||
|
|
padding: 25px;
|
||
|
|
color: #666;
|
||
|
|
font-size: 12px;
|
||
|
|
border-top: 1px solid #eee;
|
||
|
|
background: #f9f9f9;
|
||
|
|
}
|
||
|
|
.highlight {
|
||
|
|
color: #2f855a;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="container">
|
||
|
|
<div class="header">
|
||
|
|
<div class="logo">NO COPY</div>
|
||
|
|
<h1>Подписка успешно продлена!</h1>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="content">
|
||
|
|
<p class="greeting">
|
||
|
|
Здравствуйте, <span class="username">{{username}}</span>!
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<p>Ваша подписка была автоматически продлена. Спасибо, что остаётесь с нами!</p>
|
||
|
|
|
||
|
|
<div class="details">
|
||
|
|
<div class="detail-row">
|
||
|
|
<span class="detail-label">Тариф:</span>
|
||
|
|
<span class="detail-value">{{tariff_name}}</span>
|
||
|
|
</div>
|
||
|
|
<div class="detail-row">
|
||
|
|
<span class="detail-label">Сумма списания:</span>
|
||
|
|
<span class="detail-value">{{price}} ₽</span>
|
||
|
|
</div>
|
||
|
|
<div class="detail-row">
|
||
|
|
<span class="detail-label">Дата продления:</span>
|
||
|
|
<span class="detail-value">{{renewal_date}}</span>
|
||
|
|
</div>
|
||
|
|
<div class="detail-row">
|
||
|
|
<span class="detail-label">Следующее списание:</span>
|
||
|
|
<span class="detail-value highlight">{{next_payment_date}}</span>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div style="background: #ebf8ff; border: 1px solid #bee3f8; color: #2c5282; padding: 15px; border-radius: 8px; margin: 25px 0; font-size: 14px;">
|
||
|
|
<strong>💡 Детали подписки:</strong>
|
||
|
|
<ul style="margin-top: 10px; padding-left: 20px;">
|
||
|
|
<li>Доступ к сервису активен до {{next_payment_date}}</li>
|
||
|
|
<li>Вы всегда можете управлять подпиской в личном кабинете</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<p class="info-text">
|
||
|
|
Если у вас есть вопросы, наша служба поддержки всегда готова помочь.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="footer">
|
||
|
|
<p>© 2024 NO COPY. Все права защищены.</p>
|
||
|
|
<p>Это письмо отправлено автоматически, пожалуйста, не отвечайте на него.</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|