You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
<img class="img-responsive" height="69" src="https://data.asiahighlights.com/image/forms/ah-ta-2023-certificate.png" style="float: left; width: 150px; margin: 0 auto;
|
|
|
|
display: block;" width="175">
|
|
|
|
<img height="40" src="https://data.asiahighlights.com/image/forms/ah-ch-gh-tp-rating.png" style="width: 120px; height: auto; display: block;
|
|
|
|
float: right;" width="211">
|
|
|
|
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
<div class="tour_feedback_right">
|
|
|
|
<div class="feedback_content_right">
|
|
|
|
<strong>
|
|
|
|
<?php echo $feedback['title'] ?>
|
|
|
|
</strong>
|
|
|
|
<p class="feedback_rating"><img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://data.asiahighlights.com/pic/trustpilot-new-icon.png'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://data.chinahighlights.com/image/aboutus/feedback/five-star.png'; } ?>"></p>
|
|
|
|
<p>
|
|
|
|
<?php echo $feedback['content'] ?>
|
|
|
|
</p>
|
|
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a>
|
|
|
|
<div class="customer_name">
|
|
|
|
<?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
|