X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=abb61328d304ee4329a6bdd98bd1b361727f8081;hb=294509dfcf1c6ed281f5593f7c50d02c8f72e449;hp=fae402675b527eca6586babae5415f945fa6b10b;hpb=38e315479e040b02af63aa1d569812e7fd0c95d0;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index fae4026..abb6132 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -1,6 +1,6 @@ <%include include/head.html> -

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

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

<% album.name|html>

+

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

+ <%foreach album.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + +
+ <% album.description|html> +
+ + <%if album.sone.current> + <%include include/createAlbum.html> + <%/if> + + <%/if> + + <%elseif imageRequested> + + <%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> + + <%if sone.current> + <%include include/createAlbum.html> + <%/if> + <%/if> <%/if>