shimingxy 5 anos atrás
pai
commit
1aa262f38b

+ 3 - 1
maxkey-web-manage/src/main/resources/messages/message.properties

@@ -1,11 +1,13 @@
 global.application=MaxKey\u5E94\u7528\u5B89\u5168\u7BA1\u7406\u7CFB\u7EDF
+global.application.version=v1.2 GA
 global.change.language=\u8BED\u97F3\u9009\u62E9
 global.change.language.en=English
 global.change.language.zh=\u4E2D\u6587
 global.text.welcome=\u6B22\u8FCE\u60A8
 global.text.manage=\u7BA1\u7406
 global.text.copyright=\u7248\u6743\u6240\u6709
-global.text.copyright.content=Copyright 2018-2019 shimingxy@163.com  Licensed under the Apache License, Version 2.0
+global.text.copyright.content=Copyright 2018-2020 shimingxy@163.com
+global.text.copyright.license=Licensed under the Apache License, Version 2.0
 global.text.logout=\u9000\u51FA
 global.logout.tip=\u6CE8\u9500\u6210\u529F
 global.logout.text.suffix=\u91CD\u65B0\u767B\u5F55

+ 3 - 1
maxkey-web-manage/src/main/resources/messages/message_en.properties

@@ -1,11 +1,13 @@
 global.application=MaxKey Secure Management
+global.application.version=v1.2 GA
 global.change.language=Language
 global.change.language.en=English
 global.change.language.zh=\u4E2D\u6587
 global.text.welcome=Welcome
 global.text.manage=Manage
 global.text.copyright=CopyRight
-global.text.copyright.content=Copyright 2018-2019 shimingxy@163.com  Licensed under the Apache License, Version 2.0
+global.text.copyright.content=Copyright 2018-2020 shimingxy@163.com
+global.text.copyright.license=Licensed under the Apache License, Version 2.0
 global.text.logout=Logout
 global.logout.tip=Tip
 global.logout.text.suffix=re-login 

+ 2 - 1
maxkey-web-manage/src/main/resources/templates/views/layout/footer.ftl

@@ -4,8 +4,9 @@
 		    <table cellpadding="2" cellspacing="0" style="margin-top: 30px;width:100%;height:100%; border:0;">
 		        <TR>
 		          <TD align="center" valign="middle" class="footer  ">
+		          	MaxKey&nbsp;&nbsp;<@locale code="global.application.version"/> &nbsp;&nbsp; <a href="https://github.com/shimingxy/MaxKey/" target="_blank">https://github.com/shimingxy/MaxKey/</a><br>
 		          	<@locale code="global.text.copyright"/> &copy; <@locale code="global.text.copyright.content"/><br>
-		          	<a href="https://github.com/shimingxy/MaxKey/" target="_blank">https://github.com/shimingxy/MaxKey/</a><br>
+		          	<@locale code="global.text.copyright.license"/><br>
 		          </TD>
 		        </TR>
 		    </table> 

+ 3 - 1
maxkey-web-maxkey/src/main/resources/messages/message.properties

@@ -1,11 +1,13 @@
 global.application=MaxKey\u5E94\u7528\u5B89\u5168\u7CFB\u7EDF
+global.application.version=v1.2 GA
 global.change.language=\u8BED\u97F3\u9009\u62E9
 global.change.language.en=English
 global.change.language.zh=\u4E2D\u6587
 global.text.welcome=\u6B22\u8FCE\u60A8
 global.text.manage=\u7BA1\u7406
 global.text.copyright=\u7248\u6743\u6240\u6709
-global.text.copyright.content=Copyright 2018-2019 shimingxy@163.com  Licensed under the Apache License, Version 2.0
+global.text.copyright.content=Copyright 2018-2020 shimingxy@163.com
+global.text.copyright.license=Licensed under the Apache License, Version 2.0
 global.text.logout=\u9000\u51FA
 global.logout.tip=\u6CE8\u9500\u6210\u529F
 global.logout.text.suffix=\u91CD\u65B0\u767B\u5F55

+ 3 - 2
maxkey-web-maxkey/src/main/resources/messages/message_en.properties

@@ -1,12 +1,13 @@
 global.application=MaxKey Secure Sign-on System
+global.application.version=v1.2 GA
 global.change.language=Language
 global.change.language.en=English
 global.change.language.zh=\u4E2D\u6587
 global.text.welcome=Welcome
 global.text.manage=Manage
 global.text.copyright=CopyRight
-global.text.copyright.content=Copyright 2018-2019 shimingxy@163.com  Licensed under the Apache License, Version 2.0
-global.text.logout=Logout
+global.text.copyright.content=Copyright 2018-2020 shimingxy@163.com
+global.text.copyright.license=Licensed under the Apache License, Version 2.0global.text.logout=Logout
 global.logout.tip=Tip
 global.logout.text.suffix=re-login 
 global.logout.text.prefix=You have successfully logged out. Please close your browser or 

+ 2 - 1
maxkey-web-maxkey/src/main/resources/templates/views/layout/footer.ftl

@@ -4,8 +4,9 @@
 		    <table cellpadding="2" cellspacing="0" style="margin-top: 30px;width:100%;height:100%; border:0;">
 		        <TR>
 		          <TD align="center" valign="middle" class="footer  ">
+		          	MaxKey&nbsp;&nbsp;<@locale code="global.application.version"/>&nbsp;&nbsp; <a href="https://github.com/shimingxy/MaxKey/" target="_blank">https://github.com/shimingxy/MaxKey/</a><br>
 		          	<@locale code="global.text.copyright"/> &copy; <@locale code="global.text.copyright.content"/><br>
-		          	<a href="https://github.com/shimingxy/MaxKey/" target="_blank">https://github.com/shimingxy/MaxKey/</a><br>
+		          	<@locale code="global.text.copyright.license"/><br>
 		          </TD>
 		        </TR>
 		    </table>