Changes for page test

Modificado por Jip-jan Alunkel em março 13, 19:02

From version 46.1
edited by Jip-jan Alunkel
on julho 10, 17:57
Change comment: There is no comment for this version
To version 53.1
edited by Jip-jan Alunkel
on julho 10, 18:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,2 +2,13 @@
1 -{{include reference="Main.WebHome"/}}
2 2  
2 +{{velocity}}
3 +{{html wiki="true"}}
4 +#set ($docx = $xwiki.getDocument("Main.WebHome"))
5 +#set ($content = $docx.getContent())
6 +#set ($title = $docx.getTitle())
7 +#set ($contentex = $docx.getTranslatedDocument("en").getContent())
8 +#set ($titleex = $docx.getTranslatedDocument("en").title)
9 +
10 +$contentex
11 +{{/html}}
12 +{{/velocity}}
13 +