Merge branch 'master' of github.com:hainatravel/information-system

hotfix/paypal-note
赵鹏 3 years ago
commit d3788a40a0

@ -330,7 +330,7 @@
//ah跳转测试页面
function goto_ahtest_page() {
var site_url = 'https://www.asiahighlights.com/index.php/information/detail/?no_cache=true&static_html_url=';
var site_url = 'https://proxy-www.asiahighlights.com';
$('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
return true;
}

@ -1,27 +1,29 @@
<div class="tmbottom">
<h2>INQUIRE ABOUT THIS TOUR</h2>
<form action="/orders/quick_inquiry_save" method="post" novalidate="" onsubmit="return validateQuickInquiryForm()"><input class="FullName" id="realname" name="name" placeholder="Full name" required="" type="text" value="" />
<h3 style="text-align:center;" class="visible-xs">For a quick conversation, simply reach us via WhatsApp:</h3>
<div class="contactwechat visible-xs"><img alt="asia highlights' wechat code" height="100px" src="https://data.globalhighlights.com/image/aboutus/gh-whatsapp-qr-code.jpg" width="100px" >
<div class="wechatinfo"><span class="wechatred">+86 15807734776</span><br>
Email: <span class="wechatred">contact@asiahighlights.com</span></div>
</div>
<h3 style="text-align:center;">Send us an inquiry now. Your 1:1 travel consultant will reply within 1 working day.</h3>
<form action="/orders/quick_inquiry_save" method="post" novalidate="" onsubmit="return validateQuickInquiryForm()"><input class="FullName" id="realname" name="name" placeholder="Your name" required="" type="text" value="" />
<div id="realname_errmsg" style="display: none">
<div class="requiredArea">Please enter your full name</div>
<div class="requiredArea" style="margin-top:-10px;">Please enter your name</div>
</div>
<input class="EmailAddress" id="email" name="email" placeholder="Email" required="" type="text" value="" />
<div id="email_errmsg" style="display: none">
<div class="requiredArea">Please enter your email</div>
<div class="requiredArea" style="margin-top:-10px;">Please enter your email</div>
</div>
<div id="email_verify_errmsg" style="display: none">
<div class="requiredArea">Please verify your email</div>
<div class="requiredArea" style="margin-top:-10px;">Please verify your email</div>
</div>
<input class="InquiryCalendar datepicker" id="starting_date" name="starting_date" placeholder="Starting date" readonly="readonly" type="text" value="" />
<div id="starting_date_errmsg" style="display: none">
<div class="requiredArea">Please enter your starting date</div>
</div>
<input class="Inquiryphone" id="PhoneNo" name="PhoneNo" placeholder="Phone number" type="tel" value="" />
<textarea id="form_additionalrequirements" name="form_additionalrequirements" placeholder="How many people, hotel style and changes to make... " style="height:100px;"></textarea>
<button class="sendButton" id="submit_booking_form_inquiry" name="booking_form_inquiry_list" type="submit">Send My Inquiry</button> <input name="cli_no" type="hidden" value="<?php echo $meta_product_code; ?>"/>
<div class="requiredArea" style="margin-top:-10px;">Please enter your starting date</div> </div>
<input class="Inquiryphone" id="PhoneNo" name="PhoneNo" placeholder="Any other way to reach you (optional)" type="tel" value="" />
<textarea id="form_additionalrequirements" name="form_additionalrequirements" placeholder="Tell us your travel requirements here: anniversary, honeymoon, family trip, birthday travel, beach, food..." style="height:100px;"></textarea>
<button class="sendButton" id="submit_booking_form_inquiry" name="booking_form_inquiry_list" type="submit">Inquire Now</button> <input name="cli_no" type="hidden" value="<?php echo $meta_product_code; ?>"/>
<input name="ic_title" type="hidden" value="<?php echo $ic_seo_title; ?>" />
</form>
</div>

@ -172,11 +172,11 @@
<!--@CUSTOM-CONENT@-->
</div>
<div class="right_brand_info">
<h2 >Why Travel with Asia Highlights</h2>
<h2 >Why Travel with Asia Highlights During the Pandemic</h2>
<ul >
<li class="tailormade"><strong >Tailor-made experience:</strong> All of your ideas/needs will be carefully considered to create your ideal trip.</li>
<li class="worryfree" ><strong >Worry-free planning: </strong>Every step of your trip, you will be looked after by your 1:1 travel consultant based in Asia.</li>
<li class="norisk" ><strong >No-risk booking:</strong> We refund as much as we can and adapt flexibly to unexpected changes.</li>
<li class="worryfree" ><strong >Worry-free planning: </strong>Your 1:1 travel consultant in Asia will take all the uncertainty out of your planning, helping you navigate any travel restrictions. </li>
<li class="norisk" ><strong >No-risk booking:</strong> 100% refund policy! (up to 14 days before departure)</li>
</ul>
</div>
<!--@TIPS-RIGHT@-->
@ -284,11 +284,27 @@
originalsrc="https://data.chinahighlights.com/image/asia/asia-highlights-bottom-logo.png" width="114"
height="71" loader="lazy" class="img-responsive bottomlogopc">
<span class="bottomcopyright">© 2016-2022 Asia Highlights — Discovery Your Way! </span>
<span class="bottomprivacy"><a href="/privacy.htm" >Privacy Policy</a> | <a
href="/terms-of-use.htm" >Terms</a></span>
<span class="bottomprivacy"><a href="/privacy" >Privacy Policy</a> | <a
href="/terms-of-use" >Terms</a></span>
</div>
</div>
<div class="web_cookie" style='display: none;' id='gotIdArea'><p>Asia Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to the use of cookies. More details can be found in our <a href="/privacy">privacy policy</a>.</p> <button class="cookie_button" id='gotItBtn'>Got It</button></div>
<script>
var GOT_IT_KEY = '__asia_highlights_you_agree_to_use_of_cookies__';
if (window.localStorage && localStorage.getItem(GOT_IT_KEY)) {
console.info('If you continue browsing, you agree to the use of cookies.');
} else {
document.getElementById('gotIdArea').style.display = '';
var gotItBtn = document.getElementById('gotItBtn');
gotItBtn.addEventListener('click', function (evt) {
if (window.localStorage) {
localStorage.setItem(GOT_IT_KEY, '1');
}
document.getElementById('gotIdArea').style.display = 'none';
});
}
</script>
<!--PC底部 结束-->
<!--@PRODUCT-JS@-->

@ -169,14 +169,7 @@
<div id="main_content_mobile">
<!--@CUSTOM-CONENT@-->
<div class="right_brand_info">
<h2 >Why Travel with Asia Highlights</h2>
<ul >
<li class="tailormade"><strong >Tailor-made experience:</strong> All of your ideas/needs will be carefully considered to create your ideal trip.</li>
<li class="worryfree" ><strong >Worry-free planning: </strong>Every step of your trip, you will be looked after by your 1:1 travel consultant based in Asia.</li>
<li class="norisk" ><strong >No-risk booking:</strong> We refund as much as we can and adapt flexibly to unexpected changes.</li>
</ul>
</div>
<!--@TIPS-RIGHT@-->
</div>

@ -274,7 +274,7 @@ Corporate Number: 914503003486045699
</div>
<div class="bottommembers">
<div class="memberIcons">
<img width="253" height="67" src="https://data.chinahighlights.com/image/aboutus/member/member-icons.png">
<img width="68" height="67" src="https://data.chinahighlights.com/image/aboutus/member/member-icons-2022-pata.png">
</div>
</div>
</div>

@ -191,24 +191,21 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!--PC底部-->
<div class="all_width_content">
<div class="form_content_bg"></div>
<div class="form_content">
<div class="formtitle">
<h2>Why Travel with Global Highlights</h2>
<h2>Why Travel with Global Highlights During the Pandemic</h2>
<ul>
<li><strong>Tailor-made experience:</strong> All of your ideas/needs will be carefully
considered to create your ideal trip.</li>
<li><strong>Worry-free planning: </strong>Every step of your trip, you will be looked
after by your 1:1 travel consultant based in Asia.</li>
<li><strong>No-risk booking:</strong> We refund as much as we can and adapt flexibly to
unexpected changes.</li>
<li><strong>Tailor-made experience:</strong> All of your ideas/needs will be carefully considered to create your ideal trip.</li>
<li><strong>Worry-free planning: </strong>Your 1:1 travel consultant will take all the uncertainty out of your planning, helping you navigate any travel restrictions. </li>
<li><strong>24-7 support on your trip:</strong> We're only a call away.</li>
</ul>
</div>
<div class="ghwhyus">
<div class="contactwechat"><a id="scrollAnchor"></a>
<img alt="global highlights' wechat code" height="100px" src="https://data.globalhighlights.com/image/aboutus/gh-whatsapp-qr-code.jpg" width="100px">
<div class="wechatinfo">Scan and add us on WhatsApp: <span class="wechatred">+86 15807734776</span>
Email: contact@globalhighlights.com
</div>
</div>
<p class="contactus">Or send an inquiry below</p>
@ -351,7 +348,22 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
</div>
</div>
<div class="web_cookie" style='display: none;' id='gotIdArea'><p>Global Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to the use of cookies. More details can be found in our <a href="/privacy.htm">privacy policy</a>.</p> <button class="cookie_button" id='gotItBtn'>Got It</button></div>
<script>
var GOT_IT_KEY = '__global_highlights_you_agree_to_use_of_cookies__';
if (window.localStorage && localStorage.getItem(GOT_IT_KEY)) {
console.info('If you continue browsing, you agree to the use of cookies.');
} else {
document.getElementById('gotIdArea').style.display = '';
var gotItBtn = document.getElementById('gotItBtn');
gotItBtn.addEventListener('click', function (evt) {
if (window.localStorage) {
localStorage.setItem(GOT_IT_KEY, '1');
}
document.getElementById('gotIdArea').style.display = 'none';
});
}
</script>
<!--PC底部 结束-->
<!--@PRODUCT-JS@-->

@ -160,20 +160,18 @@ aria-label="festival">
<div class="form_content">
<div class="formtitle">
<h2>Why Travel with Global Highlights</h2>
<h2>Why Travel with Global Highlights During the Pandemic</h2>
<ul>
<li><strong>Tailor-made experience:</strong> All of your ideas/needs will be carefully
considered to create your ideal trip.</li>
<li><strong>Worry-free planning: </strong>Every step of your trip, you will be looked
after by your 1:1 travel consultant based in Asia.</li>
<li><strong>No-risk booking:</strong> We refund as much as we can and adapt flexibly to
unexpected changes.</li>
<li><strong>Tailor-made experience:</strong> All of your ideas/needs will be carefully considered to create your ideal trip.</li>
<li><strong>Worry-free planning: </strong>Your 1:1 travel consultant will take all the uncertainty out of your planning, helping you navigate any travel restrictions. </li>
<li><strong>24-7 support on your trip:</strong> We're only a call away.</li>
</ul>
</div>
<div class="ghwhyus">
<div class="contactwechat"> <a id="scrollAnchor"></a>
<img alt="global highlights' wechat code" height="100px" src="https://data.globalhighlights.com/image/aboutus/gh-whatsapp-qr-code.jpg" width="100px">
<div class="wechatinfo">Scan and add us on WhatsApp: <span class="wechatred">+86 15807734776</span>
Email: contact@globalhighlights.com
</div>
</div>
<p class="contactus">Or send an inquiry below</p>

Loading…
Cancel
Save