X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FbrowseAlbums.html;h=7c8c4900ebcc1b7433480e7ed1ae6fa1b8b3bdd5;hp=b77bcd145cda8989ad4bb9f86b1e2eebee319d34;hb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae;hpb=4f92a116596bf5d42c5b8beadb5df2bc8149e809 diff --git a/src/main/resources/templates/include/browseAlbums.html b/src/main/resources/templates/include/browseAlbums.html index b77bcd1..7c8c490 100644 --- a/src/main/resources/templates/include/browseAlbums.html +++ b/src/main/resources/templates/include/browseAlbums.html @@ -1,6 +1,6 @@ <%foreach albums album> <%first>

<%= Page.ImageBrowser.Header.Albums|l10n|html>

<%/first> - <%if loop.count|mod divisor=3>
<%/if> + <%if loop.count|mod divisor==3>
<%/if>
@@ -8,13 +8,13 @@ <%ifnull album.albumImage> <% album.title|html> <%else> - <% album.albumImage|image-link max-width=250 max-height=250 mode=enlarge title==album.title> + <% album.albumImage|image-link max-width==250 max-height==250 mode==enlarge title=album.title> <%/if>
-
<% album.title|html>
-
<% album.description|html>
+
<% album.title|html> (<%= View.Sone.Stats.Images|l10n 0=album.images.size>)
+
<% album.description|parse sone=album.sone|render>
<%if album.sone.local>
@@ -22,6 +22,11 @@ +
+ + +
+
<%/if> <%/foreach>