summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobbat2 <robbat2>2010-07-22 02:15:39 +0000
committerrobbat2 <robbat2>2010-07-22 02:15:39 +0000
commit5307b383a26b21018f23a2bb9eb53ecd9ae28b59 (patch)
tree520e911e537bbd556581e5c92cbeed8ddc16d2dd
parentJoined and retired may be multi-valued. (diff)
downloadwww-redesign-5307b383a26b21018f23a2bb9eb53ecd9ae28b59.tar.gz
www-redesign-5307b383a26b21018f23a2bb9eb53ecd9ae28b59.tar.bz2
www-redesign-5307b383a26b21018f23a2bb9eb53ecd9ae28b59.zip
Add joined and retired to XML of userinfo/devinfo.
-rw-r--r--xml/htdocs/xsl/devlist.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/xml/htdocs/xsl/devlist.xsl b/xml/htdocs/xsl/devlist.xsl
index dd2a4881..d30487a8 100644
--- a/xml/htdocs/xsl/devlist.xsl
+++ b/xml/htdocs/xsl/devlist.xsl
@@ -34,6 +34,12 @@
</xsl:if>
<xsl:value-of select="normalize-space(location)"/>
</location>
+ <xsl:for-each select="joined">
+ <joined><xsl:value-of select="normalize-space(.)"/></joined>
+ </xsl:for-each>
+ <xsl:for-each select="retired">
+ <retired><xsl:value-of select="normalize-space(.)"/></retired>
+ </xsl:for-each>
<roles><xsl:value-of select="normalize-space(roles)"/></roles>
<xsl:if test="string-length(status) > 0">
<status><xsl:value-of select="translate(normalize-space(status),'QWERTYUIOPLKJHGFDSAZXCVBNM','qwertyuioplkjhgfdsazxcvbnm')"/></status>