X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=ca2014d5eb7d77f8e80e543a54b41c0e066513ad;hb=33f333b35a73d3d4a4e79f41e9dd7b342db87b1a;hp=f8683945858424576ae4991f30234a07735df5a2;hpb=11f387f57dc3092a155342637c58e4c6cc9c9a37;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index f868394..ca2014d 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -29,14 +29,30 @@ <%/foreach> + <%foreach album.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + <%include include/createAlbum.html> +
+ <% album.description|html> +
+ <%/if> <%elseif imageRequested> <%else> + <%foreach currentSone.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + <%include include/createAlbum.html> <%/if>