Hi,
I am creating an space on confluence that will act as a internal central repository for product knowledge in the company.
The problem I have come across is that I can not create a page with the same name in one space.
This is how we want to structure the space:
Product 1
Product 2
Product 3
Any ideas on how i can set this up in one space.
I solved it, and here is what I did:
## Macro title: Information Security Menu
## Macro has a body: Y
## Developed by: Jon Lake
## Date created: 19/07/2014
## Installed by: Jon Lake
## @noparams
#set($globalHelper = $action.getHelper())
#set($renderedhtml = $globalHelper.renderConfluenceMacro("{image-rollover:https://mydomain.com/download/attachments/36112712/windsock.png|https://mydomain.com/download/thumbnails/36112712/windy.png|16450120|_self}"))
$renderedhtml
#set($globalHelper = $action.getHelper())
#set($renderedhtml = $globalHelper.renderConfluenceMacro("{image-rollover:https://mydomain.com/download/thumbnails/36112712/x.png|https://mydomain.com/download/thumbnails/36112712/zoomin.png|16450120|_self}"))
$renderedhtml
#set($globalHelper = $action.getHelper())
#set($renderedhtml = $globalHelper.renderConfluenceMacro("{image-rollover:https://mydomain.com/download/thumbnails/36112712/weather.png|https://mydomain.com/download/thumbnails/36112712/upload.png|16450120|_self}"))
$renderedhtml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.