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

michi at wyona.com michi at wyona.com
Tue Nov 27 23:40:06 CET 2007


Author: michi
Date: 2007-11-27 23:40:06 +0100 (Tue, 27 Nov 2007)
New Revision: 29300

Modified:
   public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
Log:
link added and advanced search commented

Modified: public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
===================================================================
--- public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2007-11-27 22:33:04 UTC (rev 29299)
+++ public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2007-11-27 22:40:06 UTC (rev 29300)
@@ -25,7 +25,7 @@
 
 <body>
 <p>
-<a href="login.html">Login</a> | <a href="register.html">Register</a> | <a href="about.html">About</a>
+<a href="login.html">Login</a> | <a href="register.html">Register</a> | <a href="about.html">About</a> | <a href="developers.html">Developers</a>
 </p>
 
 <xsl:choose>
@@ -37,7 +37,7 @@
 <input type="text" name="q"><xsl:if test="$query != 'QUERY_IS_NULL'"><xsl:attribute name="value"><xsl:value-of select="$query"/></xsl:attribute></xsl:if></input>
 <input type="submit" value="Search" name="submit"/>
 <br/>
-<!--DEBUG2:<xsl:value-of select="$type"/>--><xsl:choose><xsl:when test="$type = 'simple'"><a href="advanced-search.html?q={$query}">Advanced Search</a></xsl:when><xsl:otherwise><a href="index.html?q={$query}">Simple Search</a></xsl:otherwise></xsl:choose> |  <a href="?q={$query}&amp;yanel.resource.viewid=source">XML view</a>
+<!--DEBUG2:<xsl:value-of select="$type"/>--> <!--<xsl:choose><xsl:when test="$type = 'simple'"><a href="advanced-search.html?q={$query}">Advanced Search</a></xsl:when><xsl:otherwise><a href="index.html?q={$query}">Simple Search</a></xsl:otherwise></xsl:choose> |-->  <a href="?q={$query}&amp;yanel.resource.viewid=source">XML view</a>
 </form>
 </p>
 <xsl:apply-templates select="/foaf:foaf/foaf:provider"/>
@@ -58,7 +58,7 @@
 <input type="submit" value="Search" name="submit"/>
 </form>
 <br/>
-<!--DEBUG1:<xsl:value-of select="$type"/>--><xsl:choose><xsl:when test="$type = 'simple'"><a href="advanced-search.html?q={$query}">Advanced Search</a></xsl:when><xsl:otherwise><a href="index.html?q={$query}">Simple Search</a></xsl:otherwise></xsl:choose> |  <a href="?q={$query}&amp;yanel.resource.viewid=source">XML view</a>
+<!--DEBUG1:<xsl:value-of select="$type"/>-->  <!--<xsl:choose><xsl:when test="$type = 'simple'"><a href="advanced-search.html?q={$query}">Advanced Search</a></xsl:when><xsl:otherwise><a href="index.html?q={$query}">Simple Search</a></xsl:otherwise></xsl:choose> |-->  <a href="?q={$query}&amp;yanel.resource.viewid=source">XML view</a>
 </p>
 
 <p>



More information about the Yanel-commits mailing list