X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=c205877f26555355e6028ce62d050ed4b354ab16;hb=7d05fc1e9e953473e0e107257a1363433d444d9b;hp=9bcaa9dd0809fa9662e1212a31d745cd907731a0;hpb=a23c4f218c3adf236d89d5927cae37d6e6e4feda;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 9bcaa9d..c205877 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -73,8 +73,10 @@ <%ifnull album.image> <% 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> @@ -234,13 +236,15 @@ <%ifnull album.image> <% 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>