You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by cm...@apache.org on 2012/09/07 14:51:51 UTC

svn commit: r1382000 - /incubator/deltaspike/site/trunk/content/deltaspike/index.html

Author: cmoulliard
Date: Fri Sep  7 12:51:50 2012
New Revision: 1382000

URL: http://svn.apache.org/viewvc?rev=1382000&view=rev
Log:
Add google search bar

Modified:
    incubator/deltaspike/site/trunk/content/deltaspike/index.html

Modified: incubator/deltaspike/site/trunk/content/deltaspike/index.html
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/index.html?rev=1382000&r1=1381999&r2=1382000&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/index.html (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/index.html Fri Sep  7 12:51:50 2012
@@ -38,6 +38,11 @@
                         <li><a href="support.html">Support</a></li>
                     </ul>
                 </div><!--/.nav-collapse -->
+                <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
+                    <input value="incubator.apache.org/deltaspike" name="sitesearch" type="hidden"/>
+                    <input class="search-query" name="q" id="query" type="text" />
+                </form>
+                <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
             </div>
         </div>
     </div>