X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=a4fef7988bb8a86327b0e4abb4eea31f587ce886;hb=eaee6b8f5e18c32388abd6aa33f1d940dc36471f;hp=a63f1a7c87fd66f967ded7534ee8578057085c4a;hpb=4e384f552ca6e6b49fd0eb3315a3708e0f8a32fc;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index a63f1a7..a4fef79 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -38,6 +38,80 @@ <%if album.sone.local> <%/if> @@ -123,6 +211,17 @@ + <%if ! album.images.empty> +
+ + +
+ <%/if>
@@ -143,9 +242,9 @@
<%ifnull album.albumImage> - <% album.title|html> + <% album.title|html> <%else> - <% album.albumImage|image-link max-width=200 max-height=200 mode=enlarge title==album.title> + <% album.albumImage|image-link max-width=250 max-height=250 mode=enlarge title==album.title> <%/if>
@@ -174,7 +273,7 @@
<% image.title|html>
@@ -194,9 +293,9 @@
- <%notfirst><%/notfirst> - - <%notlast><%/notlast> + + +
@@ -357,9 +456,9 @@
<%ifnull album.albumImage> - <% album.title|html> + <% album.title|html> <%else> - <% album.albumImage|image-link max-width=200 max-height=200 mode=enlarge title==album.title> + <% album.albumImage|image-link max-width=250 max-height=250 mode=enlarge title==album.title> <%/if>