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() {
`); + `); } }); });