X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=019da9f5f4037bed2409d2ea643feaa0e5b066de;hp=6faea1122685d6b1746a27b652b1bcc9f5f7703f;hb=e67e554aa7b1b4de9059d3f0bb741b95b79a7cfa;hpb=bf6507766c997f89bb2415e837fc11ba01829433 diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 6faea11..019da9f 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -69,12 +69,14 @@ <%foreach album.albums album>
- - <%ifnull album.image> + + <%ifnull album.albumImage> <% album.title|html> <%else> - <% album.title|html> + <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> +
+ <% album.title|html>
<%/foreach> @@ -89,7 +91,7 @@ <% album.description|html> - <%if album.sone.current> + <%if album.sone.local> <%include include/uploadImage.html> <%include include/createAlbum.html> @@ -191,8 +193,7 @@

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

-
- +
@@ -231,17 +232,19 @@ <%foreach sone.albums album>
- - <%ifnull album.image> + + <%ifnull album.albumImage> <% album.title|html> <%else> - <% album.title|html> + <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> +
+ <% album.title|html>
<%/foreach> - <%if sone.current> + <%if sone.local> <%include include/createAlbum.html> <%/if>