X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=a441206cb195f4715d6bf0a59a0175a47e2958a7;hb=4b6e34e92725ea78aafb8bed1b6cfdc2861d0942;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..a441206 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -29,18 +29,32 @@ <%/foreach> - <%include include/createAlbum.html> + <%foreach album.albums album> +
+
<% album.name|html>
+
+ <%/foreach>
<% album.description|html>
+ <%if album.sone.current> + <%include include/createAlbum.html> + <%/if> + <%/if> <%elseif imageRequested> <%else> + <%foreach currentSone.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + <%include include/createAlbum.html> <%/if>