diff --git a/webpage/build.xml b/webpage/build.xml index f4199a412..fe3dfc253 100644 --- a/webpage/build.xml +++ b/webpage/build.xml @@ -36,7 +36,7 @@ excludes="**/stylesheets/** empty.xml" includes="**/*.xml" lastModifiedCheck="true" - velocityPropertiesFile="${docs.src}/velocity.properties"> + templatePath="./xdocs/stylesheets"> + + ## Defined variables + #set ($bodybg = "#ffffff") + #set ($bodyfg = "#000000") + #set ($bodylink = "#525D76") + #set ($bannerbg = "#525D76") + #set ($bannerfg = "#ffffff") + #set ($subbannerbg = "#828DA6") + #set ($subbannerfg = "#ffffff") + #set ($tablethbg = "#039acc") + #set ($tabletdbg = "#a0ddf0") + + +#document() + + +## This is where the macro's live + +#macro ( table $table) +
![]() |
+ ![]() |
+ ![]() |
+
![]() |
+ $escape.getText($value.getText()) |
+ ![]() |
+
![]() |
+ ![]() |
+ ![]() |
+
+ + $subsection.getAttributeValue("name") + + |
+ + #foreach ( $items in $subsection.getChildren() ) + #if ($items.getName().equals("img")) + #image ($items) + #elseif ($items.getName().equals("source")) + #source ($items) + #elseif ($items.getName().equals("table")) + #table ($items) + #else + $xmlout.outputString($items) + #end + #end ++ |
+ + $section.getAttributeValue("name") + + |
+ + #foreach ( $items in $section.getChildren() ) + #if ($items.getName().equals("img")) + #image ($items) + #elseif ($items.getName().equals("source")) + #source ($items) + #elseif ($items.getName().equals("table")) + #table ($items) + #elseif ($items.getName().equals("subsection")) + #subsection ($items) + #else + $xmlout.outputString($items) + #end + #end ++ |
$menu.getAttributeValue("name")
+
+ + | |
+ #makeProject() + | ++ #set ($allSections = $root.getChild("body").getChildren("section")) + #foreach ( $section in $allSections ) + #section ($section) + #end + | +
+ + | |
+
+ Copyright © 1999-2001, Apache Software Foundation
+
+ |