From 32c341df6043be97c8fbe28a24d5eb9dbc387692 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 8 Jul 2003 03:47:45 +0000 Subject: [PATCH] Add a search element to nav courtesy of Tim A. This is MAVEN-554 with a fix git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113610 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/site.jsl | 28 +++++++++++++++++++++++++++- xdoc/xdocs/index.xml | 4 ++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index fca999e6..01237eef 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -163,7 +163,7 @@ - + @@ -414,6 +414,32 @@ + + + + + +
+ Search ${pom.name} +
+ + Google +

+ + + + + + + + + + + +

+
+
diff --git a/xdoc/xdocs/index.xml b/xdoc/xdocs/index.xml index 72bab35f..96996734 100644 --- a/xdoc/xdocs/index.xml +++ b/xdoc/xdocs/index.xml @@ -43,6 +43,10 @@ ]]> +

+ If a search element is found in the navigation.xml body, a search navigation + menu is generated that uses google +

In addition to xdocs, users may wish to include other types of files such as images, their own HTML files, PDFs, etc. By