Improve display of comments of discussion nodes;
Add a list of instances (Thank you roughnecks).
This commit is contained in:
parent
b26958acae
commit
028fdacc39
3 changed files with 154 additions and 6 deletions
|
@ -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'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue