diff --git a/src/admin/ad_edit.php b/src/admin/ad_edit.php index 74c3a83e..a7254f2b 100644 --- a/src/admin/ad_edit.php +++ b/src/admin/ad_edit.php @@ -25,7 +25,7 @@ if ($dopost == 'delete') { $showhtml .= "预览:"; $row = $dsql->GetOne("SELECT tagname from `#@__myad` WHERE aid='$aid' "); $showtag = '{'."dede:myad name='{$row['tagname']}'/".'}'; - $info = "广告标签会解析成标签中文档到页面,广告修改后需要重新生成
如果不希望重新生成所有页面,则直接js调用代码即可"; + $info = "广告标签会解析成标签中文档到页面,广告修改后需要重新生成,如果不希望重新生成所有页面,则直接js调用代码即可"; $wintitle = "广告管理-获取广告标签"; $wecome_info = "广告管理::获取js"; $win = new OxWindow(); diff --git a/src/admin/diy_edit.php b/src/admin/diy_edit.php index 722d6050..9dc7f582 100644 --- a/src/admin/diy_edit.php +++ b/src/admin/diy_edit.php @@ -35,7 +35,7 @@ if ($dopost == "save") { $win->AddHidden("job", "yes"); $win->AddHidden("dopost", $dopost); $win->AddHidden("diyid", $diyid); - $win->AddTitle("删除所有自定义表单相关的文件和数据
您确定要删除\"".$row['name']."\"自定义表单吗"); + $win->AddTitle("删除所有自定义表单相关的文件和数据,您确定要删除\"".$row['name']."\"自定义表单吗"); $winform = $win->GetWindow("ok"); $win->Display(); exit(); diff --git a/src/admin/member_do.php b/src/admin/member_do.php index aa295170..9147d8f2 100644 --- a/src/admin/member_do.php +++ b/src/admin/member_do.php @@ -48,7 +48,7 @@ if ($dopost == "delmember") { $dsql->ExecuteNoneQuery("DELETE FROM `#@__feedback` WHERE mid='$id' "); $dsql->ExecuteNoneQuery("UPDATE `#@__archives` SET mid='0' WHERE mid='$id'"); } else { - ShowMsg("无法删除此会员,如果这个会员是管理员,
必须先删除这个管理员才能删除此帐号", $ENV_GOBACK_URL, 0, 5000); + ShowMsg("无法删除此会员,如果这个会员是管理员,必须先删除这个管理员才能删除此帐号", $ENV_GOBACK_URL, 0, 5000); exit(); } } @@ -95,7 +95,7 @@ if ($dopost == "delmember") { $dsql->ExecuteNoneQuery("DELETE FROM `#@__feedback` WHERE mid IN (".str_replace("`", ",", $id).") "); $dsql->ExecuteNoneQuery("UPDATE `#@__archives` SET mid='0' WHERE mid IN (".str_replace("`", ",", $id).")"); } else { - ShowMsg("无法删除此会员,如果这个会员是管理员关连的id,
必须先删除这个管理员才能删除此帐号", $ENV_GOBACK_URL, 0, 3000); + ShowMsg("无法删除此会员,如果这个会员是管理员关连的id,必须先删除这个管理员才能删除此帐号", $ENV_GOBACK_URL, 0, 3000); exit(); } } diff --git a/src/admin/module_make.php b/src/admin/module_make.php index 0d6f52a2..7209f498 100644 --- a/src/admin/module_make.php +++ b/src/admin/module_make.php @@ -78,7 +78,7 @@ else if ($action == 'make') { $dm = new DedeModule($mdir); if ($dm->HasModule($hashcode)) { $dm->Clear(); - ShowMsg("您指定同名模块已经存在,因此不能创建项目
如果您要更新这个模块,请先删除:module/{$hashcode}.xml", "-1"); + ShowMsg("您指定同名模块已经存在,因此不能创建项目,如果您要更新这个模块,请先删除:module/{$hashcode}.xml", "-1"); exit(); } $readmef = $setupf = $uninstallf = ''; diff --git a/src/admin/mychannel_edit.php b/src/admin/mychannel_edit.php index abe16f6f..5d0c6e78 100644 --- a/src/admin/mychannel_edit.php +++ b/src/admin/mychannel_edit.php @@ -231,7 +231,7 @@ if ($dopost == "show") { exit(); } else { $errv = $dsql->GetError(); - ShowMsg("系统出错,请检查原因
错误提示:mychannel_edit.php?dopost=savecopy $errv", "javascript:;"); + ShowMsg("系统出错,请检查原因,错误提示:mychannel_edit.php?dopost=savecopy $errv", "javascript:;"); exit(); } } else if ($dopost == "save") { diff --git a/src/admin/sys_repair.php b/src/admin/sys_repair.php index 5c6c614d..2601294e 100644 --- a/src/admin/sys_repair.php +++ b/src/admin/sys_repair.php @@ -166,7 +166,7 @@ else if ($dopost == 3) { 完成所有修复操作,移除错误记录{$errnum}条
-
完成修正 + 完成修正 "; diff --git a/src/admin/templets/action_search.htm b/src/admin/templets/action_search.htm index 178a8216..3af70ffe 100644 --- a/src/admin/templets/action_search.htm +++ b/src/admin/templets/action_search.htm @@ -19,7 +19,7 @@ -
+ diff --git a/src/admin/templets/freelist_add.htm b/src/admin/templets/freelist_add.htm index 75718bab..1320da4a 100644 --- a/src/admin/templets/freelist_add.htm +++ b/src/admin/templets/freelist_add.htm @@ -244,7 +244,7 @@ else if (myems[1].checked) editor.setValue(document.getElementById("list2").innerHTML); else if (myems[2].checked) editor.setValue(document.getElementById("list3").innerHTML); else if (myems[3].checked) editor.setValue(document.getElementById("list4").innerHTML); - editor.setValue(editor.getValue().replace("
", "
")); + editor.setValue(editor.getValue().replace("
", "
")); editor.setValue(editor.getValue().toLowerCase()); } function ShowHide(objname) { diff --git a/src/admin/templets/mytag_tag_guide.htm b/src/admin/templets/mytag_tag_guide.htm index 548b427b..1520cb08 100644 --- a/src/admin/templets/mytag_tag_guide.htm +++ b/src/admin/templets/mytag_tag_guide.htm @@ -182,7 +182,7 @@ else if (myems[1].checked) editor.setValue(document.getElementById("list2").innerHTML); else if (myems[2].checked) editor.setValue(document.getElementById("list3").innerHTML); else if (myems[3].checked) editor.setValue(document.getElementById("list4").innerHTML); - itxt.value = itxt.value.replace("
", "
"); + itxt.value = itxt.value.replace("
", "
"); itxt.value = itxt.value.toLowerCase(); } function DoSubmit(j) { diff --git a/src/admin/templets/search_keywords_main.htm b/src/admin/templets/search_keywords_main.htm index 9d675974..ad84e8eb 100644 --- a/src/admin/templets/search_keywords_main.htm +++ b/src/admin/templets/search_keywords_main.htm @@ -21,7 +21,7 @@ function ReloadPage(ordertype) { orderby = ordertype; var listArea = $Obj('rslist'); - var errMsg = "网络通信出错
重新加载列表"; + var errMsg = "网络通信出错,重新加载列表"; fetch("search_keywords_main.php?dopost=getlist&pageno=" + pageno + "&orderby=" + ordertype).then(resp=>{ if (resp.ok) { return resp.text() @@ -45,7 +45,7 @@ var kw = $Obj('keyword' + nid).value; var kws = $Obj('spwords' + nid).value; var ct = $Obj('count' + nid).value; - var errMsg = "网络通信出错
重新加载列表"; + var errMsg = "网络通信出错,重新加载列表"; @@ -82,7 +82,7 @@ totalrow = totalrow - 1; var pagenum = Math.ceil(totalrow / pagesize); if (pagenum <= pageno) pageno = pagenum; - var errMsg = "网络通信出错
[点击此重新加载列表]"; + var errMsg = "网络通信出错,重新加载列表"; fetch("search_keywords_main.php?dopost=del&aid=" + nid + "&pageno=" + pageno + "&orderby=" + orderby).then(resp=>{ if (resp.ok) { return resp.text() diff --git a/src/apps/view.php b/src/apps/view.php index 51d3afe9..8022eefb 100755 --- a/src/apps/view.php +++ b/src/apps/view.php @@ -55,7 +55,7 @@ if ($needMoney > 0 || $needRank > 1) { if (!is_array($row)) { if ($cfg_ml->M_Money == '' || $needMoney > $cfg_ml->M_Money) { $msgtitle = "您没有权限浏览文档:{$arctitle} "; - $moremsg = "该文档需要".$needMoney."金币才能浏览,您目前金币".$cfg_ml->M_Money."
前去充值"; + $moremsg = "该文档需要".$needMoney."金币才能浏览,您目前金币".$cfg_ml->M_Money."前去充值"; include_once(DEDETEMPLATE.'/plus/view_msg.htm'); $arc->Close(); exit(); @@ -76,7 +76,7 @@ if ($needMoney > 0 || $needRank > 1) { } } $msgtitle = "扣金币购买阅读"; - $moremsg = "该文档需要付费".$needMoney."金币,您目前金币".$cfg_ml->M_Money."
确认付点阅读"; + $moremsg = "该文档需要付费".$needMoney."金币,您目前金币".$cfg_ml->M_Money."确认付点阅读"; include_once($cfg_basedir.$cfg_templets_dir."/plus/view_msg.htm"); $arc->Close(); exit(); diff --git a/src/apps/vote.php b/src/apps/vote.php index 2e703073..f74d9694 100755 --- a/src/apps/vote.php +++ b/src/apps/vote.php @@ -35,9 +35,9 @@ if ($row['isallow'] == 1) { } if ($dopost == 'send') { if (!empty($voteitem)) { - $rsmsg = "
您方才的投票状态:".$vo->SaveVote($voteitem)."
"; + $rsmsg = "您方才的投票状态:".$vo->SaveVote($voteitem)."
"; } else { - $rsmsg = "
您刚才没选择任何投票项目
"; + $rsmsg = "您刚才没选择任何投票项目
"; } if ($row['isenable'] == 1) { ShowMsg('此投票项未启用,暂时不能进行投票', $ENV_GOBACK_URL); diff --git a/src/system/database/dedesqlite.class.php b/src/system/database/dedesqlite.class.php index eaa80492..6391b641 100755 --- a/src/system/database/dedesqlite.class.php +++ b/src/system/database/dedesqlite.class.php @@ -267,7 +267,7 @@ class DedeSqlite //echo $this->queryString."--{$queryTime}
\r\n"; } if ($this->result[$id] === FALSE) { - $this->DisplayError($this->linkID->lastErrorMsg()."
Error sql:".$this->queryString.""); + $this->DisplayError($this->linkID->lastErrorMsg()."
Error sql:".$this->queryString.""); } } function Query($id = "me", $sql = '') diff --git a/src/system/inc/inc_fun_funAdmin.php b/src/system/inc/inc_fun_funAdmin.php index d810b15e..888e75e6 100755 --- a/src/system/inc/inc_fun_funAdmin.php +++ b/src/system/inc/inc_fun_funAdmin.php @@ -104,7 +104,7 @@ function SpCreateDir($spath) $isok = ChmodAll($truepath, $cfg_dir_purview); } if (!$isok) { - echo "创建或修改目录".$truepath."失败
"; + echo "创建或修改目录".$truepath."失败"; CloseFtp(); return false; } diff --git a/src/theme/system/channel_article_image.htm b/src/theme/system/channel_article_image.htm index 9d5b5f10..6db75d6f 100644 --- a/src/theme/system/channel_article_image.htm +++ b/src/theme/system/channel_article_image.htm @@ -1,5 +1,4 @@
  • - -
    +
    [field:text/]
  • \ No newline at end of file diff --git a/src/user/archives_add.php b/src/user/archives_add.php index 545ee1c2..91dbf57b 100755 --- a/src/user/archives_add.php +++ b/src/user/archives_add.php @@ -110,7 +110,7 @@ if (empty($dopost)) { $gerr = $dsql->GetError(); $dsql->ExecuteNoneQuery("DELETE FROM `#@__archives` WHERE id='$arcID'"); $dsql->ExecuteNoneQuery("DELETE FROM `#@__arctiny` WHERE id='$arcID'"); - ShowMsg("数据保存到数据库附加表时出错,请联系管理员
    error:{$gerr}", "javascript:;"); + ShowMsg("数据保存到数据库附加表时出错,请联系管理员,错误:{$gerr}", "javascript:;"); exit(); } } diff --git a/src/user/config.php b/src/user/config.php index 9503a276..0a58ea99 100755 --- a/src/user/config.php +++ b/src/user/config.php @@ -197,10 +197,10 @@ function CheckRank($rank = 0, $money = 0) $myname = "注册会员"; } } - ShowMsg("需要$needname才能浏览本页面
    您目前等级是$myname", "-1", 0, 5000); + ShowMsg("需要$needname才能浏览本页面,您目前等级是$myname", "-1", 0, 5000); exit(); } else if ($cfg_ml->M_Money < $money) { - ShowMsg("需要$money金币才能浏览本页面
    您目前金币".$cfg_ml->M_Money."个", "-1", 0, 5000); + ShowMsg("需要$money金币才能浏览本页面,您目前金币".$cfg_ml->M_Money."个", "-1", 0, 5000); exit(); } }