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

michi at wyona.com michi at wyona.com
Tue Jul 31 16:12:05 CEST 2007


Author: michi
Date: 2007-07-31 16:12:05 +0200 (Tue, 31 Jul 2007)
New Revision: 26428

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
Log:
neither explanation nor anchors seems to work properly and hence commented for the moment

Modified: public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-07-31 14:09:02 UTC (rev 26427)
+++ public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-07-31 14:12:05 UTC (rev 26428)
@@ -182,8 +182,12 @@
           <span style="font-size:smaller;color:green;"><xsl:value-of select="yanel:url"/></span>
           <span style="font-size:smaller;">
             <xsl:text>&#0160;(</xsl:text><a href="?show=cache&amp;idx={$idx}&amp;id={$id}" style="font-size:smaller;"><i18n:message key="cached"/></a><xsl:text>)</xsl:text>
+
+<!-- TODO: Neither explanation nor anchors seem to work properly! -->
+<!--
             <xsl:text>&#0160;(</xsl:text><a href="?show=explain&amp;query={$query}&amp;yanel.meta.language={$yanel.meta.language}&amp;idx={$idx}&amp;id={$id}" style="font-size:smaller;"><i18n:message key="explain"/></a><xsl:text>)</xsl:text>
             <xsl:text>&#0160;(</xsl:text><a href="?show=anchors&amp;idx={$idx}&amp;id={$id}" style="font-size:smaller;"><i18n:message key="anchors"/></a><xsl:text>)</xsl:text>
+-->
           </span>
       </div>
     </div>



More information about the Yanel-commits mailing list