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

michi at wyona.com michi at wyona.com
Sat Sep 1 23:58:47 CEST 2007


Author: michi
Date: 2007-09-01 23:58:46 +0200 (Sat, 01 Sep 2007)
New Revision: 27107

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

Modified: public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
===================================================================
--- public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2007-09-01 21:58:30 UTC (rev 27106)
+++ public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2007-09-01 21:58:46 UTC (rev 27107)
@@ -12,10 +12,10 @@
 <!--
 <xsl:output method="html"/>
 -->
+
 <xsl:param name="query" select="'QUERY_IS_NULL'"/>
+<xsl:param name="type" select="'TYPE_IS_NULL'"/>
 
-
-
 <xsl:template match="/">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
@@ -25,8 +25,13 @@
 
 <body>
 <p>
-<a href="">Sign in</a> | <a href="">Sign up</a> | <a href="?q={$query}&amp;yanel.resource.viewid=source">XML view</a>
+<a href="login.html">Login</a> | <a href="register.html">Register</a> | <a href="?q={$query}&amp;yanel.resource.viewid=source">XML view</a>
 </p>
+
+<p>
+Type: <xsl:value-of select="$type"/>
+</p>
+
 <xsl:choose>
 <xsl:when test="/foaf:foaf/foaf:provider">
 <p>



More information about the Yanel-commits mailing list