From 1a680bfcb25385dc9856b22aa109e9ec8b8e5373 Mon Sep 17 00:00:00 2001 From: tianya Date: Mon, 28 Mar 2022 20:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=8E=E5=8F=B0=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/index_body.php | 33 ++ src/admin/templets/index_body.htm | 863 +++++++++++++++--------------- 2 files changed, 453 insertions(+), 443 deletions(-) diff --git a/src/admin/index_body.php b/src/admin/index_body.php index 425eadbb..0f19f7d6 100644 --- a/src/admin/index_body.php +++ b/src/admin/index_body.php @@ -35,6 +35,39 @@ else if ($dopost == 'setskin') { } elseif ($dopost == 'get_seo') { //直接采用DedeBIZ重写方法 exit; +} elseif($dopost == 'get_articles'){ +?> + + -2 ORDER BY arc.id DESC LIMIT 0,12"; + $arcArr = array(); + $dsql->Execute('m', $query); + while($row = $dsql->GetArray('m')) + { + $arcArr[] = $row; + } + ?> + 1) + { + foreach($arcArr as $row) + { + if(trim($row['editcon'])==''){ + $row['editcon'] = 'archives_edit.php'; + } + $rowarcrank = $row['arcrank']==-1? " [未审核]":""; + $pubdate = GetDateMk($row['pubdate']); + echo ""; + } + } else { + ?> + + +
{$row['title']}{$rowarcrank}{$pubdate}
暂无文档
+ - - - -系统概况 - - - - - - - - - - - - - - - -
-
-
-
-
-
 流量统计表
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
浏览次数(PV)独立访客(UV)IP访问次数
今日
昨日
历史累计
-
-
-
-
-
-
 系统信息
-
-
- "; ?> -
- - - - - - - -
-
-

操作系统

- -
-
-
-

Web服务器

- -
-
-
-

服务器IP

- -
-
-
-

PHP版本

- -
-
-
-
-
-
-
-
 版本授权
-
正在载入
-
-
-
-
- -
- -
-
-
-
-
-
 最新文档
-
- - -2 ORDER BY arc.id DESC LIMIT 0,12"; - $arcArr = array(); - $dsql->Execute('m', $query); - while($row = $dsql->GetArray('m')) - { - $arcArr[] = $row; - } - ?> - 1) - { - foreach($arcArr as $row) - { - if(trim($row['editcon'])==''){ - $row['editcon'] = 'archives_edit.php'; - } - $rowarcrank = $row['arcrank']==-1? " 未审核":""; - $pubdate = GetDateMk($row['pubdate']); - echo ""; - } - } else { - ?> - - -
{$row['title']}{$rowarcrank}{$pubdate}
暂无文档
-
-
-
-
-
- - - - + + + + +系统概况 + + + + + + + + + + + + + + + +
+
+
+
+
+
 流量统计表
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
浏览次数(PV)独立访客(UV)IP访问次数
今日
昨日
历史累计
+
+
+
+
+
+
 系统信息
+
+
+ "; ?> +
+ + + + + + + +
+
+

操作系统

+ +
+
+
+

Web服务器

+ +
+
+
+

服务器IP

+ +
+
+
+

PHP版本

+ +
+
+
+
+
+
+
+
 版本授权
+
正在载入
+
+
+
+
+ +
+ +
+
+
+
+
+
 最新文档
+
+ 正在载入 +
+
+
+
+
+ + + + \ No newline at end of file