General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
AnnotationCode
▼
:
Document Index
»
Page:
Tab
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Wiki Home
»
WebHome
»
Tab
Wiki source code of
Tab
Last modified by
Administrator
on 2011/11/06 20:09
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
{{include document="AnnotationCode.Macros" /}} {{velocity filter="none"}} {{html wiki="false" clean="false"}} ## clean=false because otherwise the html macro fails on blockquote #set($annotationsList = $services.annotations.getAnnotations($doc.prefixedFullName)) #if($annotationsList.size() > 0) <div id="allAnnotations"> #foreach($ann in $annotationsList) <div> ## anonymous annotation container #displayAnnotation($ann, 'list', $doc.wiki, $doc.space, $doc.name) </div> #end </div> #else <p class="noitems">$msg.get("annotations.tab.info.noannotations")</p> #end {{/html}} {{/velocity}}