X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=ca2014d5eb7d77f8e80e543a54b41c0e066513ad;hb=33f333b35a73d3d4a4e79f41e9dd7b342db87b1a;hp=9e03ef2a592cd0d1a267fd225b52e3b51e4166fa;hpb=b58cd0a450858a1eb9986af0f60bbbe1d5ddcdc6;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 9e03ef2..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> @@ -8,9 +10,51 @@

<%= Page.ImageBrowser.Album.Error.NotFound.Text|l10n|html>

+ <%elseifnull album.name> + +

<%= Page.ImageBrowser.Album.Error.NotFound.Text|l10n|html>

+ <%else> + +

<% album.name|html>

+ + + + <%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> <%include include/tail.html>