diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 180f30da..b91a1633 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -8,17 +8,19 @@ *(MAXKEY-210407) 数据库底层适配优化支持,id采用雪花算法 *(MAXKEY-210408) 用户注册功能优化,修复脚本错误 *(MAXKEY-210409) 登录界面优化及调整 - *(MAXKEY-210410) 登录超时退出优化 - *(MAXKEY-210411) org.maxkey.domain调整为org.maxkey.entity - *(MAXKEY-210412) 数据查询SQL语句改成小写 - *(MAXKEY-210413) OAuth2.0单点登录确认界面配置优化 - *(MAXKEY-210414) 应用配置保存时logoutUrl和logoutType丢失修复 - *(MAXKEY-210415) 同步器历史同步日志审计功能 - *(MAXKEY-210416) 删除json2form插件,优化CSS,整合javacript脚本 - *(MAXKEY-210417) 增加用户状态USERSTATE的属性(在职、退休、离职等),status用做活动/锁定/禁用等状态 - *(MAXKEY-210418) 构建时依赖问题修复 - *(MAXKEY-210419) 依赖jar的版本统一配置gradle.properties - *(MAXKEY-210420) 依赖jar引用、更新和升级 + *(MAXKEY-210410) 单点登录认证页面及脚本整合及优化 + *(MAXKEY-210411) 登录超时退出优化 + *(MAXKEY-210412) org.maxkey.domain调整为org.maxkey.entity + *(MAXKEY-210413) 数据查询SQL语句改成小写 + *(MAXKEY-210414) OAuth2.0单点登录确认界面配置优化 + *(MAXKEY-210415) 应用配置保存时logoutUrl和logoutType丢失修复 + *(MAXKEY-210416) 同步器历史同步日志审计功能 + *(MAXKEY-210417) 删除json2form插件,优化CSS,整合javacript脚本 + *(MAXKEY-210418) 增加用户状态USERSTATE的属性(在职、退休、离职等),status用做活动/锁定/禁用等状态 + *(MAXKEY-210419) 模板布局优化及段落注释说明 + *(MAXKEY-210420) 构建时依赖问题修复 + *(MAXKEY-210421) 依赖jar的版本统一配置gradle.properties + *(MAXKEY-210422) 依赖jar引用、更新和升级 spring 5.3.7 springBoot 2.4.5 springSecurity 5.5.0 diff --git a/maxkey-web-manage/src/main/resources/templates/views/layout/common.cssjs.ftl b/maxkey-web-manage/src/main/resources/templates/views/layout/common.cssjs.ftl index 3a2a2b7e..f8813979 100644 --- a/maxkey-web-manage/src/main/resources/templates/views/layout/common.cssjs.ftl +++ b/maxkey-web-manage/src/main/resources/templates/views/layout/common.cssjs.ftl @@ -1,4 +1,5 @@ - <#-- javascript js begin --> + + <#-- jquery base --> @@ -45,8 +46,10 @@ <#-- platform common script --> - <#-- common js end --> - <#-- common css begin --> + + + <#-- if browser is not msie 6.0,follow styles over ie 6.0 style --> - <#-- common css end --> \ No newline at end of file + + \ No newline at end of file diff --git a/maxkey-web-manage/src/main/resources/templates/views/layout/footer.ftl b/maxkey-web-manage/src/main/resources/templates/views/layout/footer.ftl index c959cf2a..92f31541 100644 --- a/maxkey-web-manage/src/main/resources/templates/views/layout/footer.ftl +++ b/maxkey-web-manage/src/main/resources/templates/views/layout/footer.ftl @@ -1,4 +1,5 @@ - <#-- footer --> + +
@@ -11,4 +12,6 @@
-
\ No newline at end of file + + + \ No newline at end of file diff --git a/maxkey-web-manage/src/main/resources/templates/views/layout/header.ftl b/maxkey-web-manage/src/main/resources/templates/views/layout/header.ftl index 919f2a92..9e144427 100644 --- a/maxkey-web-manage/src/main/resources/templates/views/layout/header.ftl +++ b/maxkey-web-manage/src/main/resources/templates/views/layout/header.ftl @@ -1,10 +1,11 @@ + <@locale code="global.title"/> - - + + \ No newline at end of file diff --git a/maxkey-web-manage/src/main/resources/templates/views/layout/nologintop.ftl b/maxkey-web-manage/src/main/resources/templates/views/layout/nologintop.ftl index abd43b12..a56e5e0b 100644 --- a/maxkey-web-manage/src/main/resources/templates/views/layout/nologintop.ftl +++ b/maxkey-web-manage/src/main/resources/templates/views/layout/nologintop.ftl @@ -1,3 +1,5 @@ + +
@@ -21,3 +23,4 @@
+ diff --git a/maxkey-web-manage/src/main/resources/templates/views/layout/sidenav.ftl b/maxkey-web-manage/src/main/resources/templates/views/layout/sidenav.ftl index 1d82ce40..bee4974e 100644 --- a/maxkey-web-manage/src/main/resources/templates/views/layout/sidenav.ftl +++ b/maxkey-web-manage/src/main/resources/templates/views/layout/sidenav.ftl @@ -1,3 +1,5 @@ + +
\ No newline at end of file + + diff --git a/maxkey-web-manage/src/main/resources/templates/views/layout/top.ftl b/maxkey-web-manage/src/main/resources/templates/views/layout/top.ftl index 501c2a4a..d3d72aa1 100644 --- a/maxkey-web-manage/src/main/resources/templates/views/layout/top.ftl +++ b/maxkey-web-manage/src/main/resources/templates/views/layout/top.ftl @@ -1,3 +1,5 @@ + +
\ No newline at end of file +
+ diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/layout/common.cssjs.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/layout/common.cssjs.ftl index 5ec9fef9..68c27442 100644 --- a/maxkey-web-maxkey/src/main/resources/templates/views/layout/common.cssjs.ftl +++ b/maxkey-web-maxkey/src/main/resources/templates/views/layout/common.cssjs.ftl @@ -1,4 +1,5 @@ - <#-- javascript js begin --> + + <#-- jquery base --> @@ -38,9 +39,10 @@ <#-- platform common script --> - <#-- common js end --> - <#-- common css begin --> + + <#-- if browser is not msie 6.0,follow styles over ie 6.0 style --> - <#-- common css end --> \ No newline at end of file + + \ No newline at end of file diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/layout/footer.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/layout/footer.ftl index 898fe6be..0710fb54 100644 --- a/maxkey-web-maxkey/src/main/resources/templates/views/layout/footer.ftl +++ b/maxkey-web-maxkey/src/main/resources/templates/views/layout/footer.ftl @@ -1,4 +1,5 @@ - + +
@@ -21,4 +22,5 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/layout/header.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/layout/header.ftl index 0b7ec953..922cd023 100644 --- a/maxkey-web-maxkey/src/main/resources/templates/views/layout/header.ftl +++ b/maxkey-web-maxkey/src/main/resources/templates/views/layout/header.ftl @@ -1,11 +1,12 @@ + <@locale code="global.title"/> - - + + \ No newline at end of file diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/layout/nav_primary.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/layout/nav_primary.ftl index e3a3b03f..7b8f54ba 100644 --- a/maxkey-web-maxkey/src/main/resources/templates/views/layout/nav_primary.ftl +++ b/maxkey-web-maxkey/src/main/resources/templates/views/layout/nav_primary.ftl @@ -1,3 +1,4 @@ + diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/main/appList.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/main/appList.ftl index ad71102b..5cec5295 100644 --- a/maxkey-web-maxkey/src/main/resources/templates/views/main/appList.ftl +++ b/maxkey-web-maxkey/src/main/resources/templates/views/main/appList.ftl @@ -3,11 +3,13 @@ <#include "../layout/header.ftl"/> <#include "../layout/common.cssjs.ftl"/> - + <#if noticesVisible > + +