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/ah-feedback-list.php

40 lines
1.6 KiB
PHTML

2 years ago
<p class="visible-xs" style="margin-bottom: 0; margin-top: 80px;"><img alt="Tour Review" class="img-responsive"
src="https://data.asiahighlights.com/image/about/logo-black.png" style="width: 230px; margin: 0 auto;">
</p>
2 years ago
<div style="text-align:center;margin-top: 5px;font-weight: 600; font-size:18px;" class="visible-xs">Rated 4.9 out of 5 | Excellent</div>
<div class="table-responsive">
2 years ago
<table>
<tbody>
<tr>
<td class="hidden-xs">
<div class="feedback_logo">
2 years ago
<img alt="Tour Review" class="img-responsive"
2 years ago
src="https://data.asiahighlights.com/image/about/logo-black.png">
2 years ago
<div style="text-align:center; margin-top: 5px;font-weight: 600;font-size:18px;">Rated 4.9 out of 5 | Excellent</div>
2 years ago
</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>
</td>
<?php }?>
</tr>
</tbody>
</table>
</div>