You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2010/04/14 10:26:44 UTC

svn commit: r933878 - /ofbiz/site/index.html

Author: jacopoc
Date: Wed Apr 14 08:26:44 2010
New Revision: 933878

URL: http://svn.apache.org/viewvc?rev=933878&view=rev
Log:
Quick fix for the search box that was not working after the migration to ASF Confluence

Modified:
    ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=933878&r1=933877&r2=933878&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Wed Apr 14 08:26:44 2010
@@ -44,10 +44,15 @@
             </ul>
         </div>
         <div id="search">
-           <form method="POST" action="http://cwiki.apache.org/confluence/dosearchsite.action" name="searchForm">
-               <input type="hidden" name="quickSearch" value="true" />
-               <input type="hidden" name="searchQuery.spaceKey" value="conf_global" />
-                  <input type="text" id="searchDocs" value="Search..." class="class1 class2" accessKey="s" name="searchQuery.queryString" />
+           <form method="GET" action="http://cwiki.apache.org/confluence/dosearchsite.action" name="searchForm">
+               <select name="where">
+                   <option value="OFBIZ">Wiki</option>
+                   <option value="OFBADMIN">Project</option>
+                   <option value="OFBENDUSER">End User Docs</option>
+                   <option value="OFBTECH">Technical Docs</option>
+                   <option value="OFBREQDES">Requirements</option>
+               </select>
+               <input type="text" id="searchDocs" value="Search..." class="class1 class2" accessKey="s" name="queryString" />
            </form>
         </div>
         <div id="slides">