Wiki source code of PublicStartingAGA
Version 2.3 by etvc developer on 2019/09/19 16:23
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| |
2.3 | 2 | #if($doc.fullName!="AGACode._codePublic.PublicStartingAGA") |
| 3 | #set($displayDocExtra = false) | ||
| 4 | #set($displayShortcuts = false) | ||
| 5 | $xwiki.ssx.use('AGACode._codePublic.PublicWebPagesStyleSheet') | ||
| |
1.1 | 6 | #end |
| |
2.3 | 7 | |
| 8 | #set($curUser=$context.user) | ||
| 9 | #if($curUser!="XWiki.XWikiGuest") | ||
| 10 | $response.sendRedirect($xwiki.getURL("AGA.WebHome", "view")) | ||
| 11 | #else | ||
| 12 | {{error}}You are not logged in!{{/error}} | ||
| 13 | #end | ||
| |
1.1 | 14 | {{/velocity}} |