Skip to content

Commit d23651c

Browse files
committed
refactor(country/info.html): use via.placeholder.com for placeholder images.
1 parent 8d00ca4 commit d23651c

File tree

1 file changed

+7
-7
lines changed
  • src/main/webapp/WEB-INF/views/country

1 file changed

+7
-7
lines changed

src/main/webapp/WEB-INF/views/country/info.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
9393
th:with="desc=|${series.category}, ${series.releaseYear != null ? series.releaseYear + ', ' : ''}${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}${not series.perforated ? ' (__#{t_wo_perforation_short}__)' : ''}|">
9494

9595
<a href="../series/info.html" th:href="@{${INFO_SERIES_PAGE}(id=${series.id})}">
96-
<img src="https://picsum.photos/250"
96+
<img src="http://via.placeholder.com/250"
9797
th:with="label=|${countryName}, ${desc}|"
9898
alt="Italy, Prehistoric animals, 1999, 7&nbsp;stamps (imperf.)"
9999
title="Italy, Prehistoric animals, 1999, 7&nbsp;stamps (imperf.)"
@@ -109,37 +109,37 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
109109
</figure>
110110
<figure>
111111
<a href="../series/info.html">
112-
<img src="https://picsum.photos/250" alt="Italy, Prehistoric animals, 22&nbsp;stamps" title="Italy, Prehistoric animals, 22&nbsp;stamps" />
112+
<img src="http://via.placeholder.com/250" alt="Italy, Prehistoric animals, 22&nbsp;stamps" title="Italy, Prehistoric animals, 22&nbsp;stamps" />
113113
</a>
114114
<figcaption><a href="../series/info.html">Prehistoric animals, 22&nbsp;stamps</a></figcaption>
115115
</figure>
116116
<figure>
117117
<a href="../series/info.html">
118-
<img src="https://picsum.photos/250" alt="Italy, Cartoons, 2005, 5&nbsp;stamps" title="Italy, Cartoons, 2005, 5&nbsp;stamps" />
118+
<img src="http://via.placeholder.com/250" alt="Italy, Cartoons, 2005, 5&nbsp;stamps" title="Italy, Cartoons, 2005, 5&nbsp;stamps" />
119119
</a>
120120
<figcaption><a href="../series/info.html">Cartoons, 2005, 5&nbsp;stamps</a></figcaption>
121121
</figure>
122122
<figure>
123123
<a href="../series/info.html">
124-
<img src="https://picsum.photos/250" alt="Italy, Prehistoric animals, 22&nbsp;stamps" title="Italy, Prehistoric animals, 22&nbsp;stamps" />
124+
<img src="http://via.placeholder.com/250" alt="Italy, Prehistoric animals, 22&nbsp;stamps" title="Italy, Prehistoric animals, 22&nbsp;stamps" />
125125
</a>
126126
<figcaption><a href="../series/info.html">Prehistoric animals, 22&nbsp;stamps</a></figcaption>
127127
</figure>
128128
<figure>
129129
<a href="../series/info.html">
130-
<img src="https://picsum.photos/250" alt="Italy, Prehistoric animals, 1983, 5&nbsp;stamps" title="Italy, Prehistoric animals, 1983, 5&nbsp;stamps" />
130+
<img src="http://via.placeholder.com/250" alt="Italy, Prehistoric animals, 1983, 5&nbsp;stamps" title="Italy, Prehistoric animals, 1983, 5&nbsp;stamps" />
131131
</a>
132132
<figcaption><a href="../series/info.html">Prehistoric animals, 1983, 5&nbsp;stamps</a></figcaption>
133133
</figure>
134134
<figure>
135135
<a href="../series/info.html">
136-
<img src="https://picsum.photos/250" alt="Italy, Famous People, 2003, 4&nbsp;stamps" title="Italy, Famous People, 2003, 4&nbsp;stamps" />
136+
<img src="http://via.placeholder.com/250" alt="Italy, Famous People, 2003, 4&nbsp;stamps" title="Italy, Famous People, 2003, 4&nbsp;stamps" />
137137
</a>
138138
<figcaption><a href="../series/info.html">Famous People, 2003, 4&nbsp;stamps</a></figcaption>
139139
</figure>
140140
<figure>
141141
<a href="../series/info.html">
142-
<img src="https://picsum.photos/250" alt="Italy, Sport, 1996, 1&nbsp;stamp" title="Italy, Sport, 1996, 1&nbsp;stamp" />
142+
<img src="http://via.placeholder.com/250" alt="Italy, Sport, 1996, 1&nbsp;stamp" title="Italy, Sport, 1996, 1&nbsp;stamp" />
143143
</a>
144144
<figcaption><a href="../series/info.html">Sport, 1996, 1&nbsp;stamp</a></figcaption>
145145
</figure>

0 commit comments

Comments
 (0)