X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FbrowseAlbums.html;h=a22505f14e410cc6870c6c18806fd196573cb5f3;hb=3a86d8894d306039e8d523763420350997fafa2e;hp=1fddebde221ac9e0e4bb483cb13e9db85e6a6085;hpb=60926d0dc3b2139029c3fcb0b3d28caccf4b83b3;p=Sone.git diff --git a/src/main/resources/templates/include/browseAlbums.html b/src/main/resources/templates/include/browseAlbums.html index 1fddebd..a22505f 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,7 +8,7 @@ <%ifnull album.albumImage> <% album.title|html> <%else> - <% album.albumImage|image-link max-width=250 max-height=250 mode=enlarge title==album.title> + <% album.randomImage|image-link max-width==250 max-height==250 mode==enlarge title=album.title> <%/if>
@@ -22,6 +22,11 @@ +
+ + +
+ <%/if> <%/foreach>