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.
information-system/application/views/mobile_first/gh-feedback-newest.php

39 lines
1.9 KiB
PHTML

2 years ago
<p style="text-align: center;margin-top: 80px;"><a href="https://www.chinahighlights.com/" target="blank">China Highlights</a>, <a href="https://www.asiahighlights.com/" target="blank">Asia Highlights</a>, and Global Highlights collaborate to provide families and couples with personalized and stress-free experiences in diverse destinations.</p>
2 years ago
<div class="visible-xs" style="margin: 0 20px;">
2 years ago
<img class="img-responsive" height="69" src="https://data.asiahighlights.com/image/forms/ah-ta-2023-certificate.png" style="float: left; width: 150px; " width="175">
<img height="40" src="https://data.asiahighlights.com/image/forms/ah-ch-gh-tp-rating.png" style="width: 120px; height: auto; " width="211">
</div>
2 years ago
<div class="table-responsive" style="margin-bottom: 20px;">
<table>
<tbody>
<tr>
<td class="hidden-xs">
2 years ago
<div class="feedback_logo">
<img class="img-responsive" height="69" src="https://data.asiahighlights.com/image/forms/ah-ta-2023-certificate.png" style="margin: 0px auto; " width="175"> <img alt="Tour Review" class="img-responsive" height="278" src="https://data.asiahighlights.com/image/forms/ah-ch-gh-tp-rating.png" style="width: 170px; display: block; margin: 10px auto 0px; " width="1133"></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>
2 years ago
<div class="customer_name">
<?php echo $feedback['customer'] ?>,
<?php echo $feedback['createdOn'] ?>
</div>
</div>
2 years ago
</div>
</td>
<?php }?>
</tr>
</tbody>
</table>
2 years ago
</div>