X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=ca2014d5eb7d77f8e80e543a54b41c0e066513ad;hb=33f333b35a73d3d4a4e79f41e9dd7b342db87b1a;hp=b3f40031154934b708e736a8c52d3bcc159168bc;hpb=bf40f8d978e4564acece0bf68b645b0e705bd714;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index b3f4003..ca2014d 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -1,5 +1,7 @@ <%include include/head.html> + +

<%= Page.ImageBrowser.Page.Title|l10n|html>

<%if albumRequested> @@ -27,12 +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>