X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=e1f4aea24a77f22750f7d8690a2b9de788d89b14;hb=7664f68b0010c691a8097231113d17d5281d8a96;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..e1f4aea 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -1,6 +1,24 @@ <%include include/head.html> -

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

+ + + <%if albumRequested> @@ -14,7 +32,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> - <%include include/createAlbum.html> +

<%= 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>