From 6cba402699726499ebe34c9f079148aaf76d7673 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Wed, 11 Jun 2025 13:02:01 +0800 Subject: [PATCH] fix is_series_site --- .../views/bootstrap3/information_edit.php | 572 +++++++++--------- 1 file changed, 288 insertions(+), 284 deletions(-) diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php index 00702782..8213143b 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -38,7 +38,7 @@ } }; - zNodes = ; + zNodes = ; function onClickzTree(e, treeId, treeNode, clickFlag) { var urlReQuery = ""; @@ -464,7 +464,7 @@ function goto_ghtest_page() { //} } //选择节点 - var node = zTree.getNodeByParam("id", is_id ?>); + var node = zTree.getNodeByParam("id", is_id ?>); zTree.selectNode(node); change_seo_count('ic_seo_title'); @@ -485,10 +485,14 @@ function goto_ghtest_page() { editor = CKEDITOR.replace("ic_content", { width: '100%', height: '560px', - readOnly: ic_id, 'AMP_BODY_PC_STATUS') === 'yes' ? 'false' : 'false'); ?>, - filebrowserBrowseUrl: '/wysiwyg/ckfinder/ckfinder.php?sitecode=config->item('site_code'); ?>', - filebrowserUploadUrl: '/wysiwyg/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=image', - contentsCss: 'config->item("css_source_" . $this->config->item("site_code")); ?>' + readOnly: false, + + allowedContent: true, + autoParagraph: false, + + filebrowserBrowseUrl: '/wysiwyg/ckfinder/ckfinder.php?sitecode=config->item('site_code'); ?>', + filebrowserUploadUrl: '/wysiwyg/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=image', + contentsCss: 'config->item("css_source_" . $this->config->item("site_code")); ?>' }); }; @@ -598,7 +602,7 @@ function goto_ghtest_page() {