AH页面右侧模板展示10条反馈
parent
0e19c53664
commit
00de574fbf
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
<img class="img-responsive" height="69" src="https://data.asiahighlights.com/image/forms/ah-ta-2023-certificate.png" style="float: left; width: 150px; margin: 0 auto;
|
||||||
|
display: block;" width="175">
|
||||||
|
<img height="40" src="https://data.asiahighlights.com/image/forms/ah-ch-gh-tp-rating.png" style="width: 120px; height: auto; display: block;
|
||||||
|
float: right;" width="211">
|
||||||
|
|
||||||
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
||||||
|
<div class="tour_feedback_right">
|
||||||
|
<div class="feedback_content_right">
|
||||||
|
<strong>
|
||||||
|
<?php echo $feedback['title'] ?>
|
||||||
|
</strong>
|
||||||
|
<p>
|
||||||
|
<?php echo $feedback['content'] ?>
|
||||||
|
</p>
|
||||||
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a>
|
||||||
|
<div class="customer_name">
|
||||||
|
<?php echo $feedback['customer'] ?>,
|
||||||
|
<?php echo $feedback['createdOn'] ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<?php }?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue