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

53 lines
1.9 KiB
PHTML

<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>
<div style="text-align:center;margin-top: 5px;font-weight: 600; font-size:18px;" class="visible-xs">Rated 4.9 out of 5 | Excellent
<br>
Based on 10168 reviews
<img src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png" style="
margin: 0 auto 10px auto;
display: block;
width: 200px;
"></div>
<div class="table-responsive">
2 years ago
<table>
<tbody>
<tr>
<td class="hidden-xs">
<div class="feedback_logo">
<img src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png" style="
margin: 0 auto 10px auto;
display: block;
width: 200px;
">
<div style="text-align:center; margin-top: 5px;font-weight: 600;font-size:18px;">Rated 4.9 out of 5 | Excellent<br>Based on 10168 reviews</div>
<img alt="Tour Review" class="img-responsive"
2 years ago
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>
</div>
</td>
<?php }?>
</tr>
</tbody>
</table>
</div>