Wiki-Quellcode von EditForm

Zuletzt geändert von Daniel Herrmann am 2026/02/04 20:22

Verstecke letzte Bearbeiter
Daniel Herrmann 1.1 1 {{template name="display_macros.vm" /}}
2
3 {{include reference="AnnotationCode.Macros" /}}
4
5 {{velocity filter="none"}}
6 {{html clean="false"}}
7 ## The annotation edit form is loaded asynchronously so we need to send back also the required JavaScript and CSS
8 ## resources (besides the form HTML).
9 #initRequiredSkinExtensions()
10 #displayEditBoxFromReference("$!{request.id}", $annotationReference)
Daniel Herrmann 3.1 11 #sendRequiredSkinExtensions()
Daniel Herrmann 1.1 12 {{/html}}
13 {{/velocity}}