X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=d48cfa15693626c6bd306e72b9a635210337bb3a;hb=411f17fd14972dffc24980d5f7860685ffbb99ff;hp=6ec8426af2d57d590293504e59351fe7f0d4647b;hpb=ff2229322a9b1efcb2a1d670a5b0cac9c15c4121;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 6ec8426..d48cfa1 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> @@ -13,6 +15,56 @@

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

<%else> + +

<%= Page.ImageBrowser.Album.Title|l10n|replace needle='{album}' replacementKey=album.name|html>

+ + + + <%foreach album.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + +
+ <% album.description|html> +
+ + <%if album.sone.current> + <%include include/createAlbum.html> + <%/if> + + <%/if> + + <%elseif imageRequested> + + <%elseif soneRequested> + + <%ifnull sone> + +

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

+ + <%else> + + <%foreach sone.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + + <%if sone.current> + <%include include/createAlbum.html> + <%/if> + <%/if> <%/if>