[EMAIL PROTECTED] wrote:
Author: josias
Date: Fri Jun 30 02:22:39 2006
New Revision: 418211

URL: http://svn.apache.org/viewvc?rev=418211&view=rev
Log:
reverted commit 416749 on this file which was probably accidental (related to 
bug #39801).

I guess that was me, right?
It was accidential, thanks a lot for reverting this!

-- Andreas

now search should work as before.

Modified:
    lenya/trunk/src/modules/sitetree/xslt/navigation/search.xsl

Modified: lenya/trunk/src/modules/sitetree/xslt/navigation/search.xsl
URL: 
http://svn.apache.org/viewvc/lenya/trunk/src/modules/sitetree/xslt/navigation/search.xsl?rev=418211&r1=418210&r2=418211&view=diff
==============================================================================
--- lenya/trunk/src/modules/sitetree/xslt/navigation/search.xsl (original)
+++ lenya/trunk/src/modules/sitetree/xslt/navigation/search.xsl Fri Jun 30 
02:22:39 2006
@@ -25,13 +25,15 @@
   exclude-result-prefixes="nav"
   >
- <xsl:param name="root"/> - <xsl:template match="nav:site">
     <div id="search">
-      <form action="{$root}search.html" id="form-search">
+      <form action="?" id="form-search">
         <p>
           <input class="searchfield" type="text" name="queryString" alt="Search 
field"/>
+          <select name="lenya.usecase">
+            <option selected="true" value="lucene.search">Internal</option>
+            <option value="lucene.externalOpensearch">External</option>
+          </select>
           <input type="hidden" value="20" name="pageLength"/>
           <input class="searchsubmit" type="submit" value="Go" 
name="input-go"/>
         </p>


--
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                     [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to