Improve display of comments of discussion nodes;

Add a list of instances (Thank you roughnecks).
This commit is contained in:
Schimon Jehudah, Adv. 2024-09-05 11:08:26 +03:00
parent b26958acae
commit 028fdacc39
3 changed files with 154 additions and 6 deletions

View file

@ -299,6 +299,17 @@ xmlns:atom='http://www.w3.org/2005/Atom'>
(XMPP)
</xsl:element>
</xsl:if>
<xsl:if test='atom:link[@rel="contact"]'>
<xsl:element name='a'>
<xsl:attribute name='href'>
<xsl:value-of select='atom:link[@rel="contact"]/@href'/>
</xsl:attribute>
<xsl:attribute name='class'>
<xsl:text>contact-uri</xsl:text>
</xsl:attribute>
🪪️ Contact
</xsl:element>
</xsl:if>
<xsl:if test='atom:link[@rel="replies"]'>
<xsl:element name='a'>
<xsl:attribute name='href'>