From dbf29f6e951a95e5250900b189c7c2a8740035f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 18 Apr 2017 17:42:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E7=B3=BB=E7=BB=9F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A8=A1=E5=9D=97=E4=BF=AE=E6=94=B9=EF=BC=8C=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Index.php | 2 +- application/admin/view/config.index.html | 172 ++++++++--------------- application/extra/view/admin.main.html | 2 +- 3 files changed, 57 insertions(+), 119 deletions(-) diff --git a/application/admin/controller/Index.php b/application/admin/controller/Index.php index ed572d4e6..e3e4907a6 100644 --- a/application/admin/controller/Index.php +++ b/application/admin/controller/Index.php @@ -38,7 +38,7 @@ class Index extends BasicAdmin { NodeModel::applyAuthNode(); $list = Db::name('SystemMenu')->where('status', '1')->order('sort asc,id asc')->select(); $menus = $this->_filterMenu(ToolsService::arr2tree($list)); - $this->assign('title', '后台管理'); + $this->assign('title', '平台管理'); $this->assign('menus', $menus); return view(); } diff --git a/application/admin/view/config.index.html b/application/admin/view/config.index.html index b7e81cc04..ab5787f19 100644 --- a/application/admin/view/config.index.html +++ b/application/admin/view/config.index.html @@ -1,127 +1,65 @@ {extend name="extra@admin/content"} {block name="content"} -
-
-
-
- 网站信息 -
+ -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
-
-
- -
-
-
+
+ +
+ +

网站名称,显示在浏览器标签上

+
-
-
-
- 其它参数 -
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- - - 上传图片 -
-
- 建议LOGO图片的尺寸为160x56px,此LOGO图片用于后台登陆页面。 -
-
-
- -
- - - 上传图片 -
-
- 建议上传ICO图标的尺寸为128x128px,此图标用于网站标题前,ICON在线制作。 -
-
-
- -
-
-
- - +
+ +
+ +

程序的版权信息设置,在后台登录页面显示

+
-
+
+ +
+ +

当前程序名称,在后台主标题上显示

+
+
+ + +
+ +
+ +

当前程序版本号,在后台主标题上标显示

+
+
+ +
+ +
+ + + 上传图片 +

建议上传ICO图标的尺寸为128x128px,此图标用于网站标题前,ICON在线制作。

+
+
+ +
+ +
+
+ +
+
+ + {/block} \ No newline at end of file diff --git a/application/extra/view/admin.main.html b/application/extra/view/admin.main.html index b22d7f08f..038607830 100644 --- a/application/extra/view/admin.main.html +++ b/application/extra/view/admin.main.html @@ -4,7 +4,7 @@ - + {block name="title"}{$title|default=''} {if !empty($title)}-{/if} {:sysconf('app_name')} | {:sysconf('app_version')}{/block}