X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=80fe9c597b68af286b5b42a69b4114d243de1406;hb=b7ba75c22f38f11fd547c6427c2876697572e32e;hp=e9d1ad9cf54ec6ef79c66456c45a329935916cc0;hpb=19f6172ad218a12f8b69c11778f286ed28c5cb53;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index e9d1ad9..80fe9c5 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -1,8 +1,25 @@ <%include include/head.html> - + -

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

+ <%if albumRequested> @@ -10,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>

<%if album.sone.current> + <%include include/uploadImage.html> <%include include/createAlbum.html> <%/if> @@ -47,15 +77,47 @@ <%elseif imageRequested> - <%else> + <%ifnull image> + + <%else> - <%foreach currentSone.albums album> -
-
<% album.name|html>
+
+ + <% image|image-link max-width=200 max-height=150> +
- <%/foreach> - <%include include/createAlbum.html> + <%/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> +
+ +
+ <%/foreach> + + <%if sone.current> + <%include include/createAlbum.html> + <%/if> + + <%/if> <%/if>