X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewReply.html;h=765b03f0310b8459e7d080675d8c95c84975e27b;hb=9d650c4e96208a94f448a31aa481ec4f0965b4e9;hp=5e2ed7d789219c292d6954608957411f8a5232bd;hpb=094ecd1d3e956c9010f9eabdeffa8d51f6b30037;p=Sone.git diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index 5e2ed7d..765b03f 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -6,7 +6,7 @@ <%include include/soneMenu.html class=="sone-reply-menu" sone=reply.sone>
<%ifnull !reply.sone.profile.avatar> - <% reply.sone.profile.avatar|image-link max-width==36 max-height==36 mode==enlarge title=="Avatar Image"> + <% reply.sone.profile.avatar|build-id sone=reply.sone|image-link max-width==36 max-height==36 mode==enlarge title=="Avatar Image"> <%else> Avatar Image <%/if> @@ -15,14 +15,23 @@
<% reply.text|html|store key==originalText text==true> - <% reply.text|parse sone=reply.sone|store key==parsedText text==true> - <% reply.text|parse sone=reply.sone length=core.preferences.charactersPerPost cut-off-length=core.preferences.postCutOffLength|store key==shortText text==true> + <% reply.text|parse sone=reply.sone|store key==parts> + <% parts|render|store key==parsedText text==true> + <% parts|render length=core.preferences.charactersPerPost cut-off-length=core.preferences.postCutOffLength|store key==shortText text==true>
<% originalText>
<% parsedText>
<% shortText>
<%if !shortText|match value=parsedText><%if !raw><%= View.Post.ShowMore|l10n|html><%/if><%/if> <%if !shortText|match value=parsedText><%if !raw><%/if><%/if>
+ <%foreach parts part> + <%if part.class.simpleName|match value==AlbumPart> + <% part.album.images.random|store key==image> +
+ <%include include/viewAlbum.html album=part.album hideMoveButtons==true> +
+ <%/if> + <%/foreach>
<% reply.time|date format=="MMM d, yyyy, HH:mm:ss">
·