X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=e9d1ad9cf54ec6ef79c66456c45a329935916cc0;hb=19f6172ad218a12f8b69c11778f286ed28c5cb53;hp=9d8905506744710efa96879d6fa7d67aa4bc00ee;hpb=d61e1457433ceb1c787bf2f718a092e16614ca3e;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 9d89055..e9d1ad9 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -35,18 +35,26 @@ <%/foreach> - <%include include/createAlbum.html> -
<% 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>