@@ -21,29 +21,38 @@ <h2>© 2022 Thomas Wöhlke</h2>
21
21
</ div >
22
22
23
23
< div th:fragment ="mytwcontent ">
24
- < div id ="user-login-form-more-information ">
25
- < div >
26
- < span th:text ="#{user.loginForm.moreInformation} "> For More Information please visit:</ span >
24
+
25
+ < div class ="card " id ="user-login-form-more-information ">
26
+ < div class ="card-body ">
27
+ < h5 class ="card-title " th:text ="#{user.loginForm.moreInformation} "> For More Information please visit:</ h5 >
27
28
< ul >
28
- < li > < span th:utext ="#{user.loginForm.github} "> Github:</ span > < a
29
- href ="https://github.com/Spring-Framework-Java-Apps/simpleworklist/ " target ="_blank "> https://github.com/Spring-Framework-Java-Apps/simpleworklist/</ a >
29
+ < li >
30
+ < span th:utext ="#{user.loginForm.github} "> Github:</ span >
31
+ < a href ="https://github.com/Spring-Framework-Java-Apps/simpleworklist/ " target ="_blank ">
32
+ https://github.com/Spring-Framework-Java-Apps/simpleworklist/
33
+ </ a >
34
+ </ li >
35
+ < li >
36
+ < span th:utext ="#{user.loginForm.myBlog} "> My Blog:</ span >
37
+ < a href ="http://thomas-woehlke.blogspot.de/ " target ="_blank "> http://thomas-woehlke.blogspot.de/</ a >
30
38
</ li >
31
- < li > < span th:utext ="#{user.loginForm.myBlog} "> My Blog:</ span > < a href ="http://thomas-woehlke.blogspot.de/ "
32
- target ="_blank "> http://thomas-woehlke.blogspot.de/</ a >
39
+ < li >
40
+ < span th:utext ="#{user.loginForm.projectPage} "> The Project Page:</ span >
41
+ < a href ="http://woehlke.org/p/simpleworklist/ " target ="_blank "> http://woehlke.org/p/simpleworklist/</ a >
33
42
</ li >
34
- < li > < span th:utext ="#{user.loginForm.projectPage} "> The Project Page:</ span > < a
35
- href ="http://woehlke.org/p/simpleworklist/ " target ="_blank "> http://woehlke.org/p/simpleworklist/</ a > </ li >
36
43
< li > Getting Things Done® @ Wikipedia:
37
- < a href ="https://de.wikipedia.org/wiki/Getting_Things_Done " target ="_blank " th:if ="${locale == 'de'} "> https://de.wikipedia.org/wiki/Getting_Things_Done/</ a >
38
- < a href ="https://en.wikipedia.org/wiki/Getting_Things_Done " target ="_blank " th:if ="${locale != 'de'} "> https://en.wikipedia.org/wiki/Getting_Things_Done</ a >
44
+ < a href ="https://de.wikipedia.org/wiki/Getting_Things_Done " target ="_blank " th:if ="${locale == 'de'} ">
45
+ https://de.wikipedia.org/wiki/Getting_Things_Done
46
+ </ a >
47
+ < a href ="https://en.wikipedia.org/wiki/Getting_Things_Done " target ="_blank " th:if ="${locale != 'de'} ">
48
+ https://en.wikipedia.org/wiki/Getting_Things_Done
49
+ </ a >
39
50
</ li >
40
51
</ ul >
41
- </ div >
42
- < div >
43
- < small >
44
- < span th:utext ="#{user.loginForm.gtd.copyright} "> GTD® and Getting Things Done® are registered trademarks of the David Allen Company. SimpleWorklist is
45
- not affiliated with or endorsed by the David Allen Company.</ span >
46
- </ small >
52
+ < p class ="card-text " th:utext ="#{user.loginForm.gtd.copyright} ">
53
+ GTD® and Getting Things Done® are registered trademarks of the David Allen Company.
54
+ SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
55
+ </ p >
47
56
</ div >
48
57
</ div >
49
58
</ div >
0 commit comments