CH 反馈改为列表
parent
6d7626b6f0
commit
9561e0b60a
@ -0,0 +1,22 @@
|
||||
<h2 style="text-align:center;">About China Highlights</h2>
|
||||
<p style="text-align: center; padding-bottom: 10px;">Since 1998 we've guided everyone ranging from US presidents, Australian Geographic and retired backpackers. Our goal is to create unique trips that take you off-the-beaten path, helping you discover China in a more authentic way. Our motto: "Discovery Your Way!"</p>
|
||||
<p><img src="https://data.chinahighlights.com/image/feedback/2022-CH-TA-certificate.jpg" class="img-responsive" style="margin: 0 auto;"></p>
|
||||
<div class="table-responsive">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<?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