Skip to content

Commit cac2628

Browse files
committed
work
1 parent 57bcd05 commit cac2628

File tree

1 file changed

+46
-40
lines changed

1 file changed

+46
-40
lines changed

src/main/resources/templates/pages/information.html

Lines changed: 46 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,56 +5,62 @@
55
xmlns:sec="http://www.thymeleaf.org/extras/spring-security"
66
xmlns:sd="http://www.thymeleaf.org/spring-data">
77
<head th:replace="layout/page :: tw-page-head(headtitle=~{::title},links=~{},refreshMessages=false)">
8-
<title th:text="'SimpleWorklist | ' + #{pages.information.h1}">Information</title>
8+
<title th:text="'SimpleWorklist | ' + #{pages.information.h1}">Information</title>
99
</head>
1010
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{})">
1111

1212
<div th:fragment="mytwtitle">
13-
<div id="tw-content-title">
14-
<div class="row my-5 py-5">
15-
<h1 class="col-md-12 mb-12">
16-
<span th:utext="#{pages.information.h1}">Information</span>
17-
</h1>
18-
<h2>© 2022 Thomas Wöhlke</h2>
13+
<div id="tw-content-title">
14+
<div class="row my-5 py-5">
15+
<h1 class="col-md-12 mb-12">
16+
<span th:utext="#{pages.information.h1}">Information</span>
17+
</h1>
18+
<h2>© 2022 Thomas Wöhlke</h2>
19+
</div>
1920
</div>
20-
</div>
2121
</div>
2222

2323
<div th:fragment="mytwcontent">
2424

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>
28-
<ul>
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>
38-
</li>
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>
42-
</li>
43-
<li>Getting Things Done&reg; @ Wikipedia:
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>
50-
</li>
51-
</ul>
52-
<p class="card-text" th:utext="#{user.loginForm.gtd.copyright}">
53-
GTD&reg; and Getting Things Done&reg; are registered trademarks of the David Allen Company.
54-
SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
55-
</p>
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>
28+
<ul>
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.projectPage}">The Maven Project Page:</span>
37+
<a href="https://java.woehlke.org/simpleworklist/" target="_blank">
38+
https://java.woehlke.org/simpleworklist/
39+
</a>
40+
</li>
41+
<li>
42+
<span th:utext="#{user.loginForm.myBlog}">My Blog:</span>
43+
<a href="https://thomas-woehlke.blogspot.de/" target="_blank">
44+
https://thomas-woehlke.blogspot.de/
45+
</a>
46+
</li>
47+
<li>Getting Things Done&reg; @ Wikipedia:
48+
<a href="https://de.wikipedia.org/wiki/Getting_Things_Done"
49+
target="_blank" th:if="${locale == 'de'}">
50+
https://de.wikipedia.org/wiki/Getting_Things_Done
51+
</a>
52+
<a href="https://en.wikipedia.org/wiki/Getting_Things_Done"
53+
target="_blank" th:if="${locale != 'de'}">
54+
https://en.wikipedia.org/wiki/Getting_Things_Done
55+
</a>
56+
</li>
57+
</ul>
58+
<p class="card-text" th:utext="#{user.loginForm.gtd.copyright}">
59+
GTD&reg; and Getting Things Done&reg; are registered trademarks of the David Allen Company.
60+
SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
61+
</p>
62+
</div>
5663
</div>
57-
</div>
5864
</div>
5965

6066
</body>

0 commit comments

Comments
 (0)