Changes for page test

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

From version 15.1
edited by Jip-jan Alunkel
on July 10, 17:30
Change comment: There is no comment for this version
To version 7.1
edited by Jip-jan Alunkel
on June 28, 23:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,16 +1,14 @@
1 +
1 1  {{velocity}}
2 2  
3 -{{html wiki="true"}}
4 +#set($spaceDoc = $xwiki.getDocument("cases.abdomen.WebHome")) ## Fetch doc or create one if it does not exist by this name.
5 +#set($spaceXObj = $spaceDoc.getObject("assets.pagemaker.pagemakerClass"))
4 4  
5 -#set ($docx = $xwiki.getDocument("cases.WebHome"))
6 -#set ($content = $docx.getContent())
7 -##set ($title = $docx.getTitle())
8 -##set ($contentex = $docx.getTranslatedDocument($!request.language).content)
9 -##set ($titleex = $docx.getTranslatedDocument($!request.language).title)
7 +#if($spaceXObj==NULL)
8 + Object is er
9 +#else
10 + Object is er niet
11 +#end
10 10  
11 -$content
12 -
13 -{{/html}}
14 -
15 15  {{/velocity}}
16 16