X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=c2257bdcc10440f42fdf48f81a714d4276123188;hp=ece0dfca8e49d7b69b31371e865da55ad1f9de81;hb=7090538cb031fe04afc37f19d12f3e641f953120;hpb=c5ad3a58f7b18c96a025e775562daabb28cde7ca diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index ece0dfc..c2257bd 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -1,6 +1,25 @@ <%include include/head.html> -

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

+ + + <%if albumRequested> @@ -14,7 +33,7 @@ <%else> -

<% album.name|html>

+

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

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

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

+ + <%else> + +

<%= Page.ImageBrowser.Sone.Title|l10n|replace needle='{sone}' replacementKey=sone.niceName|html>

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