|
|
|
@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
<h2 style="margin-top: 0;">98.8% positive customer reviews among 10,000+</h2>
|
|
|
|
|
<div class="listtour">
|
|
|
|
|
<div style="margin: 0 10px;"> <img alt="" class="img-responsive" height="69"
|
|
|
|
|
src="https://data.chinahighlights.com/image/aboutus/awards/china-highlights-ta-2022-certificate.png"
|
|
|
|
|
width="175">
|
|
|
|
|
<img alt="" src="https://data.chinahighlights.com/image/aboutus/feedback/five-star.png"
|
|
|
|
|
class="img-responsive" style="margin: 5px auto;">
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 0 10px;">
|
|
|
|
|
<img alt="Tour Review" class="img-responsive" height="278"
|
|
|
|
|
src="https://data.asiahighlights.com/image/about/logo-black.png" width="175px">
|
|
|
|
|
<img alt="" height="40" src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png"
|
|
|
|
|
width="175px" class="img-responsive">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--反馈集合页 每个目的地展示5条反馈,共7个目的地:
|
|
|
|
|
泰国,越南,柬埔寨,日本,印度,缅甸,中国
|
|
|
|
|
每条反馈包括:标题,正文,客人名字,反馈时间,反馈链接-->
|
|
|
|
|
<?php foreach ($Bangkok as $index => $feedback) {?>
|
|
|
|
|
<div class="feedback_content">
|
|
|
|
|
<strong><?php echo $feedback['title'] ?></strong>
|
|
|
|
|
<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>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php foreach ($Hanoi as $index => $feedback) {?>
|
|
|
|
|
<div class="feedback_content">
|
|
|
|
|
<strong><?php echo $feedback['title'] ?></strong>
|
|
|
|
|
<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>
|
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
|
|
<div class="more_tours"><a href="/thailand/tours/">More Thailand reviews</a></div>
|
|
|
|
|
|
|
|
|
|
<div class="skipBox">
|
|
|
|
|
<div class="headerText">Asia Highlights Reviews</div>
|
|
|
|
|
|
|
|
|
|
<div class="skipAhead">
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="#thailand">Thailand reviews</a></li>
|
|
|
|
|
<li><a href="#where">Vietnam reviews</a></li>
|
|
|
|
|
<li><a href="#itinerary">Cambodia reviews</a></li>
|
|
|
|
|
<li><a href="#avoid">Japan reviews</a></li>
|
|
|
|
|
<li><a href="#budget">India reviews</a></li>
|
|
|
|
|
<li><a href="#budget">Myanmar reviews</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|