Version 1.1 by Marius Dumitru Florea on 2011/03/11 09:04

cogA simple image gallery. Images are collected from the macro content and displayed using a slide-show view.
Typejavamacro
Category
Developed byUnknown
Rating
3 Votes
LicenseUnknown

Description

Usage

{{gallery}}
image:alice.png

image:Space.Page@bob.jpg

image:http://www.xwiki.org/logo.png
{{/gallery}}

Shortcut Keys

Examples

Displays all the images attached to the current page:

{{velocity}}
{{gallery}}
#foreach($attachment in $doc.attachmentList)
  #if($attachment.isImage())
    image:$attachment.filename
  #end
#end
{{/gallery}}
{{/velocity}}

Screen-shots

Get Connected