From 344656c493a12f2941c5b11ea8735be779437baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 31 May 2023 19:02:56 +0800 Subject: [PATCH 1/5] Update view.php --- src/apps/view.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/view.php b/src/apps/view.php index 2982c997..5a2384fe 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.'/apps/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."/apps/view_msg.htm"); $arc->Close(); exit(); @@ -87,6 +87,6 @@ if ($needMoney > 0 || $needRank > 1) { $arc->Display(); if (DEBUG_LEVEL === TRUE) { $queryTime = ExecTime() - $t1; - echo "
页面加载总消耗时间:{$queryTime}
\r\n"; + echo "
页面加载总消耗时间:{$queryTime}
\r\n"; } ?> \ No newline at end of file From bd7f48553eb52c8e5f9c4a1949d8870897530854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 31 May 2023 19:10:20 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0jq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/apps/advancedsearch.htm | 1 + src/theme/apps/download_links.htm | 1 + src/theme/apps/flink_add.htm | 1 + src/theme/apps/flink_list.htm | 1 + src/theme/apps/heightsearch.htm | 1 + src/theme/apps/list_diyform.htm | 1 + src/theme/apps/recommend.htm | 1 + src/theme/apps/showphoto.htm | 1 + src/theme/apps/view_diyform.htm | 1 + src/theme/apps/view_msg.htm | 1 + src/theme/apps/view_msg_catalog.htm | 1 + src/theme/apps/vote.htm | 1 + src/theme/apps/win_templet.htm | 1 + 13 files changed, 13 insertions(+) diff --git a/src/theme/apps/advancedsearch.htm b/src/theme/apps/advancedsearch.htm index f3e8b492..f2dcbd87 100644 --- a/src/theme/apps/advancedsearch.htm +++ b/src/theme/apps/advancedsearch.htm @@ -8,6 +8,7 @@ +
diff --git a/src/theme/apps/download_links.htm b/src/theme/apps/download_links.htm index 23aecb7a..ec0b23a1 100644 --- a/src/theme/apps/download_links.htm +++ b/src/theme/apps/download_links.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/flink_add.htm b/src/theme/apps/flink_add.htm index 7c79ff69..911a86d8 100644 --- a/src/theme/apps/flink_add.htm +++ b/src/theme/apps/flink_add.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/flink_list.htm b/src/theme/apps/flink_list.htm index 8091b69a..e789df7f 100644 --- a/src/theme/apps/flink_list.htm +++ b/src/theme/apps/flink_list.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/heightsearch.htm b/src/theme/apps/heightsearch.htm index e36ccc03..c72ddb03 100644 --- a/src/theme/apps/heightsearch.htm +++ b/src/theme/apps/heightsearch.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/list_diyform.htm b/src/theme/apps/list_diyform.htm index 0588aca2..31d154ab 100644 --- a/src/theme/apps/list_diyform.htm +++ b/src/theme/apps/list_diyform.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/recommend.htm b/src/theme/apps/recommend.htm index 2e3a5bde..abb96bb4 100644 --- a/src/theme/apps/recommend.htm +++ b/src/theme/apps/recommend.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/showphoto.htm b/src/theme/apps/showphoto.htm index 77560bc1..764c7401 100644 --- a/src/theme/apps/showphoto.htm +++ b/src/theme/apps/showphoto.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/view_diyform.htm b/src/theme/apps/view_diyform.htm index ada02e2c..dfb522ea 100644 --- a/src/theme/apps/view_diyform.htm +++ b/src/theme/apps/view_diyform.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/view_msg.htm b/src/theme/apps/view_msg.htm index 634b9712..dda38ff6 100644 --- a/src/theme/apps/view_msg.htm +++ b/src/theme/apps/view_msg.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/view_msg_catalog.htm b/src/theme/apps/view_msg_catalog.htm index ac3cf03e..e9e33123 100644 --- a/src/theme/apps/view_msg_catalog.htm +++ b/src/theme/apps/view_msg_catalog.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/vote.htm b/src/theme/apps/vote.htm index f18ac34f..a85f27a3 100644 --- a/src/theme/apps/vote.htm +++ b/src/theme/apps/vote.htm @@ -8,6 +8,7 @@ + diff --git a/src/theme/apps/win_templet.htm b/src/theme/apps/win_templet.htm index 35b7e6a3..4ec016ec 100644 --- a/src/theme/apps/win_templet.htm +++ b/src/theme/apps/win_templet.htm @@ -8,6 +8,7 @@ + From 59ae2316cdfb6f644ff8bbed5352a6620528502b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 31 May 2023 20:50:01 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E7=AE=80=E5=8C=96=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E4=BB=A5=E5=90=8E=E6=96=B9=E4=BE=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/login.htm | 10 +++--- src/user/templets/login.htm | 16 ++++----- src/user/templets/reg-new.htm | 54 +++++----------------------- src/user/templets/resetpassword.htm | 45 ++++------------------- src/user/templets/resetpassword2.htm | 21 ++++++----- src/user/templets/resetpassword3.htm | 2 +- 6 files changed, 42 insertions(+), 106 deletions(-) diff --git a/src/admin/templets/login.htm b/src/admin/templets/login.htm index e3896fa3..6ccb20de 100644 --- a/src/admin/templets/login.htm +++ b/src/admin/templets/login.htm @@ -39,15 +39,15 @@
- - + +
- - + +
diff --git a/src/admin/templets/archives_add.htm b/src/admin/templets/archives_add.htm index 22533249..b3d67882 100644 --- a/src/admin/templets/archives_add.htm +++ b/src/admin/templets/archives_add.htm @@ -222,7 +222,7 @@ diff --git a/src/admin/templets/article_description_main.htm b/src/admin/templets/article_description_main.htm index 3af62a5c..0a481876 100644 --- a/src/admin/templets/article_description_main.htm +++ b/src/admin/templets/article_description_main.htm @@ -53,7 +53,7 @@ diff --git a/src/admin/templets/catalog_add.htm b/src/admin/templets/catalog_add.htm index f351659d..4e90dd38 100644 --- a/src/admin/templets/catalog_add.htm +++ b/src/admin/templets/catalog_add.htm @@ -265,7 +265,7 @@ diff --git a/src/admin/templets/freelist_add.htm b/src/admin/templets/freelist_add.htm index ab4e5851..fb846803 100644 --- a/src/admin/templets/freelist_add.htm +++ b/src/admin/templets/freelist_add.htm @@ -47,7 +47,7 @@
发布选项: - +
发布选项: - +
操作: - + 自动分页大小: - +
- +
@@ -162,7 +162,7 @@ - + diff --git a/src/admin/templets/login.htm b/src/admin/templets/login.htm index 6ccb20de..c8c4fd3e 100644 --- a/src/admin/templets/login.htm +++ b/src/admin/templets/login.htm @@ -40,11 +40,11 @@
- +
- +
发布选项: - + diff --git a/src/admin/templets/spec_add.htm b/src/admin/templets/spec_add.htm index c9b88faf..860edded 100644 --- a/src/admin/templets/spec_add.htm +++ b/src/admin/templets/spec_add.htm @@ -171,7 +171,7 @@ - + diff --git a/src/admin/templets/spec_edit.htm b/src/admin/templets/spec_edit.htm index c71e4197..f88f2180 100644 --- a/src/admin/templets/spec_edit.htm +++ b/src/admin/templets/spec_edit.htm @@ -229,7 +229,7 @@ - + diff --git a/src/admin/templets/sys_data.htm b/src/admin/templets/sys_data.htm index 239b5a52..be686510 100644 --- a/src/admin/templets/sys_data.htm +++ b/src/admin/templets/sys_data.htm @@ -46,7 +46,7 @@ $t = $dedeSysTables[$i]; echo ""; ?> - + @@ -59,7 +59,7 @@ if (isset($dedeSysTables[$i])) { $t = $dedeSysTables[$i]; ?> - + diff --git a/src/admin/templets/sys_sql_query.htm b/src/admin/templets/sys_sql_query.htm index a599fd2c..373f315b 100644 --- a/src/admin/templets/sys_sql_query.htm +++ b/src/admin/templets/sys_sql_query.htm @@ -61,7 +61,7 @@ 运行SQL命令行: - + diff --git a/src/admin/templets/templets_one_add.htm b/src/admin/templets/templets_one_add.htm index 4bb852b9..ba955639 100644 --- a/src/admin/templets/templets_one_add.htm +++ b/src/admin/templets/templets_one_add.htm @@ -64,7 +64,7 @@ 是否编译文档: - + diff --git a/src/admin/templets/vote_add.htm b/src/admin/templets/vote_add.htm index 40137181..4f911858 100644 --- a/src/admin/templets/vote_add.htm +++ b/src/admin/templets/vote_add.htm @@ -39,14 +39,14 @@ 是否允许游客投票: - + 是否允许查看投票: - + @@ -59,7 +59,7 @@ 是否多选: - + @@ -79,7 +79,7 @@ 是否启用: - + diff --git a/src/system/customfields.func.php b/src/system/customfields.func.php index ab94fcf6..97637b5d 100755 --- a/src/system/customfields.func.php +++ b/src/system/customfields.func.php @@ -68,7 +68,7 @@ function GetFormItem($ctag, $admintype = 'admin') foreach ($items as $v) { $v = trim($v); if ($v != '') { - $myformItem .= ($i == 0 ? "
" : "
"); + $myformItem .= ($i == 0 ? "
" : "
"); $i++; } } diff --git a/src/theme/apps/heightsearch.htm b/src/theme/apps/heightsearch.htm index c72ddb03..5c9550b1 100644 --- a/src/theme/apps/heightsearch.htm +++ b/src/theme/apps/heightsearch.htm @@ -80,7 +80,7 @@ 关键词模式: - + diff --git a/src/user/templets/login.htm b/src/user/templets/login.htm index 2acdfe04..9ece90a2 100755 --- a/src/user/templets/login.htm +++ b/src/user/templets/login.htm @@ -26,11 +26,11 @@
- +
- +