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