新增国籍,旅行日期,位置调整等

master
candice 10 months ago
parent ec3f21e8d6
commit 5faf9107c8

@ -1,10 +1,14 @@
<?php foreach ($feedback_list as $index => $feedback) {?> <?php foreach ($feedback_list as $index => $feedback) {?>
<div class="feedback_content"> <div class="feedback_content">
<strong><?php echo $feedback['title'] ?></strong> <div class="review_name"><?php echo $feedback['customer'] ?></div>
<img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/8bebcc898ce54b64a46ced58580966d4_cut_104x19_241.jpg'; } ?>" alt="tour rating"> <div class="review_nationality"><?php echo $feedback['nationality'] ?></div>
<img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/8bebcc898ce54b64a46ced58580966d4_cut_104x19_241.jpg'; } ?>" alt="tour rating">
<strong><?php echo $feedback['title'] ?></strong>
<p style="height: auto;"><?php echo $feedback['content'] ?></p> <p style="height: auto;"><?php echo $feedback['content'] ?></p>
<a href="<?php echo $feedback['url'] ?>" target="_blank" rel="nofollow">More</a> <a href="<?php echo $feedback['url'] ?>" target="_blank" rel="nofollow">More</a>
<div class="customer_name"><?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?></div> <div class="customer_name">
<strong>Date of Experience:</strong>: <?php echo $feedback['entranceDate'] ?>
</div>
</div> </div>
<?php }?> <?php }?>

@ -7,11 +7,15 @@
<?php if (!empty($Tokyo)) {?> <?php if (!empty($Tokyo)) {?>
<?php foreach ($Tokyo as $index => $feedback) {?> <?php foreach ($Tokyo as $index => $feedback) {?>
<div class="feedback_content"> <div class="feedback_content">
<strong style="height: auto; margin-bottom: 15px;"><?php echo $feedback['title'] ?></strong> <div class="review_name"><?php echo $feedback['customer'] ?></div>
<img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/8bebcc898ce54b64a46ced58580966d4_cut_104x19_241.jpg'; } ?>" style="height: 17px; width: auto;" alt="tour rating"> <div class="review_nationality"><?php echo $feedback['nationality'] ?></div>
<img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/8bebcc898ce54b64a46ced58580966d4_cut_104x19_241.jpg'; } ?>" style="height: 17px; width: auto;" alt="tour rating">
<strong style="height: auto; margin-bottom: 15px;"><?php echo $feedback['title'] ?></strong>
<p style="height: auto;"><?php echo $feedback['content'] ?></p> <p style="height: auto;"><?php echo $feedback['content'] ?></p>
<a href="<?php echo $feedback['url'] ?>" target="_blank" rel="nofollow">More</a> <a href="<?php echo $feedback['url'] ?>" target="_blank" rel="nofollow">More</a>
<div class="customer_name"><?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?></div> <div class="customer_name">
<strong>Date of Experience:</strong>: <?php echo $feedback['entranceDate'] ?>
</div>
</div> </div>
<?php }?> <?php }?>
<?php }?> <?php }?>

Loading…
Cancel
Save