X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=80fe9c597b68af286b5b42a69b4114d243de1406;hb=b7ba75c22f38f11fd547c6427c2876697572e32e;hp=bb3f97a975e51cfd63431fcf101553b32f996b19;hpb=ac1df1320b745da975bb60aabfec94c454429e51;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index bb3f97a..80fe9c5 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -1,5 +1,24 @@ <%include include/head.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> -

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

+

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

<%if album.sone.current> + <%include include/uploadImage.html> <%include include/createAlbum.html> <%/if> @@ -45,6 +77,18 @@ <%elseif imageRequested> + <%ifnull image> + + <%else> + +
+ + <% image|image-link max-width=200 max-height=150> + +
+ + <%/if> + <%elseif soneRequested> <%ifnull sone> @@ -53,9 +97,19 @@ <%else> +

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

+ <%foreach sone.albums album>
-
<% album.name|html>
+
+ + <%ifnull album.image> + <% album.title|html> + <%else> + <% album.title|html> + <%/if> + +
<%/foreach>