From 72e7c5816a9274d5824c9567d7724994eaaccd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 15 Feb 2017 16:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B8=83=E5=B1=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/index.main.html | 135 +++++++++++++------------ 1 file changed, 70 insertions(+), 65 deletions(-) diff --git a/application/admin/view/index.main.html b/application/admin/view/index.main.html index c35bfd21a..978840d6d 100644 --- a/application/admin/view/index.main.html +++ b/application/admin/view/index.main.html @@ -1,68 +1,73 @@ -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
框架版本{$Think.const.THINK_VERSION}
系统类型{:php_uname('s')}
运行环境{:php_sapi_name()}
PHP版本{:phpversion()}
MySQL版本{$mysql_ver}
上传限制{:ini_get('upload_max_filesize')}
POST限制{:ini_get('post_max_size')}
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
框架版本{$Think.const.THINK_VERSION}
系统类型{:php_uname('s')}
运行环境{:php_sapi_name()}
PHP版本{:phpversion()}
MySQL版本{$mysql_ver}
上传限制{:ini_get('upload_max_filesize')}
POST限制{:ini_get('post_max_size')}
+
+
+
{$title}
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
框架版本{$Think.const.THINK_VERSION}
系统类型{:php_uname('s')}
运行环境{:php_sapi_name()}
PHP版本{:phpversion()}
MySQL版本{$mysql_ver}
上传限制{:ini_get('upload_max_filesize')}
POST限制{:ini_get('post_max_size')}
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
框架版本{$Think.const.THINK_VERSION}
系统类型{:php_uname('s')}
运行环境{:php_sapi_name()}
PHP版本{:phpversion()}
MySQL版本{$mysql_ver}
上传限制{:ini_get('upload_max_filesize')}
POST限制{:ini_get('post_max_size')}
+
\ No newline at end of file