X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=ca2014d5eb7d77f8e80e543a54b41c0e066513ad;hb=fb9d27521b348aa7aa2c7462815017c82c0b7390;hp=71cec494da402c082ff0c512822930c394c8ac7f;hpb=714ff543c5afd0f51e19897c1940708c7e7af544;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 71cec49..ca2014d 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -29,6 +29,12 @@ <%/foreach> + <%foreach album.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + <%include include/createAlbum.html>
@@ -41,6 +47,12 @@ <%else> + <%foreach currentSone.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + <%include include/createAlbum.html> <%/if>