Changes for page Macros

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

From version 2.1
edited by Jean-Vincent Drean
on 2008/11/20 12:46
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,7 +5,3 @@
1 -1 XWiki Enterprise Design Mockups
2 -
3 -#toc("" "" "")
4 -
5 5  #macro(licenseViolationWarning)
6 6   #set($mockups=$xwiki.mockups)
7 7   #if($xwiki.hasAccessLevel('admin'))
... ... @@ -37,8 +37,6 @@
37 37   #set($png=$doc.getAttachment("${name}.png"))
38 38   #set($xml=$doc.getAttachment("${name}.bmml"))
39 39   #if($png and $xml)
40 - 1.1 $name
41 -
42 42   <div align="center">
43 43   {image:${name}.png|halign=center|alt=$name}
44 44   #if($mockups.canLoadEditor() and $hasEdit)<a href="$xwiki.getURL($doc.fullName, "loadeditor", "mockup=$name")">edit this mockup</a>#end