Changes for page test

Last modified by Jip-jan Alunkel on March 13, 19:02

From version 45.1
edited by Jip-jan Alunkel
on July 10, 17:56
Change comment: There is no comment for this version
To version 39.1
edited by Jip-jan Alunkel
on July 10, 17:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,2 +1,13 @@
1 -{{include page="Main.WebHome"/}}
1 +{{velocity}}
2 +{{html wiki="true"}}
3 +#set ($doc = $xwiki.getDocument("Main.WebHome"))
4 +#set ($content = $doc.getRenderedContent())
5 +#set ($title = $doc.getTitle())
6 +#set ($contentex = $doc.getTranslatedDocument("en").content)
7 +#set ($titleex = $doc.getTranslatedDocument("en").title)
2 2  
9 +##$services.rendering.render($contentex, "xhtml/1.0")
10 +{{/html}}
11 +{{/velocity}}
12 +{{include page="main.WebHome"/}}
13 +