| ... |
... |
@@ -19,6 +19,9 @@ |
| 19 |
19 |
#set($effectduration = $mathtool.mul(1000,$mparams.effectduration)) |
| 20 |
20 |
#set($title = $escapetool.xml($mparams.title)) |
| 21 |
21 |
|
|
22 |
+## XWiki-Syntax direkt ausgeben |
|
23 |
+= $title = |
|
24 |
+ |
| 22 |
22 |
{{html clean=false}} |
| 23 |
23 |
<div class="showhide-header" |
| 24 |
24 |
#if($id && $id!="") id="showhideheader${id}" #end |
| ... |
... |
@@ -33,11 +33,9 @@ |
| 33 |
33 |
|
| 34 |
34 |
(% class="showhidecontent" #if($id && $id!="")id="showhidecontent${id}" #end#if($xcontext.action != 'edit') style="display: none;"#end %) |
| 35 |
35 |
((( |
| 36 |
|
-{{wiki}} |
| 37 |
|
-{{code}} |
|
39 |
+((( |
| 38 |
38 |
{{wikimacrocontent /}} |
| 39 |
|
-{{/code}} |
| 40 |
|
-{{/wiki}} |
|
41 |
+))) |
| 41 |
41 |
))) |
| 42 |
42 |
{{/velocity}} |
| 43 |
43 |
|