From 2751bf3c946726359a1a0588155807c8a144f17a Mon Sep 17 00:00:00 2001 From: candice Date: Mon, 15 Jul 2024 10:36:47 +0800 Subject: [PATCH 01/15] =?UTF-8?q?=E5=88=A0=E9=99=A4keywords=E4=B8=80?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ah-lantern-form-info-page.php | 571 ------------------ application/views/mobile_first/ah-pc.php | 1 - application/views/mobile_first/ah.php | 1 - application/views/mobile_first/ch-pc.php | 1 - application/views/mobile_first/ch.php | 1 - application/views/mobile_first/gh-pc.php | 1 - application/views/mobile_first/gh.php | 1 - 7 files changed, 577 deletions(-) delete mode 100644 application/views/mobile_first/ah-lantern-form-info-page.php diff --git a/application/views/mobile_first/ah-lantern-form-info-page.php b/application/views/mobile_first/ah-lantern-form-info-page.php deleted file mode 100644 index ab8cdabb..00000000 --- a/application/views/mobile_first/ah-lantern-form-info-page.php +++ /dev/null @@ -1,571 +0,0 @@ - -
-

Chiang Mai CAD Yi Peng Festival 2024

-
- -

Select Date:

-
-
- - -
- -
- - -
-
- -

Select a Ticket Type:

-
-
- - -
-
- - -
-
- - -
- - - - - -
- -

Select Ticket Quantity

-
- - Adults and older children (8+ years old) - -
- - - -
-
-
Total price: $129
- -

Please provide correct personal info. Double check.

- - - - - - - - - - - - - -

Once we receive your payment, our travel advisor will contact you within 24 hours and send you your e-ticket.

