Changes for page test

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

From version 70.2
edited by Jip-jan Alunkel
on August 19, 20:08
Change comment: Updated class property
To version 72.1
edited by Jip-jan Alunkel
on August 22, 21:46
Change comment: Updated class property

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  {{velocity}}
2 2  {{html wiki="true"}}
3 -#set($obj = $doc.getObject('test.WebHome'))
4 -#set($class = $obj.xWikiClass) ## access the class object representing SomeSpace.SomeClass
3 +##set($obj = $doc.getObject('test.WebHome'))
4 +##set($class = $obj.xWikiClass) ## access the class object representing SomeSpace.SomeClass
5 5  $doc.display("blaat")
6 6  
7 7  #set ($doc=$xwiki.getDocument("cases.ear.ears fell off while biking"))
... ... @@ -32,5 +32,7 @@
32 32  {{/html}}
33 33  
34 34  $doc.display("blaat")
35 +
36 +$hasAdmin
35 35  {{/velocity}}
36 36