[Yanel-commits] rev 26511 - public/yanel/trunk/src/contributions/resources/nutch/xslt

michi at wyona.com michi at wyona.com
Mon Aug 6 11:17:56 CEST 2007


Author: michi
Date: 2007-08-06 11:17:55 +0200 (Mon, 06 Aug 2007)
New Revision: 26511

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
Log:
group also added to refined query

Modified: public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-08-06 09:11:50 UTC (rev 26510)
+++ public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-08-06 09:17:55 UTC (rev 26511)
@@ -80,7 +80,7 @@
      Refined Query:
      <span id="refined-query-terms">
      <xsl:for-each select="yanel:term">
-       <a href="?query={.}"><xsl:value-of select="."/></a>
+       <a href="?query={.}&amp;group={$group}"><xsl:value-of select="."/></a>
        <xsl:if test="position() != last()">, </xsl:if>
     </xsl:for-each>
     </span>



More information about the Yanel-commits mailing list