X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=bb3f97a975e51cfd63431fcf101553b32f996b19;hb=ac1df1320b745da975bb60aabfec94c454429e51;hp=f8683945858424576ae4991f30234a07735df5a2;hpb=11f387f57dc3092a155342637c58e4c6cc9c9a37;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index f868394..bb3f97a 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -2,8 +2,6 @@ -

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

- <%if albumRequested> <%ifnull album> @@ -16,7 +14,7 @@ <%else> -

<% album.name|html>

+

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

- <%include include/createAlbum.html> + <%foreach album.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + +
+ <% album.description|html> +
+ + <%if album.sone.current> + <%include include/createAlbum.html> + <%/if> <%/if> <%elseif imageRequested> - <%else> + <%elseif soneRequested> + + <%ifnull sone> + +

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

- <%include include/createAlbum.html> + <%else> + + <%foreach sone.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + + <%if sone.current> + <%include include/createAlbum.html> + <%/if> + + <%/if> <%/if>