X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=6b91960f4dc42381bf03b3fd892b0f718d53d393;hb=d53b31b68dd0764585a9e110d3cae946bb189c80;hp=71cec494da402c082ff0c512822930c394c8ac7f;hpb=714ff543c5afd0f51e19897c1940708c7e7af544;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 71cec49..6b91960 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>

+ + <%else> + +

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

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