X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=019da9f5f4037bed2409d2ea643feaa0e5b066de;hb=62e80b75cfaaa563efa49c686d383b7cb5f8dd27;hp=7e93f761fb843e7f00493bf15bf79db85e1c8266;hpb=6d18a39d0ea0dabab954d3a24bf34589c310aa10;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 7e93f76..019da9f 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -69,12 +69,14 @@ <%foreach album.albums album>
- - <%ifnull album.image> + + <%ifnull album.albumImage> <% album.title|html> <%else> - <% album.title|html> + <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> +
+ <% album.title|html>
<%/foreach> @@ -230,12 +232,14 @@ <%foreach sone.albums album>
- - <%ifnull album.image> + + <%ifnull album.albumImage> <% album.title|html> <%else> - <% album.title|html> + <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> +
+ <% album.title|html>
<%/foreach>