@@ -87,33 +87,65 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
87
87
</div>
88
88
/*/-->
89
89
90
- < ul th:if ="${not #lists.isEmpty(seriesOfCountry)} " th:remove ="all-but-first ">
91
- < li th:each ="series : ${seriesOfCountry} ">
92
- < span th:if ="${series.category != null} " th:remove ="tag ">
93
- < a href ="../category/info.html " th:href ="@{${INFO_CATEGORY_PAGE}(slug=${series.category.slug})} " th:text ="${series.category.name} "> Animals</ a > »
94
- </ span >
90
+ < div class ="image-gallery " th:if ="${not #lists.isEmpty(seriesOfCountry)} " th:remove ="all-but-first ">
91
+
92
+ < figure th:each ="series : ${seriesOfCountry} "
93
+ th:with ="desc=|${series.category}, ${series.releaseYear != null ? series.releaseYear + ', ' : ''}${series.quantity} ${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}${not series.perforated ? ' (__#{t_wo_perforation_short}__)' : ''}| ">
95
94
96
95
< a href ="../series/info.html " th:href ="@{${INFO_SERIES_PAGE}(id=${series.id})} ">
97
- < span th:remove ="tag " th:if ="${series.releaseYear != null} " th:text ="|${series.releaseYear}, | "> 1980, </ span >
98
- < span th:remove ="tag " th:text ="|${series.quantity} ${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}| "> 10 stamps</ span >
99
- < span th:remove ="tag " th:if ="${not series.perforated} " th:text ="|(#{t_wo_perforation_short})| "> (imperf.)</ span >
96
+ < img src ="https://picsum.photos/250 "
97
+ th:with ="label=|${countryName}, ${desc}| "
98
+ alt ="Italy, Prehistoric animals, 1999, 7 stamps (imperf.) "
99
+ title ="Italy, Prehistoric animals, 1999, 7 stamps (imperf.) "
100
+ th:alt ="${label} "
101
+ th:title ="${label} "
102
+ th:src ="@{${GET_IMAGE_PREVIEW_PAGE}(id=${series.previewId})} " />
100
103
</ a >
101
- </ li >
102
- < li >
103
- < a href ="../category/info.html "> Animals</ a > »
104
-
104
+ < figcaption >
105
+ < a href ="../series/info.html " th:href ="@{${INFO_SERIES_PAGE}(id=${series.id})} " th:text ="${desc} ">
106
+ Prehistoric animals, 1999, 7 stamps (imperf.)
107
+ </ a >
108
+ </ figcaption >
109
+ </ figure >
110
+ < figure >
105
111
< a href ="../series/info.html ">
106
- 22 stamps
112
+ < img src =" https://picsum.photos/250 " alt =" Italy, Prehistoric animals, 22 stamps" title =" Italy, Prehistoric animals, 22 stamps " />
107
113
</ a >
108
- </ li >
109
- < li >
110
- < a href ="../category/info.html "> Animals</ a > »
111
-
114
+ < figcaption > < a href ="../series/info.html "> Prehistoric animals, 22 stamps</ a > </ figcaption >
115
+ </ figure >
116
+ < figure >
112
117
< a href ="../series/info.html ">
113
- 1983, 5 stamps
118
+ < img src =" https://picsum.photos/250 " alt =" Italy, Cartoons, 2005, 5 stamps" title =" Italy, Cartoons, 2005, 5 stamps " />
114
119
</ a >
115
- </ li >
116
- </ ul >
120
+ < figcaption > < a href ="../series/info.html "> Cartoons, 2005, 5 stamps</ a > </ figcaption >
121
+ </ figure >
122
+ < figure >
123
+ < a href ="../series/info.html ">
124
+ < img src ="https://picsum.photos/250 " alt ="Italy, Prehistoric animals, 22 stamps " title ="Italy, Prehistoric animals, 22 stamps " />
125
+ </ a >
126
+ < figcaption > < a href ="../series/info.html "> Prehistoric animals, 22 stamps</ a > </ figcaption >
127
+ </ figure >
128
+ < figure >
129
+ < a href ="../series/info.html ">
130
+ < img src ="https://picsum.photos/250 " alt ="Italy, Prehistoric animals, 1983, 5 stamps " title ="Italy, Prehistoric animals, 1983, 5 stamps " />
131
+ </ a >
132
+ < figcaption > < a href ="../series/info.html "> Prehistoric animals, 1983, 5 stamps</ a > </ figcaption >
133
+ </ figure >
134
+ < figure >
135
+ < a href ="../series/info.html ">
136
+ < img src ="https://picsum.photos/250 " alt ="Italy, Famous People, 2003, 4 stamps " title ="Italy, Famous People, 2003, 4 stamps " />
137
+ </ a >
138
+ < figcaption > < a href ="../series/info.html "> Famous People, 2003, 4 stamps</ a > </ figcaption >
139
+ </ figure >
140
+ < figure >
141
+ < a href ="../series/info.html ">
142
+ < img src ="https://picsum.photos/250 " alt ="Italy, Sport, 1996, 1 stamp " title ="Italy, Sport, 1996, 1 stamp " />
143
+ </ a >
144
+ < figcaption > < a href ="../series/info.html "> Sport, 1996, 1 stamp</ a > </ figcaption >
145
+ </ figure >
146
+
147
+ </ div >
148
+
117
149
</ div >
118
150
</ div >
119
151
< div class ="row ">
0 commit comments