From 500fd010c39f53ebe545530ec2778b738e70fd5b 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: Sat, 3 May 2025 17:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0icon=E5=92=8C=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=E8=AF=B4=E6=98=8E=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/dialog/select_images.php | 2 +- src/admin/index_body.php | 2 +- src/admin/sys_sql_query.php | 17 ++++++++--------- src/admin/templets/catalog_add.htm | 8 ++++---- src/admin/templets/catalog_add_quick.htm | 4 ++-- src/admin/templets/catalog_edit.htm | 8 ++++---- src/admin/templets/file_manage_main.htm | 2 +- src/admin/templets/sys_sql_query.htm | 2 +- src/admin/templets/templets_default.htm | 2 +- src/admin/templets/templets_tagsource.htm | 2 +- src/static/web/css/admin.css | 8 +++++--- 11 files changed, 29 insertions(+), 28 deletions(-) diff --git a/src/admin/dialog/select_images.php b/src/admin/dialog/select_images.php index fd507f0c..a8d1b540 100644 --- a/src/admin/dialog/select_images.php +++ b/src/admin/dialog/select_images.php @@ -112,7 +112,7 @@ if (!empty($iseditor)) { $tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); $line = "
当前目录:$activepath - 返回上级 + 返回上级
"; echo $line; } else if (is_dir("$inpath/$file")) { diff --git a/src/admin/index_body.php b/src/admin/index_body.php index d5a6e235..1a8e2228 100644 --- a/src/admin/index_body.php +++ b/src/admin/index_body.php @@ -157,7 +157,7 @@ if (empty($dopost)) { exit; } elseif ($dopost == 'safe_mode') { $safemsg = "系统运行模式为安全模式,模板管理、标签管理、数据库管理、模块管理等功能已暂停,如果您需要这些功能,在/system/common.inc.php文件大约第10行代码找到DEDEBIZ_SAFE_MODE后面值TRUE修改为FALSE恢复使用"; - $unsafemsg = "系统运行模式为开发模式,模板管理、标签管理、数据库管理、模块管理等功能已恢复,建议在上线后更改为安全模式,在/system/common.inc.php文件大约第10行代码找到DEDEBIZ_SAFE_MODE后面值FALSE修改为TRUE暂停使用"; + $unsafemsg = "系统运行模式为开发模式,模板管理、标签管理、数据库管理、模块管理等功能已恢复,建议在上线后更改为安全模式,在/system/common.inc.php文件大约第10行代码找到DEDEBIZ_SAFE_MODE后面值FALSE修改为TRUE暂停使用"; $modeStr = DEDEBIZ_SAFE_MODE? $safemsg : $unsafemsg; ShowMsg($modeStr, "javascript:;"); exit; diff --git a/src/admin/sys_sql_query.php b/src/admin/sys_sql_query.php index 5bb8d82e..3f45ebed 100644 --- a/src/admin/sys_sql_query.php +++ b/src/admin/sys_sql_query.php @@ -224,7 +224,6 @@ else if ($dopost == "query") { DedeBIZ数据库文档 -
@@ -245,19 +244,19 @@ else if ($dopost == "query") { $tableCommentRow = $dsql->GetArray('c', MYSQL_BOTH); $tableComment = $tableCommentRow['TABLE_COMMENT']; if (!empty($tableComment)) { - $output .= '

表注释: '.$tableComment.'

'; + $output .= '

表注释:'.$tableComment.'

'; } //获取表的字段信息 $dsql->SetQuery("SELECT COLUMN_NAME, COLUMN_TYPE, IS_NULLABLE, COLUMN_DEFAULT, COLUMN_COMMENT FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = '$tableName'"); $dsql->Execute('col'); - $output .= ' + $output .= '
- - - - - + + + + + '; @@ -282,7 +281,7 @@ else if ($dopost == "query") { '; } - $output .= '

版权所有 © '.date('Y').' DedeBIZ 保留所有权利。

+ $output .= '

版权所有 © '.date('Y').' DedeBIZ 保留所有权利

'; diff --git a/src/admin/templets/catalog_add.htm b/src/admin/templets/catalog_add.htm index 49f6058f..7546d9d8 100644 --- a/src/admin/templets/catalog_add.htm +++ b/src/admin/templets/catalog_add.htm @@ -180,7 +180,7 @@ 说明 - + @@ -206,7 +206,7 @@ 说明 - @@ -189,7 +189,7 @@ 说明 -
字段名类型是否可为空默认值字段注释字段名类型是否可为空默认值字段注释
说明 - 说明 - 说明 - 说明 -
说明 - 说明 -