| ... |
... |
@@ -26,16 +26,17 @@ |
| 26 |
26 |
data-show-duration="$effectduration" |
| 27 |
27 |
data-show-effect="$effect"> |
| 28 |
28 |
<div class="showhide-header-flex"> |
| 29 |
|
- <div class="showhide-title">$title</div> |
|
29 |
+ <div class="showhide-title">{{wiki}}$title{{/wiki}}</div> |
| 30 |
30 |
<div class="showhide-arrow">▶</div> |
| 31 |
31 |
</div> |
| 32 |
32 |
</div> |
| 33 |
|
- <div class="showhidecontent" |
| 34 |
|
- #if($id && $id != "") id="showhidecontent${id}" #end |
| 35 |
|
- #if($xcontext.action != 'edit') style="display: none;" #end> |
| 36 |
|
- {{wikimacrocontent /}} |
| 37 |
|
- </div> |
| 38 |
|
-</div> |
| 39 |
39 |
{{/html}} |
|
34 |
+ |
|
35 |
+(% class="showhidecontent" #if($id && $id!="")id="showhidecontent${id}" #end#if($xcontext.action != 'edit') style="display: none;"#end %) |
|
36 |
+((( |
|
37 |
+((( |
|
38 |
+{{wikimacrocontent /}} |
|
39 |
+))) |
|
40 |
+))) |
| 40 |
40 |
{{/velocity}} |
| 41 |
41 |
|