. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 94.23.64.18 / Your IP :
216.73.216.185 [
Web Server : Apache System : Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : villadal ( 6036) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/villadal/www/old/wp-content/plugins/quitenicebooking/views/ |
Upload File : |
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title><?php echo $mailsubject; ?></title>
</head>
<body>
<?php echo nl2br($mailmessage); ?>
<hr />
<?php if (!empty($data['booking_id'])) { ?><p><strong><?php _e('Booking ID', 'quitenicebooking'); ?>:</strong> <?php echo $data['booking_id']; ?></p><?php } ?>
<?php $n = 1; ?>
<?php foreach ($data['summary'] as $room) { ?>
<?php if (count($data['summary']) == 1) { ?>
<h4><?php _e('Room Info', 'quitenicebooking'); ?></h4>
<?php } else { ?>
<h4><?php printf(__('Room %d Info', 'quitenicebooking'), $n++); ?></h4>
<?php } ?>
<ul style="margin: 0px;padding:0 0 0 15px;">
<li style="margin-bottom: 3px;"><strong><?php _e('Room Type', 'quitenicebooking'); ?>:</strong> <?php echo $room['type']; ?></li>
<li style="margin-bottom: 3px;"><strong><?php _e('Date', 'quitenicebooking'); ?>:</strong> <?php echo $room['checkin']; ?> - <?php echo $room['checkout']; ?></li>
<li style="margin-bottom: 3px;"><strong><?php _e('Guests', 'quitenicebooking'); ?>:</strong> <?php echo $room['guests']; ?></li>
</ul>
<?php } // end foreach ?>
<h4><?php _e('Guest Info', 'quitenicebooking'); ?></h4>
<ul style="margin: 0px;padding:0 0 0 15px;">
<li style="margin-bottom: 3px;"><strong><?php _e('Name', 'quitenicebooking'); ?>:</strong> <?php echo $booking['guest_first_name'].' '.$booking['guest_last_name']; ?></li>
<?php foreach ($data['guest_details'] as $key => $field) { ?>
<li style="margin-bottom: 3px;"><strong><?php echo $field['label']; ?>:</strong> <?php echo $field['value']; ?></li>
<?php } ?>
</ul>
<h4><?php _e('Payment', 'quitenicebooking'); ?></h4>
<ul style="margin: 0px;padding:0 0 0 15px;">
<?php if (!empty($this->settings['deposit_type']) && ((!empty($this->settings['accept_paypal']) && !empty($this->settings['paypal_email_address'])) || !empty($this->settings['accept_bank_transfer']))) { ?>
<li style="margin-bottom: 3px;"><strong><?php _e('Deposit Due', 'quitenicebooking'); ?>:</strong> <?php echo Quitenicebooking_Utilities::format_price(Quitenicebooking_Utilities::float_to_user_price($data['deposit'], $this->settings, TRUE), $this->settings); ?></li>
<?php } // end if ?>
<li style="margin-bottom: 3px;"><strong><?php _e('Total Price', 'quitenicebooking'); ?>:</strong> <?php echo Quitenicebooking_Utilities::format_price(Quitenicebooking_Utilities::float_to_user_price($data['total'], $this->settings, TRUE), $this->settings); ?></li>
</ul>
</body>
</html>