Wiki source code of Home
Version 2.6 by Martin Walzer on 2026/04/17 18:54
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} #if($xcontext.getUser() == 'XWiki.XWikiGuest') | ||
| 2 | {{html clean="false"}} <div style="text-align:center; padding:80px 40px;"> <h1>Welcome to CENEC PMS</h1> | ||
| 3 | <p>This is a private platform for CENEC (Pty) Ltd and its associated entities.</p> <p>Access is by invitation only.</p> <a href="/bin/login/XWiki/XWikiLogin" class="btn btn-primary btn-lg" style="margin-top:24px">Log in to continue</a> | ||
| 4 | </div> | ||
| 5 | {{/html}} | ||
| 6 | #else | ||
| 7 | = Dashboard = | ||
| 8 | (paste your normal dashboard content here) | ||
| 9 | #end | ||
| 10 | {{/velocity}} |