-
-
- - \ No newline at end of file diff --git a/application/views/mobile_first/ah-pc.php b/application/views/mobile_first/ah-pc.php index f5b15aad..27cbd771 100644 --- a/application/views/mobile_first/ah-pc.php +++ b/application/views/mobile_first/ah-pc.php @@ -10,7 +10,6 @@ - diff --git a/application/views/mobile_first/ah.php b/application/views/mobile_first/ah.php index 9789caea..ba21bc93 100644 --- a/application/views/mobile_first/ah.php +++ b/application/views/mobile_first/ah.php @@ -6,7 +6,6 @@ <!--@TITLE@--> - diff --git a/application/views/mobile_first/ch-pc.php b/application/views/mobile_first/ch-pc.php index 8ff9f8b5..9c371d6f 100644 --- a/application/views/mobile_first/ch-pc.php +++ b/application/views/mobile_first/ch-pc.php @@ -10,7 +10,6 @@ - diff --git a/application/views/mobile_first/ch.php b/application/views/mobile_first/ch.php index 6d8806e2..3f339146 100644 --- a/application/views/mobile_first/ch.php +++ b/application/views/mobile_first/ch.php @@ -6,7 +6,6 @@ <!--@TITLE@--> - diff --git a/application/views/mobile_first/gh-pc.php b/application/views/mobile_first/gh-pc.php index bd1e3df9..50071c95 100644 --- a/application/views/mobile_first/gh-pc.php +++ b/application/views/mobile_first/gh-pc.php @@ -10,7 +10,6 @@ - diff --git a/application/views/mobile_first/gh.php b/application/views/mobile_first/gh.php index 8e1e6492..4e616e30 100644 --- a/application/views/mobile_first/gh.php +++ b/application/views/mobile_first/gh.php @@ -6,7 +6,6 @@ <!--@TITLE@--> - From 804446ac2410561a7dacce4107a52831d65078e6 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Mon, 15 Jul 2024 14:02:38 +0800 Subject: [PATCH 02/15] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B0=B4=E7=81=AF?= =?UTF-8?q?=E8=8A=82=E5=9C=A8=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E8=A1=A8?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index e9549846..f56fe585 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2272,13 +2272,6 @@ class Information extends CI_Controller true ); $information->ic_content = str_replace('', $lantern_form_content, $information->ic_content); - // 水灯节在信息页面表单 - $lantern_form_info_page_content = $this->load->view( - 'mobile_first/ah-lantern-form-info-page', - array('information' => $information), - true - ); - $information->ic_content = str_replace('', $lantern_form_info_page_content, $information->ic_content); // CAD 跨年表单 $new_year_countdown_form_content = $this->load->view( @@ -2775,7 +2768,7 @@ class Information extends CI_Controller } } - + if ($meta_ct_page_type == "tourdetail") { $dataform['device'] = $device; $template_form_tourqi = $this->load->view($template_path . '-form-tourqi', $dataform, true); @@ -3028,7 +3021,7 @@ class Information extends CI_Controller //获取cli_sn $tourdata = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/apish/getCliSn/?param=" . $productCode)); $data["clisn"] = $tourdata->clisn; - + //获取price $tourprice = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/apish/getTourPrice/?param=" . $productCode)); $dataform["tourprice"] = $tourprice->price; From 639688a62678bd8454c1fe58f46d67b3e9cf2f4d Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Tue, 16 Jul 2024 09:07:42 +0800 Subject: [PATCH 03/15] =?UTF-8?q?AH=20=E6=B0=B4=E7=81=AF=E8=8A=82=E4=B8=8B?= =?UTF-8?q?=E7=BA=BF=20Standard=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-lantern-form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index f3565c58..1fc6a948 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -41,11 +41,11 @@
- +
From f27fe67244050bf7d48c6b3e9dee84d115415f55 Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 16 Jul 2024 10:31:03 +0800 Subject: [PATCH 04/15] =?UTF-8?q?aside=20main=20nav=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-pc.php | 7 +++++++ application/views/mobile_first/ah.php | 3 ++- application/views/mobile_first/ch-pc.php | 8 +++++++- application/views/mobile_first/ch.php | 2 ++ application/views/mobile_first/gh-pc.php | 6 ++++++ application/views/mobile_first/gh.php | 3 +++ 6 files changed, 27 insertions(+), 2 deletions(-) diff --git a/application/views/mobile_first/ah-pc.php b/application/views/mobile_first/ah-pc.php index 27cbd771..415b2387 100644 --- a/application/views/mobile_first/ah-pc.php +++ b/application/views/mobile_first/ah-pc.php @@ -43,6 +43,7 @@
+
+ @@ -157,9 +159,13 @@
+
+
+ + diff --git a/application/views/mobile_first/ah.php b/application/views/mobile_first/ah.php index ba21bc93..480778d5 100644 --- a/application/views/mobile_first/ah.php +++ b/application/views/mobile_first/ah.php @@ -132,8 +132,9 @@
+
- +
diff --git a/application/views/mobile_first/ch-pc.php b/application/views/mobile_first/ch-pc.php index 9c371d6f..4e7cc2e9 100644 --- a/application/views/mobile_first/ch-pc.php +++ b/application/views/mobile_first/ch-pc.php @@ -69,6 +69,7 @@ + -
- + +
+ -
How to Plan an Incredible Family Trip to Japan in 2024/2025. Learn more.
+
How to Plan an Incredible Family Trip to Japan in 2024/2025. Learn more.
+ - @@ -160,31 +162,31 @@
-
- -
+
+ +
Create my trip @@ -205,9 +207,11 @@ Create My Trip -
4.9 ExcellentTrustPilot rating - 4.9 ExcellentTrustPilot rating + TrustPilot Logo
@@ -229,24 +233,28 @@
-
Customize Your Tour
+
Customize Your Tour +

Customize Your Tour

  • Travel Advisors Rooted in Asia
  • Instant Response, No More Waits!
  • -
  • Direct Connections, Supreme Values
  • +
  • Direct Connections, Supreme Values
-
Maximize Your Flexibility
+
Maximize Your Flexibility

