| 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 : |
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Query Detail</title>
</head>
<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 src="public/img/<?php // echo $this->logo;
?>" />-->
</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;"><?php
echo (isset($this->Salutation) && $this->Salutation != '') ? $this->Salutation.' ' : 'Dear ';
echo ucfirst($this->customerName) ?>, <br>
<br>
Greetings from <?php echo $this->agencyTitle; ?>! <br> <br>
Thank you for your enquiry! We have received your request for an itinerary to <?php echo (!empty($this->destination) ? $this->destination : ''); ?>:</td>
</tr>
<tr>
<td width="33%" style=" padding:5px 40px;vertical-align: middle;">Destination : </td>
<td width="66%" style=" padding:5px 40px;vertical-align: middle;"><?php echo (!empty($this->destination) ? $this->destination : ''); ?></td>
</tr>
<tr>
<td style=" padding:5px 40px;vertical-align: middle;">No of Pax : </td>
<td style=" padding:5px 40px;vertical-align: middle;"><?php echo $this->noofPax;; ?></td>
</tr>
<tr>
<td style=" padding:5px 40px;vertical-align: middle;">Departure Dates : </td>
<td style=" padding:5px 40px;vertical-align: middle;"><?php
$travelDate = (isset($this->travelDate) && trim($this->travelDate) !='') ? DateTime::createFromFormat('d/m/Y', trim($this->travelDate)) : '';
echo ($travelDate !='')?$travelDate->format('d-M-y'):$this->travelDate;
?></td>
</tr>
<?php if(isset($this->noofdays) && !empty($this->noofdays)){ ?>
<tr >
<td style=" padding:5px 40px;vertical-align: middle;">No of Days : </td>
<td style=" padding:5px 40px;vertical-align: middle;"><?php echo $this->noofdays; ?> <br></td>
</tr>
<?php } ?>
<tr style="display:none;">
<td style=" padding:5px 40px;vertical-align: middle;">Query type : </td>
<td style=" padding:5px 40px;vertical-align: middle;"><?php echo $this->PKqueryType; ?> <br></td>
</tr>
<tr>
<td style=" padding:5px 40px;vertical-align: middle;">Query Id : </td>
<td style=" padding:5px 40px;vertical-align: middle;"><?php echo $this->queryID; ?> <br></td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">
<?php if(isset($this->agencySysID) && $this->agencySysID == '4995'){ ?>
We will contact you within 48 hours with our recommended itinerary. If you require immediate assistance, please call us on <?php echo ($this->agencyContactNo1 != '') ? $this->agencyContactNo1 : $this->agencyContactNo2; ?><br><br>
<?php }else{ ?>
We will call you at the earliest with best options available for you. If you require immediate assistance, please call us on <?php echo ($this->agencyContactNo1 != '') ? $this->agencyContactNo1 : $this->agencyContactNo2; ?><br><br>
<?php } ?>
<!-- Your opinion matters to us! We'd love to hear what you have to say about our services!</br>
Write in to us at <?php //echo $this->agencyPrimaryEmail;
?></br></br> -->
</td>
</tr>
<tr>
<td colspan="2" style=" padding:5px 40px;vertical-align: middle;">Thanks ! <br>
<br>
<?php echo $this->agencyTitle; ?><br>
<?php echo (isset($this->PrimaryContactName)) ? $this->PrimaryContactName.'<br>' : ''; ?>
Numbers: <?php echo ($this->agencyContactNo1 != '') ? $this->CountryCode . $this->agencyContactNo1 : ''; ?> <?php echo (($this->agencyContactNo1 != $this->agencyContactNo2) && $this->agencyContactNo2 != '') ? ','.$this->CountryCode . $this->agencyContactNo2 : ''; ?><br>
Email: <?php echo $this->agencyPrimaryEmail; ?>
</td>
</tr>
</table>
</body>
</html>