Allgemeine Aktionen:
Anmelden
Erstellen
▼
:
Kommentar erstellen
Wiki
▼
:
Dokumentenindex
»
Space:
AnnotationCode
▼
:
Dokumentenverzeichnis
»
Seite:
AnnotationConfigSheet
Suche
Aktionen:
Exportieren
▼
:
Als PDF exportieren
Als RTF exportieren
Als HTML exportieren
Weitere Aktionen
▼
:
Druckvorschau
Zeige den Quellcode
Willkommen in den metamagix Wikis!
»
WebHome
»
AnnotationConfigSheet
Wiki-Quellcode von
AnnotationConfigSheet
Zuletzt geändert von
Administrator
am 2010/03/26 12:47
Inhalt
·
Kommentare
(0)
·
Anmerkungen
(0)
·
Anhänge
(0)
·
Historie
·
Information
Zeilennummern verstecken
1: {{velocity}} 2: #set($annotationsConfigClass = $xwiki.getDocument("AnnotationCode.AnnotationConfig").xWikiClass) 3: #set($configObj = $doc.getObject($doc.fullName)) 4: = $msg.get('annotations.config.activate.title') = 5: $msg.get('annotations.config.activate.explanation') 6: 7: **$annotationsConfigClass.get("activated").prettyName**: $doc.display("activated") 8: **$annotationsConfigClass.get("exceptionSpaces").prettyName**: #if($context.action == "inline") $doc.display("exceptionSpaces")#else#foreach($space in $configObj.getProperty("exceptionSpaces").value)#if($velocityCount > 1), #end[[$space>>${space}.WebHome]]#end#end 9: 10: = $msg.get('annotations.config.display.title') = 11: **$annotationsConfigClass.get("displayed").prettyName**: $doc.display("displayed") 12: **$annotationsConfigClass.get("displayHighlight").prettyName**: $doc.display("displayHighlight") 13: 14: = $msg.get('annotations.config.type.title') = 15: $msg.get('annotations.config.type.explanation') 16: 17: **$annotationsConfigClass.get("annotationClass").prettyName**: #if ($context.action == "inline") $doc.display("annotationClass") #else [[$doc.display("annotationClass")>>$doc.display("annotationClass")]] #end 18: {{/velocity}}