Maximize Your Flexibility

  • Your own personal guide and ride.
  • @@ -258,21 +266,24 @@
    -
    Ensure Your Satisfactory
    +
    Ensure Your Satisfactory

    Ensure Your Satisfactory

      -
    • The Top 20% nationwide guides at your service.
    • -
    • 20% more space on your group's transportation.
    • +
    • The Top 20% nationwide guides at your service.
    • +
    • 20% more space on your group's transportation.
    • 24/7 emergency support.
    -
    Celebrate Your Journey

    Celebrate Your Journey

    @@ -301,9 +312,11 @@
    @@ -316,11 +329,13 @@
    -
    - Rated 4.9 out of 5 | 98.8% Excellence
    China Highlights International
    Travel Service Co., LTD @@ -388,8 +403,10 @@
    Featured on
    - China Highlights was featured on these medias. + China Highlights was featured on these medias.

    Address: Building 6, Chuangyi Business diff --git a/application/views/mobile_first/ah.php b/application/views/mobile_first/ah.php index 480778d5..19aa47b0 100644 --- a/application/views/mobile_first/ah.php +++ b/application/views/mobile_first/ah.php @@ -69,7 +69,6 @@

    - diff --git a/application/views/mobile_first/ch-pc.php b/application/views/mobile_first/ch-pc.php index 4e7cc2e9..7d840c05 100644 --- a/application/views/mobile_first/ch-pc.php +++ b/application/views/mobile_first/ch-pc.php @@ -42,7 +42,7 @@ })(window, document, 'script', 'dataLayer', 'GTM-T75N4LL'); -
    - +
    -
    - - -
    - -
    - +
    + + +
    + + +
    +
    @@ -329,7 +386,7 @@
    - +
    Start planning your tailor-made tour with 1-1 @@ -341,14 +398,15 @@
    -
    +
    +

    Why China Highlights

    @@ -356,22 +414,28 @@
    -
    Customize Your Tour
    - -

    Customize Your Tour

    +
    Customize Your Tour +
    + +

    Customize Your Tour

    • Travel Advisors Rooted in China
    • Instant Response, No More Waits!
    • Direct Connections, Supreme Values
    - +
    -
    Maximize Your Flexibility
    +
    Maximize Your Flexibility

    Maximize Your Flexibility

    • Your own personal guide and ride.
    • @@ -383,11 +447,14 @@
    -
    Ensure Your Satisfaction
    +
    Ensure Your Satisfaction

    Ensure Your Satisfaction

      -
    • The Top 20% nationwide guides at your service.
    • +
    • The Top 20% nationwide guides at your service.
    • 20% more space on your group's transportation.
    • 24/7 emergency support.
    @@ -395,9 +462,11 @@
    -
    Live Your China Story
    +
    Live Your China Story

    Live Your China Story

    • Authentic local culture and lifestyles.
    • @@ -414,132 +483,148 @@
    - China Highlights logo + style="float: left; margin-right: 10px; margin-bottom: 10px; width: 170px; height: 121px;" + alt="China Highlights logo" />
    - Trip Advisor rating + Trip Advisor rating Rated 5 out of 5 | 98.8% Excellence
    China Highlights International
    Travel Service Co., LTD
    - +
    +
    +
    Featured on
    + + China Highlights was featured on these medias.
    -
    -
    Featured on
    - -China Highlights was featured on these medias. -
    -

    Address: Building 6, Chuangyi Business Park, 70 Qilidian Road, Guilin, Guangxi, 541004, China

    +

    Address: Building 6, Chuangyi Business + Park, 70 Qilidian Road, Guilin, Guangxi, 541004, China

    - - + + @@ -679,4 +764,4 @@ - + \ No newline at end of file diff --git a/application/views/mobile_first/ch.php b/application/views/mobile_first/ch.php index 3c787703..28c49027 100644 --- a/application/views/mobile_first/ch.php +++ b/application/views/mobile_first/ch.php @@ -34,7 +34,7 @@ })(window, document, 'script', 'dataLayer', 'GTM-T75N4LL'); -