X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FbrowseAlbums.html;h=9aacad3ae030e654c394b7110c3584cf330e41d4;hp=d925a3cf4b9fb551284a333cc9b9d2e693ec07ae;hb=0f7a91f4fa689a4084d7db5987a534b4b4fc3866;hpb=c74a47f5550837aba3864574fd0ec2fd68b02b09 diff --git a/src/main/resources/templates/include/browseAlbums.html b/src/main/resources/templates/include/browseAlbums.html index d925a3c..9aacad3 100644 --- a/src/main/resources/templates/include/browseAlbums.html +++ b/src/main/resources/templates/include/browseAlbums.html @@ -1,6 +1,6 @@ <%foreach albums album> <%first>

<%= Page.ImageBrowser.Header.Albums|l10n|html>

<%/first> - <%if loop.count|mod divisor=3>
<%/if> + <%if loop.count|mod divisor==3>
<%/if>
@@ -8,13 +8,13 @@ <%ifnull album.albumImage> <% album.title|html> <%else> - <% album.albumImage|image-link max-width=250 max-height=250 mode=enlarge title==album.title> + <% album.albumImage|image-link max-width==250 max-height==250 mode==enlarge title=album.title> <%/if>
<% album.title|html> (<%= View.Sone.Stats.Images|l10n 0=album.images.size>)
-
<% album.description|html>
+
<% album.description|parse sone=album.sone>
<%if album.sone.local>
@@ -22,6 +22,11 @@ +
+ + +
+
<%/if> <%/foreach>