[Yanel-commits] rev 29737 - public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt

michi at wyona.com michi at wyona.com
Mon Dec 10 21:56:58 CET 2007


Author: michi
Date: 2007-12-10 21:56:58 +0100 (Mon, 10 Dec 2007)
New Revision: 29737

Modified:
   public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
Log:
username added

Modified: public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
===================================================================
--- public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2007-12-10 20:51:10 UTC (rev 29736)
+++ public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2007-12-10 20:56:58 UTC (rev 29737)
@@ -27,7 +27,7 @@
 <body>
 <p>
 <font size="-1">
-<xsl:choose><xsl:when test="$username = 'foaf:uin'"><a href="login.html">Login</a></xsl:when><xsl:otherwise><a href="?yanel.usecase=logout">Logout</a></xsl:otherwise></xsl:choose> | <!--<a href="register.html">Register</a> | --><a href="about.html">About</a> | <a href="developers.html">Developers</a>
+<xsl:choose><xsl:when test="$username = 'foaf:uin'"><a href="login.html">Login</a></xsl:when><xsl:otherwise><a href="?yanel.usecase=logout">Logout</a> (<xsl:value-of select="$username"/>)</xsl:otherwise></xsl:choose> | <!--<a href="register.html">Register</a> | --><a href="about.html">About</a> | <a href="developers.html">Developers</a> | <a href="http://yanel.wyona.org/en/download/index.html">Download</a>
 </font>
 </p>
 



More information about the Yanel-commits mailing list