You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2007/01/17 22:38:35 UTC

svn commit: r497182 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft

Author: thorsten
Date: Wed Jan 17 13:38:35 2007
New Revision: 497182

URL: http://svn.apache.org/viewvc?view=rev&rev=497182
Log:
Excluding search side to be indexed by solr

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft?view=diff&rev=497182&r1=497181&r2=497182
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft Wed Jan 17 13:38:35 2007
@@ -37,7 +37,7 @@
       <xsl:template match="/">
         <forrest:content>
           <forrest:part xpath="/html/head">
-            <xsl:if test="not($request='linkmap') and not($request='solr-search.html') and not(contains($request,'solr.add.do'))">
+            <xsl:if test="not($request='linkmap') and not(contains($request,'solr-search')) and not(contains($request,'solr.add.do'))">
               <link href="{normalize-space($root)}{$request}.solr.add.do.html"/>  
             </xsl:if>
           </forrest:part>