From 40667995b1eea32a3add65e0d7684c1aad4eece8 Mon Sep 17 00:00:00 2001 From: Karson Date: Fri, 9 Jun 2017 21:53:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EsearchList=E4=BD=BF=E7=94=A8A?= =?UTF-8?q?jax=E8=BF=9B=E8=A1=8C=E6=B8=B2=E6=9F=93=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=9A=84=E7=AE=A1=E7=90=86=E5=91=98=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E7=AE=A1=E7=90=86=20=E6=96=B0=E5=A2=9EAjax-Bootstrap-?= =?UTF-8?q?Select=E6=8F=92=E4=BB=B6=20=E6=96=B0=E5=A2=9EShortcut=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E6=93=8D=E4=BD=9C=E5=88=97=E8=A1=A8=E6=A0=8F=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E8=A8=80=E5=8C=85=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E4=B8=BA=E6=95=B0=E5=AD=97=E6=97=B6=E7=9A=84BUG=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E7=AE=A1=E7=90=86=E5=91=98=E5=88=97=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=AF=86=E7=A0=81=E5=AD=97=E6=AE=B5=20=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E8=A1=A8=E6=A0=BC=E5=AE=8C=E6=95=B4=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8Dtagsinput=E9=80=89=E4=B8=AD=E5=90=8E?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=BA=E6=95=B0=E5=AD=97=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/command/Crud/stubs/add.stub | 2 +- .../admin/command/Crud/stubs/edit.stub | 2 +- .../admin/command/Install/fastadmin.sql | 5 +- application/admin/common.php | 37 ++--- application/admin/controller/Ajax.php | 8 +- application/admin/controller/Index.php | 2 +- application/admin/controller/auth/Admin.php | 1 + .../admin/controller/auth/Adminlog.php | 148 ++++++++++++++++++ application/admin/library/Auth.php | 4 + application/admin/view/auth/admin/add.html | 4 +- application/admin/view/auth/admin/edit.html | 2 +- .../admin/view/auth/adminlog/detail.html | 22 +++ .../admin/view/auth/adminlog/index.html | 21 +++ application/admin/view/auth/group/add.html | 2 +- application/admin/view/auth/group/edit.html | 2 +- application/admin/view/auth/rule/add.html | 6 +- application/admin/view/auth/rule/edit.html | 4 +- application/admin/view/common/header.html | 10 +- .../view/example/bootstraptable/detail.html | 4 +- .../view/example/bootstraptable/index.html | 2 + application/admin/view/index/login.html | 9 +- application/admin/view/layout/default.html | 2 +- application/admin/view/page/add.html | 6 +- application/admin/view/page/edit.html | 4 +- application/common.php | 2 + application/common/controller/Backend.php | 20 +-- bower.json | 3 +- public/assets/css/backend.css | 20 +++ public/assets/css/backend.min.css | 2 +- public/assets/js/backend.js | 30 +++- public/assets/js/backend/auth/adminlog.js | 76 +++++++++ .../js/backend/example/bootstraptable.js | 27 ++-- public/assets/js/backend/general/profile.js | 13 +- public/assets/js/backend/index.js | 35 ++++- public/assets/js/backend/page.js | 44 +----- .../assets/js/bootstrap-table-commonsearch.js | 39 +++-- public/assets/js/require-backend.js | 1 + public/assets/js/require-backend.min.js | 136 +++++++++++----- public/assets/js/require-form.js | 61 +++++++- public/assets/less/backend.less | 24 +++ 40 files changed, 650 insertions(+), 192 deletions(-) create mode 100644 application/admin/controller/auth/Adminlog.php create mode 100644 application/admin/view/auth/adminlog/detail.html create mode 100644 application/admin/view/auth/adminlog/index.html create mode 100644 public/assets/js/backend/auth/adminlog.js diff --git a/application/admin/command/Crud/stubs/add.stub b/application/admin/command/Crud/stubs/add.stub index 6990fa5f..ac078159 100644 --- a/application/admin/command/Crud/stubs/add.stub +++ b/application/admin/command/Crud/stubs/add.stub @@ -1,4 +1,4 @@ -
+ {%addList%}