Wiki source code of Home

Version 5.1 by Martin Walzer on 2026/04/17 19:06

Show last authors
1 {{velocity}}
2 #if($xcontext.getUser() == 'XWiki.XWikiGuest')
3 {{html clean="false"}} <div style="text-align:center; padding:80px 40px;"> <h1>Welcome to CENEC PMS</h1>
4 <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>
5 </div>
6 {{/html}}
7 #else
8 = Dashboard =
9 (paste your normal dashboard content here)
10 #end
11 {{/velocity}}