X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=71cec494da402c082ff0c512822930c394c8ac7f;hb=714ff543c5afd0f51e19897c1940708c7e7af544;hp=ece0dfca8e49d7b69b31371e865da55ad1f9de81;hpb=c5ad3a58f7b18c96a025e775562daabb28cde7ca;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index ece0dfc..71cec49 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -1,5 +1,7 @@ <%include include/head.html> + +

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

<%if albumRequested> @@ -27,18 +29,19 @@ <%/foreach> + <%include include/createAlbum.html> + +
+ <% album.description|html> +
+ <%/if> <%elseif imageRequested> <%else> -
- - - - -
+ <%include include/createAlbum.html> <%/if>