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

15 lines
1.2 KiB
PHP

<div class="about_ta" style="width: 100%; margin-bottom: 0;">
<h2 style="text-align:center;">About China Highlights</h2>
<p>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></div>
<div class="feedback_content_right" style="width: 100%;">
<div class="feedback_content" style="box-shadow: 0px 0px 8px 2px #d1d1d1;">
<p><strong><?php echo $feedback_data['title'] ?></strong></p>
<img alt="" class="feedback-rate" src="https://data.chinahighlights.com/image/aboutus/feedback/five-star.png" width="104" height="20"><div class="review_date">reviewed <?php echo $feedback_data['createdOn'] ?>, <?php echo $feedback_data['customer'] ?></div>
<div class="photoBlock300" style="
margin-bottom: 0;
margin-top: -10px;"><img alt="travelers' choice 2021" src="https://data.chinahighlights.com/image/aboutus/ta-travelers-choice-2021-150.jpg" loader="lazy" width="128" height="150" class="img-responsive" ></div>
<p><?php echo $feedback_data['content'] ?>&nbsp;<a href="<?php echo $feedback_data['url'] ?>" target="_blank">more</a></p>
</div>
</div>