403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/b2bzend/application/views/emails/send-other-departure-lead.phtml
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Travel Packages detail</title>
<style type="text/css">
<!--
.style1 {
	font-size: 25px
}
-->
</style>
</head>
<body>
<table width="700" cellpadding="0" cellspacing="0" style="background:#dee0e2; padding:19px">
  <tr>
    <td><table width="650" cellpadding="0" cellspacing="0" align="center" style="background:#FFFFFF; border-top:10px solid #a6bfc9;">
        <tr>
          <td align="center">
              <table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td height="75" align="left"><img style="max-height: 68px;" src="<?php echo MAIN_WEBSITE;  ?>/public/travel/images/email_logo.jpg"  border="0"></td>
              </tr>
              
                <tr>
                      <td style="font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left; padding:15px 0px;">Hi Admin, <br><br>
                          Below are the Lead details.
                      </td>
                </tr>
                
                    <tr>
                      <td style="font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">
                      
                          <table cellpadding="0" cellspacing="0" width="600" style="width:100%; border:1px solid gray;border-collapse: collapse; margin-top:30px">
                              
                                <tr>
                                    <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">Package Type:</td> 
                                    <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050;" align="left">Other Departure</td>
                                </tr>
                                
                                <tr>
                                    <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">Package ID:</td> 
                                    <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050;" align="left"><?php echo $this->package_id; ?></td>
                                </tr>
                                
                                <tr>
                                    <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">Package Name:</td> 
                                    <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050;" align="left"><?php echo $this->display_name; ?></td>
                                </tr>
                              
                            <tr>
                                   <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">Customer Name:</td> 
                                   <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050;" align="left"><?php echo $this->customer_name; ?></td>
                            </tr>
                         
                         <tr>
                             <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">Contact Number:</td>
                            <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050;" align="left"><?php echo $this->contact_no; ?></td>
                        </tr>
                        
                        <?php if(!empty($this->email)) { ?>
                        <tr>
                             <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">Email Id:</td>
                            <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050;" align="left"><?php echo $this->email; ?></td>
                        </tr>
                        <?php } ?>
                         
                         <?php if(!empty($this->noofadults)) { ?>
                        <tr>
                               <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">Adults:</td> 
                               <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050;" align="left"><?php echo $this->noofadults; ?></td>
                        </tr>
                        <?php } ?>
                        
                        <?php if(!empty($this->noofchilds)) { ?>
                        <tr>
                                <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">Child:</td> 
                                <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050;" align="left"><?php echo $this->noofchilds; ?></td>
                        </tr>
                        <?php } ?>
                        
                        
                        <?php if(!empty($this->comment)) { ?>
                        <tr>
                                <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050; text-align:left;">Comments:</td> 
                                <td height="20" style="width:5%;border:1px solid gray; font:normal 12px Georgia, Helvetica, sans-serif; color:#505050;" align="left"><?php echo $this->comment; ?></td>
                        </tr>
                        <?php } ?>

                          
                        </table>
                      </td>
                    </tr>
                    
                    
                    <tr>
                      <td style="font:bold 14px Georgia, Helvetica, sans-serif; color:#43404d; text-align:left; padding:10px 0px;">You can reach us anytime.</td>
                    </tr>
                    <tr>
                      <td height="60" style="font:normal 12px Georgia, Helvetica, sans-serif; color:#43404d; text-align:left;">In case you have questions on your current enquiry, need help with buying packages - please write to us at <a href="<?php echo CUSTOMER_FIRST_SUPPORT_EMAIL; ?>" style="color:#fb6834; text-decoration:none;"><?php echo CUSTOMER_FIRST_SUPPORT_EMAIL; ?></a> </td>
                    </tr>
                    <tr>
                      <td height="60" style="font:normal 12px Georgia, Helvetica, sans-serif; color:#43404d; text-align:left;">If you have any questions or feedback for <?php echo SITE_NAME; ?>, please write to me at <a href="<?php echo CEO_EMAIL; ?>" style="color:#fb6834; text-decoration:none;"><?php echo CEO_EMAIL; ?></a></td>
                    </tr>
                   
                    <tr>
                      <td height="60" style="font:normal 12px Georgia, Helvetica, sans-serif; color:#43404d; text-align:left;">Thanks again, <br />
                        <?php echo CEO_NAME; ?></td>
                    </tr>
                    <tr>
                      <td height="60" style="font:normal 17px Georgia, Helvetica, sans-serif; color:#43404d; text-align:left;">Co-founder and CEO <br />
                        <a href="<?php echo SITE_NAME; ?>" style="color:#fb6834; text-decoration:none;"><?php echo SITE_NAME; ?></a></td>
                    </tr>
                    <tr>
                      <td height="60" style="font:normal 12px Georgia, Helvetica, sans-serif; color:#43404d; text-align:left;">
                       <a href="<?php echo FACEBOOK_PAGE; ?>" style="color:#fb6834; text-decoration:none;" > Find us on Facebook</a><br />
                       <a href="<?php echo TWITTER_PAGE; ?>" style="color:#fb6834; text-decoration:none;" > Find us on Twitter</a></td>
                    </tr>
                  </table>
          </td>
              </tr>
            </table></td>
        </tr>
</table>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit