X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=bc1cb72ff9269b5306d208bd0ac7e087e5f564f0;hb=308c05fe34c4820bada0e9051bb536ab0a42412e;hp=53126a8730671cebd83c618aa19aacd110cf9f12;hpb=77baeade882c7d936b7293a35303d824ae183994;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 53126a8..bc1cb72 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -48,15 +48,25 @@ <%foreach album.albums album>
-
- - <%ifnull album.image> - <% album.name|html> - <%else> - <% album.name|html> - <%/if> - -
+ + <%ifnull album.image> + <% album.name|html> + <%else> + <% album.name|html> + <%/if> + +
+ <%/foreach> + + <%foreach album.images image> +
+ + <%ifnull image.key> + <% image.title|html> + <%else> + <% image.title|html> + <%/if> +
<%/foreach>