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

michi at wyona.com michi at wyona.com
Sat Sep 1 01:00:04 CEST 2007


Author: michi
Date: 2007-09-01 01:00:04 +0200 (Sat, 01 Sep 2007)
New Revision: 27093

Modified:
   public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
Log:
action fixed for the moment

Modified: public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
===================================================================
--- public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2007-08-31 22:55:50 UTC (rev 27092)
+++ public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2007-08-31 23:00:04 UTC (rev 27093)
@@ -30,7 +30,8 @@
 <xsl:choose>
 <xsl:when test="/foaf:foaf/foaf:provider">
 <p>
-<form action="advanced-search.html">
+<!-- TODO: Do not hardcode the action ... -->
+<form action="index.html">
 <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"/>
 <br/>
@@ -49,7 +50,8 @@
 <h1>Find a friend</h1>
 
 <p>
-<form action="advanced-search.html">
+<!-- TODO: Do not hardcode the action ... -->
+<form action="index.html">
 <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"/>
 <br/>



More information about the Yanel-commits mailing list