X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=e9d1ad9cf54ec6ef79c66456c45a329935916cc0;hb=19f6172ad218a12f8b69c11778f286ed28c5cb53;hp=ece0dfca8e49d7b69b31371e865da55ad1f9de81;hpb=c5ad3a58f7b18c96a025e775562daabb28cde7ca;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index ece0dfc..e9d1ad9 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,18 +29,33 @@ <%/foreach> + <%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>