From version < 2.12 >
edited by etvc developer
on 2019/09/20 00:19
To version < 3.2 >
edited by etvc developer
on 2019/09/23 20:10
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,13 @@
8 8   #if($curUser=="XWiki.XWikiGuest")
9 9   (% class="xform half" %)(((
10 10   {{error}}You are not logged in!{{/error}}
11 +
12 + {{box}}
13 + If your interesting **AGA - Application of Gender Audit** please write email to genaudit@math.md
14 + {{/box}}
11 11   )))
16 +
17 +
12 12   #elseif(!$xwiki.hasAdminRights() && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAAdminGroup") && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAUserGroup"))
13 13   $response.sendRedirect($xwiki.getURL("Public.StopAGA.WebHome", "view"))
14 14   #else