Skip to content

Instantly share code, notes, and snippets.

@prestigegodson
Created January 24, 2019 14:06
Show Gist options
  • Save prestigegodson/cb6fe7a908a5e6ddcb4d38612dfb5596 to your computer and use it in GitHub Desktop.
Save prestigegodson/cb6fe7a908a5e6ddcb4d38612dfb5596 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width"/>
<title>Omnibranches | Agent Creation</title>
</head>
<body>
<table style="min-width:320px" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0 10px" bgcolor="#f2f2f2">
<table id="m_-6312539531395904412outer-table" class="m_-6312539531395904412flexible" align="center"
style="margin:0 auto 12px;width:100%; height:80px; max-width:510px" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center" style="padding:25px 0"></td>
</tr>
<tr>
<td class="m_-6312539531395904412content" bgcolor="#ffffff" style="padding:25px 19px">
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="m_-6312539531395904412sg-heading2" align="center"
style="font:23px/28px HelveticaNeue,Helvetica,Arial,sans-serif; font-weight:700; color:#373737;padding:10px 0 6px">
Agent Account Creation
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<img th:src="@{${banner}}"
style="vertical-align:top;" alt="Omnibranches" />
</tr>
<tr>
<td style="padding:20px 5px 20px 5px;">
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<p style="font:14px/23px HelveticaNeue,Helvetica,Arial,sans-serif;color:#373737;padding:0 0 6px">
Dear <span th:text="${lastName}"></span>
</p>
<p style="font:14px/23px HelveticaNeue,Helvetica,Arial,sans-serif;color:#373737;padding:0 0 6px">
An Agent Account has been created for you on OmniBranches.
</p>
<p>Your username : <span th:text="${username}"></span></p>
<p style="font:14px/23px HelveticaNeue,Helvetica,Arial,sans-serif;color:#373737;padding:0 0 6px">
Your Default Password is: <span th:text="${password}"></span>. You are advised to change your password upon login.
</p>
<p style="font:14px/23px HelveticaNeue,Helvetica,Arial,sans-serif;color:#373737;padding:0 0 6px">
Visit <a target="_blank" href="https://portal.omnibranches.com">Omnibranches</a> to access your account. You can also download our Mobile App on Google Playstore via <a th:href="${downloadUrl}">Download</a>
</p>
<p style="font:14px/23px HelveticaNeue,Helvetica,Arial,sans-serif;color:#373737;padding:0 0 6px">
On OmniBranches, you can sell Airtime (MTN, Airtel, 9mobile, Globacom) , Mobile Data, Bank transfer and other Bill payment services and earn commissions as you do.
</p>
<p style="font:14px/23px HelveticaNeue,Helvetica,Arial,sans-serif;color:#373737;padding:0 0 6px">
Please contact info@OmniBranches.com for more information and support@OmniBranches.com if you need assistance.
</p>
</td>
</tr>
<tr>
<td class="m_-6312539531395904412sponsored-text-footer"
style="font:13px/18px HelveticaNeue,Helvetica,Arial,sans-serif;color:#808080">
Sincerely,<br />
The OmniBranches Team.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="padding:24px 0 0">
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="padding:0 0 15px">
<table class="m_-6312539531395904412flexible" width="351" align="center"
style="margin:0 auto;max-width:351px" cellpadding="0"
cellspacing="0">
<tbody>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table align="center" style="margin:0 auto;width:100%;max-width:510px" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center">
<a target="_blank"
href="http://portal.omnibranches.com">
<img
th:src="@{${logo}}"
alt="Omnibranches logo"
height="50"/>
</a>
</td>
</tr>
<tr>
<td align="center"
style="padding:16px 20px 0;line-height:1.64;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;font-size:11px">
© <span th:text="${#dates.year(#dates.createNow())}"></span> OmniBranches
</td>
</tr>
<tr>
<td align="center"
style="padding:5px 0;line-height:1.64;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;font-size:11px">
<span th:text="${contactMobile}"></span>
</td>
</tr>
<tr>
<td align="center"
style="padding:0 20px;line-height:1.64;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;font-size:11px">
<a href="https://twitter.com/OmniBranch">Twitter</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment