|
|
|
@ -7,21 +7,18 @@
|
|
|
|
|
float: right;" width="211">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="table-responsive" style="margin-bottom: 20px;" rel="nofollow">
|
|
|
|
|
<table>
|
|
|
|
|
<table style="width: max-content;">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="hidden-xs">
|
|
|
|
|
<div class="feedback_logo">
|
|
|
|
|
<img class="img-responsive" height="69" src="https://images.asiahighlights.com/allpicture/2024/04/b3e0271ca0874b7cb0342ea6f2987723_cut_175x68_241.jpg" style="margin: 0px auto; " width="175"> <img alt="Tour Review" class="img-responsive" height="278" src="https://images.asiahighlights.com/allpicture/2024/04/0c58b3494bc04eeb9c5d3bdf55e55fad_cut_200x111_241.jpg" style="width: 170px; display: block; margin: 10px auto 0px; " width="1133"></div>
|
|
|
|
|
<td class="hidden-xs feedback_logo">
|
|
|
|
|
<img class="img-responsive" height="69" src="https://images.asiahighlights.com/allpicture/2024/04/b3e0271ca0874b7cb0342ea6f2987723_cut_175x68_241.jpg" style="margin: 0px auto; " width="175"> <img alt="Tour Review" class="img-responsive" height="278" src="https://images.asiahighlights.com/allpicture/2024/04/0c58b3494bc04eeb9c5d3bdf55e55fad_cut_200x111_241.jpg" style="width: 170px; display: block; margin: 10px auto 0px; " width="1133">
|
|
|
|
|
</td>
|
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
|
<td>
|
|
|
|
|
<div class="tour_feedback">
|
|
|
|
|
<div class="feedback_content">
|
|
|
|
|
<td class="tour_feedback feedback_content">
|
|
|
|
|
<strong>
|
|
|
|
|
<?php echo $feedback['title'] ?>
|
|
|
|
|
</strong>
|
|
|
|
|
<p class="feedback_rating"><img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://images.asiahighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.asiahighlights.com/allpicture/2024/04/8bebcc898ce54b64a46ced58580966d4_cut_104x19_241.jpg'; } ?>"></p>
|
|
|
|
|
<img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://images.asiahighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.asiahighlights.com/allpicture/2024/04/8bebcc898ce54b64a46ced58580966d4_cut_104x19_241.jpg'; } ?>" style="height: 20px; width: auto;">
|
|
|
|
|
<p>
|
|
|
|
|
<?php echo $feedback['content'] ?>
|
|
|
|
|
</p>
|
|
|
|
@ -29,9 +26,6 @@
|
|
|
|
|
<div class="customer_name">
|
|
|
|
|
<?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</tr>
|
|
|
|
|