Files
ezbookkeeping/templates/email/password_reset.tmpl
T

41 lines
1.7 KiB
Cheetah

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover">
<title>{{.ForgetPasswordMail.Title}}</title>
</head>
<body style="margin: 0; padding: 0 10px 0 10px">
<table width="360px" border="0" cellspacing="0" cellpadding="0" style="width: 360px; border: 0; border-collapse: collapse; margin: 10px auto 5px auto;">
<tr>
<td height="50" style="font-size: 20px; line-height: 50px"><strong>{{.AppName}}</strong></td>
</tr>
<tr>
<td style="padding: 10px 0 10px 0; border-top: solid 1px #ccc">
<p>{{.ForgetPasswordMail.Salutation}}</p>
<p>{{.ForgetPasswordMail.DescriptionAboveBtn}}</p>
</td>
</tr>
<tr>
<td height="50" style="line-height: 50px; text-align: center">
<a href="{{.ForgetPasswordMail.ResetPasswordUrl}}" style="width: 100%; color: #fff; background-color:#c67e48; display:block">
<strong>{{.ForgetPasswordMail.ResetPassword}}</strong>
</a>
</td>
</tr>
<tr>
<td style="padding: 10px 0 10px 0">
<p>{{.ForgetPasswordMail.DescriptionBelowBtn}}</p>
</td>
</tr>
<tr>
<td style="padding-bottom: 20px">
<small style="color: #888; word-break: break-all">{{.ForgetPasswordMail.ResetPasswordUrl}}</small>
</td>
</tr>
</table>
</body>
</html>