X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=45836db7529197e8df836fc13cd71326e2dfaca2;hb=a93b7a9dbcfad88d2881825c4a88cea3330be62c;hp=9bcaa9dd0809fa9662e1212a31d745cd907731a0;hpb=b8545de14af229c6b557ef2229ee0166459d3a16;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 9bcaa9d..45836db 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -73,7 +73,7 @@ <%ifnull album.image> <% album.title|html> <%else> - <% album.title|html> + <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> @@ -89,7 +89,7 @@ <% album.description|html> - <%if album.sone.current> + <%if album.sone.local> <%include include/uploadImage.html> <%include include/createAlbum.html> @@ -234,13 +234,13 @@ <%ifnull album.image> <% album.title|html> <%else> - <% album.title|html> + <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> <%/foreach> - <%if sone.current> + <%if sone.local> <%include include/createAlbum.html> <%/if>