X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=ea6fdec2689401321e4be07335f038a2044d4a27;hb=d537e73df4c53b205f2c06067a6bb4616f45c530;hp=6b91960f4dc42381bf03b3fd892b0f718d53d393;hpb=d53b31b68dd0764585a9e110d3cae946bb189c80;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 6b91960..ea6fdec 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 +79,18 @@ <%elseif imageRequested> + <%ifnull image> + + <%else> + +
+ + <% image|image-link max-width=200 max-height=150> + +
+ + <%/if> + <%elseif soneRequested> <%ifnull sone> @@ -57,7 +103,15 @@ <%foreach sone.albums album>
-
<% album.name|html>
+
+ + <%ifnull album.image> + <% album.title|html> + <%else> + <% album.title|html> + <%/if> + +
<%/foreach>