X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=9d8905506744710efa96879d6fa7d67aa4bc00ee;hb=d61e1457433ceb1c787bf2f718a092e16614ca3e;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..9d89055 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,6 +29,18 @@ <%/foreach> + <%foreach album.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + + <%include include/createAlbum.html> + +
+ <% album.description|html> +
+ <%/if> <%elseif imageRequested>