Changes for page test

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

From version 7.1
edited by Jip-jan Alunkel
on junho 28, 23:03
Change comment: There is no comment for this version
To version 10.1
edited by Jip-jan Alunkel
on julho 10, 17:26
Change comment: There is no comment for this version

Summary

Details

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