增加反馈数量
parent
2eea00fb28
commit
405a38cc4f
@ -1,30 +1,51 @@
|
||||
|
||||
<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>
|
||||
<tbody>
|
||||
<tr> <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">
|
||||
<img src="https://data.chinahighlights.com/image/aboutus/awards/china-highlights-ta-2022-certificate.png" class="img-responsive" style="margin: 0 auto;">
|
||||
</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['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>
|
||||
<tbody>
|
||||
<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" style="width: 180px;
|
||||
display: block;
|
||||
margin: 10px auto;">
|
||||
Based on 10168 reviews
|
||||
</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['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>
|
||||
</div>
|
Loading…
Reference in New Issue