From ae19bdc3f8df4e2afbbd52a96eb60b9daa06f4eb Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Jul 2024 15:32:19 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=9A=90=E8=97=8F=E6=99=AE=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=B7=BB=E5=8A=A0=E6=96=87=E7=AB=A0=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=9B2.=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=BB=9A=E5=8A=A8=E6=9D=A1=EF=BC=9B3.=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E6=9B=BF=E6=8D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/DocumentController.go | 2 +- views/account/auth2_callback.tpl | 2 +- views/account/find_password_setp1.tpl | 2 +- views/account/find_password_setp2.tpl | 2 +- views/account/login copy.tpl | 223 ++++++++++++++++++ views/account/login.tpl | 93 ++++++-- views/account/mail_template.tpl | 2 +- views/account/register.tpl | 2 +- views/blog/index.tpl | 2 +- views/blog/index_password.tpl | 2 +- views/blog/list.tpl | 2 +- views/blog/manage_edit.tpl | 2 +- views/blog/manage_list.tpl | 4 +- views/blog/manage_setting.tpl | 2 +- views/book/dashboard.tpl | 2 +- views/book/index.tpl | 2 +- views/book/setting.tpl | 2 +- views/book/team.tpl | 2 +- views/book/users.tpl | 2 +- views/comment/index.tpl | 2 +- .../cherry_markdown_edit_template.tpl | 2 +- views/document/cherry_read.tpl | 2 +- views/document/compare.tpl | 2 +- views/document/default_read.tpl | 2 +- views/document/document_password.tpl | 2 +- views/document/export.tpl | 2 +- views/document/history.tpl | 2 +- views/document/html_edit_template.tpl | 2 +- views/document/kancloud_read_template.tpl | 2 +- views/document/markdown_edit_template.tpl | 2 +- views/document/new_html_edit_template.tpl | 2 +- views/errors/403.tpl | 2 +- views/errors/404.tpl | 2 +- views/errors/error.tpl | 2 +- views/home/index.tpl | 2 +- views/items/index.tpl | 2 +- views/items/list.tpl | 2 +- views/label/index.tpl | 2 +- views/label/list.tpl | 2 +- views/manager/attach_detailed.tpl | 2 +- views/manager/attach_list.tpl | 2 +- views/manager/books.tpl | 2 +- views/manager/comments.tpl | 2 +- views/manager/config.tpl | 2 +- views/manager/edit_book.tpl | 2 +- views/manager/edit_users.tpl | 2 +- views/manager/index.tpl | 2 +- views/manager/itemsets.tpl | 2 +- views/manager/label_list.tpl | 2 +- views/manager/setting.tpl | 2 +- views/manager/team.tpl | 2 +- views/manager/team_book_list.tpl | 2 +- views/manager/team_member_list.tpl | 2 +- views/manager/users.tpl | 2 +- views/search/index.tpl | 2 +- views/setting/index.tpl | 2 +- views/setting/password.tpl | 2 +- views/template.tpl | 2 +- views/widgets/footer copy 2.tpl | 9 + views/widgets/footer copy.tpl | 18 ++ views/widgets/footer ok.tpl | 11 + views/widgets/footer.tpl | 11 +- views/widgets/header.tpl | 4 + 63 files changed, 404 insertions(+), 79 deletions(-) create mode 100644 views/account/login copy.tpl create mode 100644 views/widgets/footer copy 2.tpl create mode 100644 views/widgets/footer copy.tpl create mode 100644 views/widgets/footer ok.tpl diff --git a/controllers/DocumentController.go b/controllers/DocumentController.go index 4483ddca..1676a4bb 100644 --- a/controllers/DocumentController.go +++ b/controllers/DocumentController.go @@ -206,7 +206,7 @@ func (c *DocumentController) Read() { data.DocIdentify = doc.Identify data.DocTitle = doc.DocumentName data.Body = doc.Release - data.Title = doc.DocumentName + " - Powered by MinDoc" + data.Title = doc.DocumentName + " - Powered by SSHotRiver" data.Version = doc.Version data.ViewCount = doc.ViewCount data.MarkdownTheme = doc.MarkdownTheme diff --git a/views/account/auth2_callback.tpl b/views/account/auth2_callback.tpl index 3d10c094..d7cc4d24 100644 --- a/views/account/auth2_callback.tpl +++ b/views/account/auth2_callback.tpl @@ -7,7 +7,7 @@ - 用户登录 - Powered by MinDoc + 用户登录 - Powered by SSHotRiver diff --git a/views/account/find_password_setp1.tpl b/views/account/find_password_setp1.tpl index 38840fd7..9759025e 100644 --- a/views/account/find_password_setp1.tpl +++ b/views/account/find_password_setp1.tpl @@ -7,7 +7,7 @@ - {{i18n .Lang "common.account_recovery"}} - Powered by MinDoc + {{i18n .Lang "common.account_recovery"}} - Powered by SSHotRiver diff --git a/views/account/find_password_setp2.tpl b/views/account/find_password_setp2.tpl index a5ecc8c4..5794a7b8 100644 --- a/views/account/find_password_setp2.tpl +++ b/views/account/find_password_setp2.tpl @@ -7,7 +7,7 @@ - {{i18n .Lang "common.account_recovery"}} - Powered by MinDoc + {{i18n .Lang "common.account_recovery"}} - Powered by SSHotRiver diff --git a/views/account/login copy.tpl b/views/account/login copy.tpl new file mode 100644 index 00000000..bd96c252 --- /dev/null +++ b/views/account/login copy.tpl @@ -0,0 +1,223 @@ + + + + + + + + + + {{i18n .Lang "common.login"}} - Powered by SSHotRiver + + + + + + + + + + + + +
+ +
+
+{{template "widgets/footer.tpl" .}} + + + + + + + \ No newline at end of file diff --git a/views/account/login.tpl b/views/account/login.tpl index e2e52350..a32ca1d1 100644 --- a/views/account/login.tpl +++ b/views/account/login.tpl @@ -7,7 +7,7 @@ - {{i18n .Lang "common.login"}} - Powered by MinDoc + {{i18n .Lang "common.login"}} - Powered by SSHotRiver @@ -54,6 +54,76 @@ height: 24px; } + + + @@ -117,24 +187,19 @@ {{end}} {{end}} -
-
- {{i18n .Lang "common.third_party_login"}} -
-
-
- {{i18n .Lang -
-
- {{i18n .Lang -
-
-
+ +
+
+
+ 本站内容涵盖:创业知识,副业兼职,项目拆解,职场技能,认知提升,个人成长,新媒体运营,兴趣爱好,AI使用等创业的方方面面。现在仅需99元便可开通永久特权账号,享受本站全部内容和服务,请添加微信号(hjyfa01)并备注“黄敬尧掘金频道”创建登录账号! +
+
+
{{template "widgets/footer.tpl" .}} diff --git a/views/account/mail_template.tpl b/views/account/mail_template.tpl index 22c8d49d..06349188 100644 --- a/views/account/mail_template.tpl +++ b/views/account/mail_template.tpl @@ -2,7 +2,7 @@ - 找回密码 - Powered by MinDoc + 找回密码 - Powered by SSHotRiver