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