Wiki source code of Home

Version 3.2 by Martin Walzer on 2026/04/17 19:01

Show last authors
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}}