[Yanel-commits] rev 44006 - public/yanel/trunk/src/contributions/resources/search/htdocs

michi at wyona.com michi at wyona.com
Wed Aug 5 12:15:32 CEST 2009


Author: michi
Date: 2009-08-05 12:15:31 +0200 (Wed, 05 Aug 2009)
New Revision: 44006

Modified:
   public/yanel/trunk/src/contributions/resources/search/htdocs/results2xhtml.xsl
Log:
provider to link added

Modified: public/yanel/trunk/src/contributions/resources/search/htdocs/results2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/search/htdocs/results2xhtml.xsl	2009-08-05 10:12:21 UTC (rev 44005)
+++ public/yanel/trunk/src/contributions/resources/search/htdocs/results2xhtml.xsl	2009-08-05 10:15:31 UTC (rev 44006)
@@ -52,7 +52,7 @@
   </xsl:template>
 
   <xsl:template match="y:results">
-    <h2>All Results (<a href="?q={../y:query}&amp;yanel.resource.viewid=xml">as XML</a>)</h2>
+    <h2>All Results (<a href="?q={../y:query}&amp;provider={../y:provider}&amp;yanel.resource.viewid=xml">as XML</a>)</h2>
     <ul>
     <xsl:apply-templates select="y:result"/>
     </ul>



More information about the Yanel-commits mailing list