Changes for page Macros

Last modified by Ecaterina Moraru on 2013/11/13 15:45

From version 3.1
edited by Jean-Vincent Drean
on 2008/11/20 12:48
Change comment: There is no comment for this version
To version 1.1
edited by Administrator
on 2008/11/05 15:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.jvdrean
1 +XWiki.Admin
Content
... ... @@ -1,5 +3,3 @@
1 -1 XWiki Enterprise Design Mockups
2 -
3 3  #macro(licenseViolationWarning)
4 4   #set($mockups=$xwiki.mockups)
5 5   #if($xwiki.hasAccessLevel('admin'))
... ... @@ -35,8 +35,6 @@
35 35   #set($png=$doc.getAttachment("${name}.png"))
36 36   #set($xml=$doc.getAttachment("${name}.bmml"))
37 37   #if($png and $xml)
38 - 1.1 $name
39 -
40 40   <div align="center">
41 41   {image:${name}.png|halign=center|alt=$name}
42 42   #if($mockups.canLoadEditor() and $hasEdit)<a href="$xwiki.getURL($doc.fullName, "loadeditor", "mockup=$name")">edit this mockup</a>#end