From ce63851a1786a430c3160506299d0f3b09910378 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?= Date: Tue, 11 Jun 2024 00:09:05 +0800 Subject: [PATCH] =?UTF-8?q?=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/index_body.php | 8 +- src/admin/templets/index_body.htm | 136 +++++++++++++------------- src/admin/templets/statchart_list.htm | 2 +- src/static/web/js/admin.body.js | 7 +- 4 files changed, 79 insertions(+), 74 deletions(-) diff --git a/src/admin/index_body.php b/src/admin/index_body.php index 05b04347..48188726 100644 --- a/src/admin/index_body.php +++ b/src/admin/index_body.php @@ -32,6 +32,7 @@ if (empty($dopost)) { } elseif ($dopost == 'get_articles') { ?> + 0) { @@ -55,13 +56,12 @@ if (empty($dopost)) { } $rowarcrank = $row['arcrank']==-1 ? '待审核' : '已审核'; $pubdate = GetDateMk($row['pubdate']); - $row['title'] = cn_substr($row['title'], 70); + $row['title'] = cn_substr($row['title'], 50); echo ""; } - } else { ?> - - + +
{$row['title']}{$rowarcrank}{$pubdate}
暂无文档
- - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
浏览次数(PV)独立访客(UV)独立地址(IP)访问次数(VV)
今日记录0000
昨日记录0000
历史峰值0000
浏览次数(PV)独立访客(UV)独立地址(IP)访问次数(VV)
今日记录0000
昨日记录0000
历史峰值0000
@@ -65,44 +67,46 @@
- - - - - - - - + + + + + + + + + +
-
-

操作系统

- -
-
-
-

WEB服务器

- -
-
-
-

IP地址

- -
-
-
-

PHP版本

- -
-
-
-

数据库版本

- GetVersion();?> -
-
-
-

上传限制

- -
-
+
+

操作系统

+ +
+
+
+

WEB服务器

+ +
+
+
+

IP地址

+ +
+
+
+

PHP版本

+ +
+
+
+

数据库版本

+ GetVersion();?> +
+
+
+

上传限制

+ +
+
diff --git a/src/admin/templets/statchart_list.htm b/src/admin/templets/statchart_list.htm index 7bddff4c..9e66886d 100644 --- a/src/admin/templets/statchart_list.htm +++ b/src/admin/templets/statchart_list.htm @@ -16,7 +16,7 @@
- +
diff --git a/src/static/web/js/admin.body.js b/src/static/web/js/admin.body.js index b4e68225..0bea12af 100644 --- a/src/static/web/js/admin.body.js +++ b/src/static/web/js/admin.body.js @@ -154,7 +154,7 @@ $(document).ready(function() { } else { dedebizInfo = false; } - let infoStr = ``; + let infoStr = `
`; if (typeof rsp.result.domain !== "undefined") { infoStr += ``; } - infoStr += "
@@ -183,10 +183,11 @@ $(document).ready(function() {
"; + infoStr += ""; $("#system-info").html(infoStr); } else { $("#system-info").html(` + -
@@ -195,7 +196,7 @@ $(document).ready(function() {
`); + `); } }); });