## #set ($images = "http://geronimo.apache.org/images") #set ($siteroot = "http://geronimo.apache.org") #set ($pageContentHeaderEnabled = false) ## #macro (spacer $width $height) ## ## Note: Replaced the spacer.gif with a table because IE wont honor the image height ## ## ##
#end ## #macro (renderPage $title) #set($globalHelper = $action.getGlobalHelper()) #set($renderer = $globalHelper.getWikiStyleRenderer()) ## ## FIXME: Must be a more efficient way to find a page... ## #foreach ($child in $page.space.pages) #if ($child.title.equals($title)) #set ($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim()) ## ## HACK: Remove the leading

and trailing

## #set ($content = $content.substring(3, $content.length())) #set ($end = $content.length() - 4) #set ($content = $content.substring(0, $end)) $content #end #end #end ## #macro (topNav) ## ## NOTE: Turn off the top-nav links ## ## ## ##
 
Edit Page
## ## ## ##
#end ## #macro (pageControls)
Edit Page ## ## NOTE: Turn off the browse/add page links ## ##   ## ## ##   ## ##   ### ### HACK: AutoExport does something crazy to this URL... so split it up into bits and write with Javascript ### to force the correct values to be rendererd ### ### ### Turned off printing and PDF export ### ### ### ###   ### ###
#end ## ## #macro (tabs) ## ## Turn off tabs, no longer in use. ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #pageControls() ##
## #end ## #macro (breadCrumbs)
 $autoexport.breadcrumbs($page) User List | Dev List | Wiki | Issue Tracker  
#end ## #macro (sideNavSection $title) #set ($pagename = "SideNav $title")
  $title
#renderPage($pagename)
#spacer(175 2) #end ## #macro (sideNav) #sideNavSection("Overview")
  Search
Powered by Google Search
#spacer(175 2) #sideNavSection("Community") #sideNavSection("Development") #sideNavSection("Subprojects") #end ## #macro (pageContent)
#if ($pageContentHeaderEnabled) #end
$body
#end ## #macro (rss)
#spacer(25 15)
RSS News
RSS Site Changes
ATOM" User Mailing List
ATOM Developer Mailing List
#end ## #macro (footer)
#end ## ## Google Webmaster Tools verification marker Apache Geronimo : $page.title #topNav() ## ## NOTE: Disable tabs ## ## #tabs() ## #breadCrumbs()
#sideNav() #rss() #pageContent()
#footer()