Confluence Docs 3.3 : How to display a banner like the Confluence Documentation space
This page last changed on Jun 26, 2009 by jlargman.
The documentation for spaces prior to the current documentation contain a banner: Edit the main layout for the space. After the Content div header: ## CONTENT DIV BEGINS <div id="header"> #quickSearch() <ul id="header-menu-bar" class="ajs-menu-bar"> #if($sitemeshPage.getProperty("page.browse-menu")) $sitemeshPage.getProperty("page.browse-menu") #else #menuMacros_renderGlobalBrowseMenu() #end #menuMacros_renderUserMenu() </ul> $!sitemeshPage.getProperty("page.breadcrumbs") </div> Add the following: <div class="noteMessage"> <strong>This documentation relates to an early version of Confluence.</strong><br> View <a href="http://confluence.atlassian.com/display/DOC/$title">this page in the current documentation</a> or visit the <a href="http://confluence.atlassian.com/display/DOC/Confluence+Documentation+Home">current documentation home</a>. </div> |
![]() |
Document generated by Confluence on Jul 09, 2010 01:11 |