X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=3b36e034fa5ab5704bf654f8fa9de27242f01831;hb=cd4feb21a6487174107786f64be5d7c779fe5168;hp=9bcaa9dd0809fa9662e1212a31d745cd907731a0;hpb=0df5e91852f737d760c5a9f54c5667309fbadcc2;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 9bcaa9d..3b36e03 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -70,11 +70,13 @@ <%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> @@ -231,16 +233,18 @@ <%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>