From 4b0212c998dd2682bf64a03549dd64dfb465996f Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Fri, 27 May 2022 10:13:42 +0800 Subject: [PATCH 1/5] =?UTF-8?q?CH=E3=80=81GH=20=E5=A2=9E=E5=8A=A0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=A1=B5=E9=9D=A2=E8=A1=A8=E5=8D=95=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application/controllers/information.php b/application/controllers/information.php index b9749ad3..0aa6358d 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -689,6 +689,9 @@ class Information extends CI_Controller array('information' => $information), true); $template = str_replace('', $article_top_image_content, $template); + + $info_page_form_content = $this->load->view($template_path . '-info-page-form', false, true); + $information->ic_content = str_replace('', $info_page_form_content, $information->ic_content); } else { $template = str_replace('', '', $template); $inquiry_form_template = $this->load->view($template_path . '-inquiry-form', array('meta_product_code' => $meta_product_code), true); @@ -1050,6 +1053,8 @@ class Information extends CI_Controller $template_path . '-why-us-covid-mobile', array(), true); $information->ic_content = str_replace('', $why_us_covid_list_mobile, $information->ic_content); + $info_page_form_content = $this->load->view($template_path . '-info-page-form', false, true); + $information->ic_content = str_replace('', $info_page_form_content, $information->ic_content); if (is_file('D:/wwwroot/origin-www.globalhighlights.com/css/gh-global.css')) {//主样式表,内联模式,优先读取本地,没有在从网络读取,为了加速 $main_css_string = compress_css(file_get_contents('D:/wwwroot/origin-www.globalhighlights.com/css/gh-global.css')); From cb91580b6313664e830f3b1996d8aae4c1082d73 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Fri, 27 May 2022 10:57:02 +0800 Subject: [PATCH 2/5] =?UTF-8?q?CH=20=E4=BF=A1=E6=81=AF=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=8E=86=E5=92=8C=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=20JS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/mobile_first/ch-info-page-form.php | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/application/views/mobile_first/ch-info-page-form.php b/application/views/mobile_first/ch-info-page-form.php index 6668dbb1..f3244f18 100644 --- a/application/views/mobile_first/ch-info-page-form.php +++ b/application/views/mobile_first/ch-info-page-form.php @@ -18,4 +18,53 @@ + + \ No newline at end of file From 9f46e3bdb54c79a519397be9be240446f34a5aff Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Fri, 27 May 2022 13:36:12 +0800 Subject: [PATCH 3/5] =?UTF-8?q?AH=20=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=8E=86=E5=92=8C?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=20JS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/mobile_first/ah-info-page-form.php | 50 +++++++++++++++++++ .../views/mobile_first/gh-info-page-form.php | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index 102692b1..21c19b07 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -29,4 +29,54 @@ + + + \ No newline at end of file diff --git a/application/views/mobile_first/gh-info-page-form.php b/application/views/mobile_first/gh-info-page-form.php index 8087b8c2..e91a6b16 100644 --- a/application/views/mobile_first/gh-info-page-form.php +++ b/application/views/mobile_first/gh-info-page-form.php @@ -23,7 +23,7 @@ - + From dd9898e5c44209734bb3dd8bbe754bd0295909e8 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Fri, 27 May 2022 13:51:09 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=8E=86=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-info-page-form.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index 21c19b07..10af646a 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -8,7 +8,8 @@

Start planning your tailor-made tour now. Your 1:1 travel consultant will reply within 1 working day.

-
+ + @@ -20,7 +21,7 @@ - + From 9e210dbe9ae565dce3ebf7494038c6ecfbe6a7ba Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Wed, 1 Jun 2022 12:31:16 +0800 Subject: [PATCH 5/5] f --- application/controllers/info_amp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/controllers/info_amp.php b/application/controllers/info_amp.php index 014e6d84..e3b2b50e 100644 --- a/application/controllers/info_amp.php +++ b/application/controllers/info_amp.php @@ -519,8 +519,9 @@ class Info_amp extends CI_Controller { $json = $this->input->get_post('json'); $icid = $this->input->get_post('icid'); + $action = $this->input->get_post('action') ? '_' . $this->input->get_post('action') : ''; if ($json && $icid) { - $code = $this->Logs_model->backup_meta($icid, $json, 'AMP_HISTORY'); + $code = $this->Logs_model->backup_meta($icid, $json, 'AMP_HISTORY' . $action); echo json_encode(array( "succ" => true, "info" => $this->Logs_model->pick_backup_meta($code)