From version < 2.5 >
edited by etvc developer
on 2019/09/19 18:34
To version < 4.1
edited by Alexandru Colesnicov
on 2020/01/27 14:52
<
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.etvc
1 +XWiki.acolesnicov
Content
... ... @@ -8,13 +8,16 @@
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 +
18 + #elseif(!$xwiki.hasAdminRights() && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAAdminGroup") && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAUserGroup"))
19 + $response.sendRedirect($xwiki.getURL("Public.StopAGA.WebHome", "view"))
12 12   #else
13 - #if(!$xwiki.hasAdminRights() && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAAdminGroup"))
14 - (% class="xform half" %)(((
15 - {{error}}You didn't have rights to see all Companies list!{{/error}}
16 - )))
17 - #end
18 18   $response.sendRedirect($xwiki.getURL("AGA.WebHome", "view"))
19 19   #end
20 20  #end