X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=ea6fdec2689401321e4be07335f038a2044d4a27;hb=d537e73df4c53b205f2c06067a6bb4616f45c530;hp=c2257bdcc10440f42fdf48f81a714d4276123188;hpb=7090538cb031fe04afc37f19d12f3e641f953120;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index c2257bd..ea6fdec 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -27,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> @@ -72,6 +79,18 @@ <%elseif imageRequested> + <%ifnull image> + + <%else> + +
+ + <% image|image-link max-width=200 max-height=150> + +
+ + <%/if> + <%elseif soneRequested> <%ifnull sone> @@ -87,9 +106,9 @@
<%ifnull album.image> - <% album.name|html> + <% album.title|html> <%else> - <% album.name|html> + <% album.title|html> <%/if>