diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties index 5a7a283c..c639f931 100644 --- a/xdoc/plugin.properties +++ b/xdoc/plugin.properties @@ -27,6 +27,8 @@ maven.xdoc.crumb.separator=| maven.xdoc.theme.url= maven.xdoc.theme=theme +maven.xdoc.legend=true + # Location where the artifacts are distributed. This property is optional. # If it is not defined, then the Download report will not be added to the # navigation menu. diff --git a/xdoc/project.xml b/xdoc/project.xml index 88067423..b4bc6a91 100644 --- a/xdoc/project.xml +++ b/xdoc/project.xml @@ -23,7 +23,7 @@ 3 maven-xdoc-plugin Maven XDoc Plug-in - 1.8 + 1.9-SNAPSHOT Convert xdocs into HTML. Requires Maven 1.0 RC2. Convert xdocs into HTML http://maven.apache.org/reference/plugins/xdoc/ diff --git a/xdoc/src/plugin-resources/css/maven-base.css b/xdoc/src/plugin-resources/css/maven-base.css index 7e4f9971..e58d3785 100644 --- a/xdoc/src/plugin-resources/css/maven-base.css +++ b/xdoc/src/plugin-resources/css/maven-base.css @@ -62,6 +62,9 @@ div.clear hr{ #bodyColumn { margin-left: 20%; } +#legend { + padding: 8px 0 8px 0; +} #navcolumn { padding: 8px 4px 0 8px; } diff --git a/xdoc/src/plugin-resources/css/maven-classic.css b/xdoc/src/plugin-resources/css/maven-classic.css index d2e29f85..9ff000c2 100755 --- a/xdoc/src/plugin-resources/css/maven-classic.css +++ b/xdoc/src/plugin-resources/css/maven-classic.css @@ -96,11 +96,19 @@ a:link.selfref, a:visited.selfref { color: @UI_HREF_LINK_SELFREF@ !important; } +#legend li.externalLink { + background: url(../images/external-classic.png) left top no-repeat; + padding-left: 18px; +} a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { background: url(../images/external-classic.png) right center no-repeat; - padding-right: 15px; + padding-right: 18px; } +#legend li.newWindow { + background: url(../images/newwindow-classic.png) left top no-repeat; + padding-left: 18px; +} a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { background: url(../images/newwindow-classic.png) right center no-repeat; padding-right: 18px; @@ -124,7 +132,7 @@ img.handle { #navcolumn div div { padding-left: 10px; } -/* $Id: maven-classic.css,v 1.3 2004/05/18 09:23:28 aheritier Exp $ +/* $Id: maven-classic.css,v 1.4 2004/07/13 12:18:59 brett Exp $ This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */ diff --git a/xdoc/src/plugin-resources/css/maven-theme.css b/xdoc/src/plugin-resources/css/maven-theme.css index 43b298bd..83af53e0 100644 --- a/xdoc/src/plugin-resources/css/maven-theme.css +++ b/xdoc/src/plugin-resources/css/maven-theme.css @@ -14,9 +14,17 @@ a:visited { a:active, a:hover { color:#69c; } +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { background: url(../images/external.png) right center no-repeat; - padding-right: 15px; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; } a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { background: url(../images/newwindow.png) right center no-repeat; diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 5f46f467..d983877e 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -33,12 +33,12 @@ trim="true"> - - + + ${maven.xdoc.date} - - + + @@ -56,15 +56,15 @@ @@ -86,67 +86,67 @@ @@ -163,6 +163,15 @@ + +
+
Legend
+
    + +
  • Opens in a new window
  • +
+
+
${file} ${maven.xdoc.poweredby.image} @@ -177,24 +186,23 @@
Last published: ${build.date}
- - + + - -
-
- - - - -
-
-

- - + +
+
+ + + + +
+
+

+ - -