| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2bzend/application/views/emails/ |
Upload File : |
<?php if(isset($this->NewRegistrationAgencyMail) && $this->NewRegistrationAgencyMail == 1){ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="0" style=" border: dashed 1px #ccc; font-size:14px; font-family: Roboto, sans-serif;">
<tr>
<td colspan="2" align="left" style=" padding:18px 40px;vertical-align: middle;">
<img style="max-height: 68px;" src="<?php echo $this->logo; ?>" />
</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Dear <?php echo ucfirst($this->agentName) ?>, <br>
<br> You have received a new registration request on your B2B portal from a travel agency. Please login to your admin panel to approve the same. </td>
</tr>
<tr>
<td style=" padding:5px 40px;vertical-align: middle;">Agency Name : </td>
<td style=" padding:5px 40px;vertical-align: middle;"><?php echo $this->agencyName; ?> <br></td>
</tr>
<tr>
<td width="28%" style=" padding:5px 40px;vertical-align: middle;">Name : </td>
<td width="72%" style=" padding:5px 40px;vertical-align: middle;"><?php echo (!empty($this->FirstName) ? $this->FirstName.' '.@$this->LastName : ''); ?></td>
</tr>
<tr>
<td style=" padding:5px 40px;vertical-align: middle;">Email Id : </td>
<td style=" padding:5px 40px;vertical-align: middle;"><?php echo (!empty($this->EmailId) ? $this->EmailId : ''); ?></td>
</tr>
<tr>
<td style=" padding:5px 40px;vertical-align: middle;">Contact No : </td>
<td style=" padding:5px 40px;vertical-align: middle;"><?php echo (!empty($this->Contacts) ? $this->Contacts : ''); ?></td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Thanks ! <br>
<br>
Team : <?php echo $this->Title; ?><br>
Numbers: <?php echo ($this->PrimaryContactNo != '') ? $this->PrimaryContactNo : ''; ?> <br>
Email: <?php echo $this->PrimaryEmail; ?><br>
Website: <?php echo $this->IsB2bSiteURL; ?>
</td>
</tr>
</table>
</body>
</html>
<?php } else if(isset($this->NewRegistrationAgentMail) && $this->NewRegistrationAgentMail == 1){ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="0" style=" border: dashed 1px #ccc; font-size:14px; font-family: Roboto, sans-serif;">
<tr>
<td colspan="2" align="left" style=" padding:18px 40px;vertical-align: middle;">
<img style="max-height: 68px;" src="<?php echo $this->logo; ?>" />
</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Dear <?php echo (!empty($this->FirstName) ? $this->FirstName : ''); ?>, <br>
<br>
Thanks for registering with us. We have received your details and will activate your account soon and share the login details.</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Thanks ! <br>
<br>
Team: <?php echo $this->Title; ?><br>
Numbers: <?php echo ($this->PrimaryContactNo != '') ? $this->PrimaryContactNo : ''; ?> <br>
Email: <?php echo $this->PrimaryEmail; ?><br>
Website: <?php echo $this->IsB2bSiteURL; ?>
</td>
</tr>
</table>
</body>
</html>
<?php } else if(isset($this->NewRegistrationAgentMail) && $this->NewRegistrationAgentMail == 2){ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" style=" border: dashed 1px #ccc; font-size:14px; font-family: Roboto, sans-serif;">
<tr>
<td colspan="2" align="left" style=" padding:18px 40px;vertical-align: middle;">
<img style="max-height: 68px;" src="<?php echo $this->logo; ?>" />
</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Dear <?php echo (!empty($this->FirstName) ? $this->FirstName : ''); ?>, <br>
<br>
Thanks for registering with us. We have received your details.</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">
Please Email Below documents to <?php echo trim($this->PrimaryEmail); ?> to activate your Partner account
</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">
1. Aadhar card.
<br>
2. Pan card.
<br>
3. Passport size photo /OR/ selfie with office/shop name.
<br>
4. Company GST Certificate (If Available).
</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">
Thank you for your immediate attention to this matter.
</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Thanks & Regards <br>
<br>
Team: <?php echo $this->Title; ?><br>
Numbers: <?php echo ($this->PrimaryContactNo != '') ? $this->PrimaryContactNo : ''; ?> <br>
Email: <?php echo trim($this->PrimaryEmail); ?><br>
Website: <?php echo $this->IsB2bSiteURL; ?>
</td>
</tr>
</table>
</body>
</html>
<?php } else if(isset($this->NewRegistrationAgentMail) && $this->NewRegistrationAgentMail == 3){ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="0" style=" border: dashed 1px #ccc; font-size:14px; font-family: Roboto, sans-serif;">
<tr>
<td colspan="2" align="left" style=" padding:18px 40px;vertical-align: middle;">
<img style="max-height: 68px;" src="<?php echo $this->logo; ?>" />
</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Dear <?php echo (!empty($this->FirstName) ? $this->FirstName : ''); ?>, <br>
<br>
Thanks for registering with us. We have received your details . </td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Login Details <br>
<br>
Email Id : <?php echo $this->EmailId; ?> <br> Password: <?php echo $this->password; ?></td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Thanks ! <br>
<br>
Team: <?php echo $this->Title; ?><br>
Numbers: <?php echo ($this->PrimaryContactNo != '') ? $this->PrimaryContactNo : ''; ?> <br>
Email: <?php echo $this->PrimaryEmail; ?><br>
Website: <?php echo $this->IsB2bSiteURL; ?>
</td>
</tr>
</table>
</body>
</html>
<?php } ?>