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

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

+ + + <%if albumRequested> @@ -8,15 +254,69 @@

<%= 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>

+ <%if album.sone.local> + + <%/if> + +

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