|
|
@ -2778,6 +2778,13 @@ class Information extends CI_Controller
|
|
|
|
$dataform['device'] = $device;
|
|
|
|
$dataform['device'] = $device;
|
|
|
|
$template_form_tourqi = $this->load->view($template_path . '-form-tourqi', $dataform, true);
|
|
|
|
$template_form_tourqi = $this->load->view($template_path . '-form-tourqi', $dataform, true);
|
|
|
|
$data["template_form_tourqi"] = $template_form_tourqi; //表单模板字符串
|
|
|
|
$data["template_form_tourqi"] = $template_form_tourqi; //表单模板字符串
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**替换左右结构的线路表单标签 2024-7-4*/
|
|
|
|
|
|
|
|
if (strpos($ic_content, '<!--@TOUR-FORM@-->') !== false) {
|
|
|
|
|
|
|
|
$ic_content = str_replace('<!--@TOUR-FORM@-->', $template_form_tourqi, $ic_content);
|
|
|
|
|
|
|
|
$data["template_form_tourqi"]="";
|
|
|
|
|
|
|
|
$data["CUSTOMCONENT"] = $ic_content;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//两种设备分别调用两种模板 ,静态化
|
|
|
|
//两种设备分别调用两种模板 ,静态化
|
|
|
|