-
{$title}
+{extend name='extra@admin/content' /}
+
+{block name="content"}
+
+
+
+
+ 框架版本 |
+ {$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')} |
+
+
- {/if}
-
-
-
-
-
- 框架版本 |
- {$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')} |
-
-
-
-
+
+
+
+ 框架版本 |
+ {$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
+
+{/block}
\ No newline at end of file
diff --git a/application/extra/view/admin.content.html b/application/extra/view/admin.content.html
new file mode 100644
index 000000000..1caabf094
--- /dev/null
+++ b/application/extra/view/admin.content.html
@@ -0,0 +1,13 @@
+{block name="contentTag"}
+
+ {if isset($title)}
+
+
{$title}
+
+ {/if}
+
+ {block name="content"}
+ {/block}
+
+
+{/block}
\ No newline at end of file
diff --git a/application/extra/view/admin.left.html b/application/extra/view/admin.main.left.html
similarity index 100%
rename from application/extra/view/admin.left.html
rename to application/extra/view/admin.main.left.html
diff --git a/application/extra/view/admin.top.html b/application/extra/view/admin.main.top.html
similarity index 100%
rename from application/extra/view/admin.top.html
rename to application/extra/view/admin.main.top.html