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

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


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

Modified:
   public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
Log:
minor stuff 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-08-31 23:00:04 UTC (rev 27093)
+++ public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2007-08-31 23:04:48 UTC (rev 27094)
@@ -31,9 +31,9 @@
 <xsl:when test="/foaf:foaf/foaf:provider">
 <p>
 <!-- TODO: Do not hardcode the action ... -->
-<form action="index.html">
+<form action="." method="get">
 <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"/>
+<input type="submit" value="Search" name="submit"/>
 <br/>
 <a href="advanced-search.html?q={$query}">Advanced Search</a>
 </form>
@@ -51,12 +51,12 @@
 
 <p>
 <!-- TODO: Do not hardcode the action ... -->
-<form action="index.html">
+<form action="." method="get">
 <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"/>
+<input type="submit" value="Search" name="submit"/>
+</form>
 <br/>
 <a href="advanced-search.html">Advanced Search</a>
-</form>
 </p>
 
 <p>



More information about the Yanel-commits mailing list