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
Hide line numbers
1: {{include document="AnnotationCode.Macros" /}} 2: 3: {{velocity filter="none"}} 4: {{html wiki="false" clean="false"}} 5: ## clean=false because otherwise the html macro fails on blockquote 6: #set($annotationsList = $services.annotations.getAnnotations($doc.prefixedFullName)) 7: #if($annotationsList.size() > 0) 8: <div id="allAnnotations"> 9: #foreach($ann in $annotationsList) 10: <div> ## anonymous annotation container 11: #displayAnnotation($ann, 'list', $doc.wiki, $doc.space, $doc.name) 12: </div> 13: #end 14: </div> 15: #else 16: <p class="noitems">$msg.get("annotations.tab.info.noannotations")</p> 17: #end 18: {{/html}} 19: {{/velocity}}