X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=a4fef7988bb8a86327b0e4abb4eea31f587ce886;hb=eaee6b8f5e18c32388abd6aa33f1d940dc36471f;hp=f04e81c0d15ac9594a2a4af45a73805399693679;hpb=a996006a648e2d8b0ef70bbddc66d12d77f7d150;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index f04e81c..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,11 @@
+
+
<% image.title|html>
+
<% image.description|html>
<%if album.sone.local>
@@ -182,10 +285,6 @@ -
-
<% image.title|html>
-
<% image.description|html>
-
@@ -355,9 +456,9 @@