|
|
|
@ -1,15 +1,26 @@
|
|
|
|
|
|
|
|
|
|
<p class="visible-xs"><img alt="Tour Review" class="img-responsive"
|
|
|
|
|
src="https://data.chinahighlights.com/image/travelguide/best-china/trip-advisor-logp-bg-global-highlights.png" style="margin: 0 auto;">
|
|
|
|
|
<img src="https://data.chinahighlights.com/image/aboutus/awards/china-highlights-ta-2022-certificate.png" class="img-responsive" style="margin: 0 auto;"></p>
|
|
|
|
|
<p class="visible-xs" style="font-size: 18px; font-weight: 600; text-align: center; font-style: italic;">
|
|
|
|
|
<img src="https://data.chinahighlights.com/image/aboutus/awards/china-highlights-ta-2022-certificate.png"
|
|
|
|
|
class="img-responsive" style="margin: 0 auto;">
|
|
|
|
|
<img alt="Tour Review" class="img-responsive"
|
|
|
|
|
src="https://data.chinahighlights.com/image/travelguide/best-china/trip-advisor-logp-bg-global-highlights.png"
|
|
|
|
|
style="width: 180px;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 10px auto;">
|
|
|
|
|
Based on 10168 reviews
|
|
|
|
|
</p>
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table>
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr> <td class="hidden-xs">
|
|
|
|
|
<div class="feedback_logo">
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="hidden-xs">
|
|
|
|
|
<div class="feedback_logo" style="font-size: 18px; font-weight: 600; text-align: center; font-style: italic;">
|
|
|
|
|
<img src="https://data.chinahighlights.com/image/aboutus/awards/china-highlights-ta-2022-certificate.png"
|
|
|
|
|
class="img-responsive" style="margin: 0 auto;">
|
|
|
|
|
<img alt="Tour Review" class="img-responsive"
|
|
|
|
|
src="https://data.chinahighlights.com/image/travelguide/best-china/trip-advisor-logp-bg-global-highlights.png">
|
|
|
|
|
<img src="https://data.chinahighlights.com/image/aboutus/awards/china-highlights-ta-2022-certificate.png" class="img-responsive" style="margin: 0 auto;">
|
|
|
|
|
src="https://data.chinahighlights.com/image/travelguide/best-china/trip-advisor-logp-bg-global-highlights.png" style="width: 180px;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 10px auto;">
|
|
|
|
|
Based on 10168 reviews
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
@ -17,14 +28,24 @@
|
|
|
|
|
<td>
|
|
|
|
|
<div class="tour_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>
|
|
|
|
|
<div class="customer_name"><?php echo $feedback['createdOn'] ?>, <?php echo $feedback['customer'] ?></div>
|
|
|
|
|
<img alt="" class="img-responsive" height="40" width="211" src="https://data.chinahighlights.com/image/aboutus/feedback/five-star.png" ></div>
|
|
|
|
|
<strong>
|
|
|
|
|
<?php echo $feedback['title'] ?>
|
|
|
|
|
</strong>
|
|
|
|
|
<p>
|
|
|
|
|
<?php echo $feedback['content'] ?>
|
|
|
|
|
</p>
|
|
|
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">more</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="customer_name">
|
|
|
|
|
<?php echo $feedback['createdOn'] ?>,
|
|
|
|
|
<?php echo $feedback['customer'] ?>
|
|
|
|
|
</div>
|
|
|
|
|
<img alt="" class="img-responsive" height="40" width="211"
|
|
|
|
|
src="https://data.chinahighlights.com/image/aboutus/feedback/five-star.png">
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|