|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<p class="visible-xs" style="margin-bottom: 0; margin-top: 80px;"><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: 280px; margin: 0 auto;"></p>
|
|
|
|
|
src="https://data.asiahighlights.com/image/about/logo-black.png" style="width: 280px; margin: 0 auto;"></p>
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
@ -7,18 +7,28 @@
|
|
|
|
|
<td class="hidden-xs">
|
|
|
|
|
<div class="feedback_logo">
|
|
|
|
|
<img alt="Tour Review" class="img-responsive"
|
|
|
|
|
src="https://data.chinahighlights.com/image/travelguide/best-china/trip-advisor-logp-bg-global-highlights.png">
|
|
|
|
|
src="https://data.asiahighlights.com/image/about/logo-black.png">
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
|
<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['customer'] ?>, <?php echo $feedback['createdOn'] ?></div>
|
|
|
|
|
<img alt="" class="img-responsive" height="40" width="211" src="https://data.asiahighlights.com/pic/trustpilot-new-icon.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['customer'] ?>,
|
|
|
|
|
<?php echo $feedback['createdOn'] ?>
|
|
|
|
|
</div>
|
|
|
|
|
<img alt="" class="img-responsive" height="40" width="211"
|
|
|
|
|
src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png">
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</tr>
|
|
|
|
|