X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=80fe9c597b68af286b5b42a69b4114d243de1406;hb=b7ba75c22f38f11fd547c6427c2876697572e32e;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..80fe9c5 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> @@ -8,13 +27,13 @@

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

- <%elseifnull album.name> + <%elseifnull album.title>

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

<%else> -

<% album.name|html>

+

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

+ <%foreach album.albums album> +
+ + <%ifnull album.image> + <% album.title|html> + <%else> + <% album.title|html> + <%/if> + +
+ <%/foreach> + + <%foreach album.images image> +
+ <% image|image-link max-width=200 max-height=150> +
+ <%/foreach> + +
+ <% album.description|html> +
+ + <%if album.sone.current> + <%include include/uploadImage.html> + <%include include/createAlbum.html> + <%/if> + <%/if> <%elseif imageRequested> - <%else> + <%ifnull image> + + <%else> + +
+ + <% image|image-link max-width=200 max-height=150> + +
+ + <%/if> + + <%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.title|html> + <%else> + <% album.title|html> + <%/if> + +
+
+ <%/foreach> + + <%if sone.current> + <%include include/createAlbum.html> + <%/if> -
- - - - -
+ <%/if> <%/if>